[GIT PULL 3/4] soc/tegra: Changes for v7.3-rc1

Thierry Reding <[email protected]> Sun, 2 Aug 2026 18:51:46 +0200
Newsgroups org.kernel.vger.linux-tegra,dev.linux.lists.soc,org.infradead.lists.linux-arm-kernel
Message-ID <[email protected]>
From: Thierry Reding <[email protected]>

Hi ARM SoC maintainers,

The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:

  Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-7.3-soc

for you to fetch changes up to 97ffe9cb67ccafb4644f820ef68662217b76c224:

  soc/tegra: Add PM dependency to SOC_TEGRA_PMC Kconfig (2026-07-31 17:56:37 +0200)

Thanks,
Thierry

----------------------------------------------------------------
soc/tegra: Changes for v7.3-rc1

Various small fixes for multi-socket devices, redundant error prints, a
Kconfig dependency as well as a patch to remove FUSE data as an entropy
source.

----------------------------------------------------------------
Jon Hunter (1):
      soc/tegra: pmc: Don't register sys-off handler for multi-socket devices

Kartik Rajput (2):
      soc/tegra: fuse: Do not use fuse data as entropy source
      soc/tegra: fuse: Use device-specific instance in suspend/resume

Pan Chuang (1):
      soc/tegra: cbb: Remove redundant dev_err()

Sasha Levin (1):
      soc/tegra: Add PM dependency to SOC_TEGRA_PMC Kconfig

 drivers/soc/tegra/Kconfig             |  1 +
 drivers/soc/tegra/cbb/tegra194-cbb.c  |  9 ++-------
 drivers/soc/tegra/fuse/fuse-tegra.c   |  5 +++++
 drivers/soc/tegra/fuse/fuse-tegra30.c | 24 ------------------------
 drivers/soc/tegra/pmc.c               | 21 ++++++++++++---------
 5 files changed, 20 insertions(+), 40 deletions(-)