]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'tegra-for-7.1-firmware' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorArnd Bergmann <arnd@arndb.de>
Thu, 2 Apr 2026 21:13:02 +0000 (23:13 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 2 Apr 2026 21:13:02 +0000 (23:13 +0200)
commitf1aa30a4b23d905dd39944cdffdf68c8cc3e28a9
treec8209200219ca87a7cc89afd75e7d30f20a501ce
parent86f9823daf5f99190f15c6007017af38de125c87
parente68d494b8946e9060e60427f365107194f90ba0d
Merge tag 'tegra-for-7.1-firmware' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/drivers

firmware: tegra: Changes for v7.1-rc1

This introduces a new API for the BPMP to be pass along a specifier from
DT when getting a reference from a phandle. This is used to reference
specific instances of the PCI controller on Tegra264. The ABI header for
BPMP is updated to the latest version and BPMP APIs now use the more
intuitive ENODEV instead of the non SUSV4 ENOTSUPP error code for stub
implementations.

* tag 'tegra-for-7.1-firmware' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
  soc/tegra: bpmp: Use ENODEV instead of ENOTSUPP
  firmware: tegra: bpmp: Add tegra_bpmp_get_with_id() function
  soc/tegra: Update BPMP ABI header
  firmware: tegra: bpmp: Rename Tegra239 to Tegra238

Signed-off-by: Arnd Bergmann <arnd@arndb.de>