mbox series

[GIT,PULL,1/5] firmware: tegra: Changes for v5.3-rc1

Message ID 20190621150206.19037-1-thierry.reding@gmail.com (mailing list archive)
State Queued, archived
Commit 61ed7ef952fc482ec8d4a966ed0d1e32df276c59
Headers show
Series [GIT,PULL,1/5] firmware: tegra: Changes for v5.3-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.3-firmware

Message

Thierry Reding June 21, 2019, 3:02 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.3-firmware

for you to fetch changes up to 61ed7ef952fc482ec8d4a966ed0d1e32df276c59:

  firmware: tegra: Early resume BPMP (2019-06-14 17:45:17 +0200)

Thanks,
Thierry

----------------------------------------------------------------
firmware: tegra: Changes for v5.3-rc1

This contains a single, simple change that resumes the BPMP driver early
so that it is available when the various consumers want to enable their
clocks.

----------------------------------------------------------------
Bitan Biswas (1):
      firmware: tegra: Early resume BPMP

 drivers/firmware/tegra/bpmp.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Olof Johansson June 25, 2019, 12:42 p.m. UTC | #1
On Fri, Jun 21, 2019 at 05:02:02PM +0200, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.3-firmware
> 
> for you to fetch changes up to 61ed7ef952fc482ec8d4a966ed0d1e32df276c59:
> 
>   firmware: tegra: Early resume BPMP (2019-06-14 17:45:17 +0200)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> firmware: tegra: Changes for v5.3-rc1
> 
> This contains a single, simple change that resumes the BPMP driver early
> so that it is available when the various consumers want to enable their
> clocks.

Merged, thanks.


-Olof