mbox series

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

Message ID 20220506143005.3916655-2-thierry.reding@gmail.com
State Accepted
Headers show
Series [GIT,PULL,1/6] ARM: tegra: Core changes for v5.19-rc1 | expand

Pull-request

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

Message

Thierry Reding May 6, 2022, 2:30 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d3a20dcbca4880ada8974b2d0167df99161bbfaf:

  soc/tegra: pmc: Document core domain fields (2022-05-06 10:53:19 +0200)

Thanks,
Thierry

----------------------------------------------------------------
soc/tegra: Changes for v5.19-rc1

This set of changes adds nvmem cell lookup entries for Tegra194 that are
used to read calibration data from the SoC fuses, and updates the reset
sources for Tegra234.

Other than that, included is a minor build fix for a missing dependency
that can be encountered very rarely in random config builds. Lastly some
kerneldoc comments are added to avoid build warnings.

----------------------------------------------------------------
Sagar Kamble (1):
      soc/tegra: fuse: Add nvmem cell lookup entries for Tegra194

Sandipan Patra (1):
      soc/tegra: pmc: Update Tegra234 reset sources

Thierry Reding (2):
      soc/tegra: pmc: Select REGMAP
      soc/tegra: pmc: Document core domain fields

 drivers/soc/tegra/Kconfig             |  1 +
 drivers/soc/tegra/fuse/fuse-tegra.c   |  8 ++++----
 drivers/soc/tegra/fuse/fuse-tegra30.c | 17 ++++++++++++++++-
 drivers/soc/tegra/pmc.c               | 35 +++++++++++++++++++++++++++--------
 4 files changed, 48 insertions(+), 13 deletions(-)