mbox series

[GIT,PULL,2/7] firmware: tegra: Changes for v5.16-rc1

Message ID 20211008201132.1678814-3-thierry.reding@gmail.com (mailing list archive)
State Mainlined, archived
Commit f11c34bddf8cd2a3107a7d11b6446c66deda9590
Headers show
Series NVIDIA Tegra changes for v5.16-rc1 | expand

Pull-request

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

Message

Thierry Reding Oct. 8, 2021, 8:11 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f11c34bddf8cd2a3107a7d11b6446c66deda9590:

  firmware: tegra: bpmp: Use devm_platform_ioremap_resource() (2021-10-07 20:52:24 +0200)

Thanks,
Thierry

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

This contains a fix for a stack usage problem that was causing build
failures on 32-bit ARM and a minor janitorial cleanup.

----------------------------------------------------------------
Arnd Bergmann (1):
      firmware: tegra: Reduce stack usage

Cai Huoqing (1):
      firmware: tegra: bpmp: Use devm_platform_ioremap_resource()

 drivers/firmware/tegra/bpmp-debugfs.c  | 26 +++++++++++++++++---------
 drivers/firmware/tegra/bpmp-tegra210.c |  7 ++-----
 2 files changed, 19 insertions(+), 14 deletions(-)

Comments

Arnd Bergmann Oct. 11, 2021, 2:54 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Fri, 8 Oct 2021 22:11:27 +0200, Thierry Reding wrote:
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.16-firmware
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: e4fb7b44112d914113466ea28f38ad334ed00175

       Arnd