mbox series

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

Message ID 20210813162157.2820913-2-thierry.reding@gmail.com
State New
Headers show
Series [GIT,PULL,1/6] dt-bindings: Changes for v5.15-rc1 | expand

Pull-request

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

Message

Thierry Reding Aug. 13, 2021, 4:21 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to dd00d75007d27677158bf6e64000d2e266035294:

  firmware: tegra: Stop using seq_get_buf() (2021-08-11 12:17:18 +0200)

Thanks,
Thierry

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

This contains a single fix to stop a slight abuse of the seq_buf API.

----------------------------------------------------------------
Christoph Hellwig (1):
      firmware: tegra: Stop using seq_get_buf()

 drivers/firmware/tegra/bpmp-debugfs.c | 58 ++++++++++++++++++++++++++++-------
 1 file changed, 47 insertions(+), 11 deletions(-)

Comments

Arnd Bergmann Aug. 18, 2021, 1:34 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Fri, 13 Aug 2021 18:21:53 +0200, Thierry Reding wrote:
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
> 
>   Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.15-firmware
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 8745d0e9155f0ef13656ab3447f71a8b53556842

       Arnd