mbox series

[GIT,PULL,1/6] soc/tegra: Changes for v6.5-rc1

Message ID 20230609193620.2275240-1-thierry.reding@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,1/6] soc/tegra: Changes for v6.5-rc1 | expand

Pull-request

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

Message

Thierry Reding June 9, 2023, 7:36 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c954cd7ad041251d903707c463a2c4d6cc30e5ae:

  soc/tegra: pmc: Use devm_clk_notifier_register() (2023-06-09 16:56:58 +0200)

Thanks,
Thierry

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

This adds initial support for identifying the Tegra264 SoC family and
fixes potential issues when reading from the FUSE block. A new software
wake event for the AON cluster is added on Tegra234 and the debugfs
initialization is drastically simplified.

----------------------------------------------------------------
Kartik (1):
      soc/tegra: fuse: Fix Tegra234 fuse size

Stefan Kristiansson (1):
      soc/tegra: fuse: Add support for Tegra264

Thierry Reding (2):
      soc/tegra: pmc: Simplify debugfs initialization
      soc/tegra: pmc: Use devm_clk_notifier_register()

Viswanath L (1):
      soc/tegra: pmc: Add AON SW Wake support for Tegra234

 drivers/soc/tegra/fuse/fuse-tegra30.c  |  2 +-
 drivers/soc/tegra/fuse/tegra-apbmisc.c |  3 ++-
 drivers/soc/tegra/pmc.c                | 31 +++++++------------------------
 include/soc/tegra/fuse.h               |  3 ++-
 4 files changed, 12 insertions(+), 27 deletions(-)