Hi ARM SoC maintainers, The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.2-memory for you to fetch changes up to 72cea2b0a9fba5c94841f4cb39b58402d8f174ae: memory: tegra: Add DLA clients for Tegra234 (2022-11-19 00:00:02 +0100) Note that this pulls in a subset of the for-6.2/dt-bindings branch to satisfy a build-time dependency on the new memory client IDs that were added. Thanks, Thierry ---------------------------------------------------------------- memory: tegra: Changes for v6.2-rc1 Some cleanups replace open-coded debugfs attributes and memory client IDs are added for the DLA IP found on Tegra234 SoCs. ---------------------------------------------------------------- Jon Hunter (3): dt-bindings: tegra: Update headers for Tegra234 dt-bindings: memory: Fix typos and definitions for Tegra memory: tegra: Add DLA clients for Tegra234 Liu Shixin (4): memory: tegra20-emc: Use DEFINE_SHOW_ATTRIBUTE to simplify code memory: tegra30-emc: Use DEFINE_SHOW_ATTRIBUTE to simplify code memory: tegra210-emc: Use DEFINE_SHOW_ATTRIBUTE to simplify code memory: tegra186-emc: Use DEFINE_SHOW_ATTRIBUTE to simplify code Mikko Perttunen (1): dt-bindings: Add headers for NVDEC on Tegra234 Thierry Reding (1): Merge branch for-6.2/dt-bindings into for-6.2/memory drivers/memory/tegra/tegra186-emc.c | 15 +- drivers/memory/tegra/tegra20-emc.c | 15 +- drivers/memory/tegra/tegra210-emc-core.c | 15 +- drivers/memory/tegra/tegra234.c | 160 +++++++ drivers/memory/tegra/tegra30-emc.c | 15 +- include/dt-bindings/clock/tegra234-clock.h | 639 ++++++++++++++++++++++++- include/dt-bindings/memory/tegra234-mc.h | 440 ++++++++++++++++- include/dt-bindings/power/tegra234-powergate.h | 15 + include/dt-bindings/reset/tegra234-reset.h | 111 ++++- 9 files changed, 1339 insertions(+), 86 deletions(-)