Hi ARM SoC maintainers, The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d: Linux 6.8-rc1 (2024-01-21 14:11:32 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.9-soc for you to fetch changes up to ae7d2d9b8ebe9f107c500808d5bcd68397645720: soc/tegra: pmc: Add SD wake event for Tegra234 (2024-02-16 12:35:56 +0100) Thanks, Thierry ---------------------------------------------------------------- soc/tegra: Changes for v6.9-rc1 This set of changes adds ACPI support for the APBMISC driver and cleans up a few things like dependencies and unused code. ---------------------------------------------------------------- Arnd Bergmann (1): soc/tegra: Fix build failure on Tegra241 Christophe JAILLET (1): soc/tegra: pmc: Remove some old and deprecated functions and constants Jon Hunter (1): soc/tegra: fuse: Fix crash in tegra_fuse_readl() Kartik (9): mm/util: Introduce kmemdup_array() soc/tegra: fuse: Use dev_err_probe for probe failures soc/tegra: fuse: Refactor resource mapping soc/tegra: fuse: Add tegra_acpi_init_apbmisc() soc/tegra: fuse: Add function to add lookups soc/tegra: fuse: Add function to print SKU info soc/tegra: fuse: Add ACPI support for Tegra194 and Tegra234 soc/tegra: fuse: Add support for Tegra241 soc/tegra: fuse: Define tegra194_soc_attr_group for Tegra241 Peter Robinson (1): bus: tegra-aconnect: Update dependency to ARCH_TEGRA Petlozu Pravareshwar (2): soc/tegra: pmc: Update address mapping sequence for PMC apertures soc/tegra: pmc: Update scratch as an optional aperture Prathamesh Shete (1): soc/tegra: pmc: Add SD wake event for Tegra234 drivers/bus/Kconfig | 5 +- drivers/soc/tegra/Kconfig | 5 ++ drivers/soc/tegra/fuse/fuse-tegra.c | 118 +++++++++++++++++++++++++-------- drivers/soc/tegra/fuse/fuse-tegra30.c | 23 ++++++- drivers/soc/tegra/fuse/fuse.h | 8 ++- drivers/soc/tegra/fuse/tegra-apbmisc.c | 108 +++++++++++++++++++++++++----- drivers/soc/tegra/pmc.c | 87 +++++++++++------------- include/linux/string.h | 1 + include/soc/tegra/fuse.h | 1 + include/soc/tegra/pmc.h | 18 ----- mm/util.c | 17 +++++ 11 files changed, 277 insertions(+), 114 deletions(-)