mbox series

[GIT,PULL,3/7] soc/tegra: Changes for v6.4-rc1

Message ID 20230406124804.970394-3-thierry.reding@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,1/7] ARM: tegra: Core changes for v6.4-rc1 | expand

Pull-request

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

Message

Thierry Reding April 6, 2023, 12:48 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 8c47b8253f4cfd8b4dbda8c9adc1d0b1d7f3009d:

  firmware: Use of_property_present() for testing DT property presence (2023-04-04 21:51:23 +0200)

Thanks,
Thierry

----------------------------------------------------------------
soc/tegra: Changes for v6.4-rc1

This contains minor fixes and cleanups. Note that one of the patches
here includes ARM firmware changes, but I picked that up after checking
with Sudeep and Rob because it didn't seem worth splitting it up any
further.

----------------------------------------------------------------
Mikko Perttunen (1):
      firmware: tegra: bpmp: Fix error paths in debugfs

Rob Herring (1):
      firmware: Use of_property_present() for testing DT property presence

 drivers/firmware/arm_scmi/optee.c     |  2 +-
 drivers/firmware/tegra/bpmp-debugfs.c | 12 ++++++++----
 drivers/firmware/tegra/bpmp.c         |  6 +++---
 3 files changed, 12 insertions(+), 8 deletions(-)