mbox series

[GIT,PULL,3/6] firmware: tegra: Changes for v4.21-rc1

Message ID 20181207141739.9085-3-thierry.reding@gmail.com
State Accepted
Headers show
Series [GIT,PULL,1/6] dt-bindings: Changes for v4.21-rc1 | expand

Pull-request

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

Message

Thierry Reding Dec. 7, 2018, 2:17 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to af51c25fb59d4365c259ab93f388462e0998a2ed:

  firmware: tegra: Use in-band messages for firmware version query (2018-11-08 12:49:26 +0100)

Thanks,
Thierry

----------------------------------------------------------------
firmware: tegra: Changes for v4.21-rc1

These changes update the BPMP ABI header and implement a new variant of
the BPMP firmware version tag query if supported.

----------------------------------------------------------------
Timo Alho (5):
      firmware: tegra: Add helper to check for supported MRQs
      firmware: tegra: Switch to global mrq_is_supported()
      firmware: tegra: Print version tag at full
      soc/tegra: bpmp: Update ABI header
      firmware: tegra: Use in-band messages for firmware version query

 drivers/firmware/tegra/bpmp-debugfs.c |   29 +-
 drivers/firmware/tegra/bpmp.c         |   77 ++-
 include/soc/tegra/bpmp-abi.h          | 1188 ++++++++++++++++++++++++++-------
 include/soc/tegra/bpmp.h              |    7 +
 4 files changed, 1024 insertions(+), 277 deletions(-)

Comments

Olof Johansson Dec. 12, 2018, 9:31 p.m. UTC | #1
On Fri, Dec 07, 2018 at 03:17:36PM +0100, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.21-firmware
> 
> for you to fetch changes up to af51c25fb59d4365c259ab93f388462e0998a2ed:
> 
>   firmware: tegra: Use in-band messages for firmware version query (2018-11-08 12:49:26 +0100)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> firmware: tegra: Changes for v4.21-rc1
> 
> These changes update the BPMP ABI header and implement a new variant of
> the BPMP firmware version tag query if supported.

The header changes seem to be a bit churny, and most of them are spelling
changes in comments? It'd nice to avoid that in the future if it becomes
a frequent thing, but a one-off is fine.

Merged into next/drivers.


-Olof