mbox series

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

Message ID 20200918150303.3938852-2-thierry.reding@gmail.com
State New
Headers show
Series [GIT,PULL,1/6] dt-bindings: Changes for v5.10-rc1 | expand

Pull-request

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

Message

Thierry Reding Sept. 18, 2020, 3:02 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 34e214a99689054e666cd4149500a37fa0c5ac98:

  soc/tegra: pmc: Add Tegra234 support (2020-09-18 15:55:37 +0200)

Thanks,
Thierry

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

These changes contain a bit of cleanup and chip support for the upcoming
Tegra234 SoC.

----------------------------------------------------------------
Thierry Reding (6):
      soc/tegra: fuse: Extract tegra_get_platform()
      soc/tegra: fuse: Implement tegra_is_silicon()
      soc/tegra: fuse: Add Tegra234 support
      soc/tegra: misc: Add Tegra234 support
      soc/tegra: pmc: Reorder reset sources/levels definitions
      soc/tegra: pmc: Add Tegra234 support

 drivers/soc/tegra/fuse/fuse-tegra.c    |   8 +-
 drivers/soc/tegra/fuse/fuse-tegra30.c  |  30 +++++++
 drivers/soc/tegra/fuse/fuse.h          |  10 ++-
 drivers/soc/tegra/fuse/tegra-apbmisc.c |  26 ++++++
 drivers/soc/tegra/pmc.c                | 146 ++++++++++++++++++++++++---------
 include/soc/tegra/fuse.h               |   3 +
 6 files changed, 181 insertions(+), 42 deletions(-)