[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250912140030.204650-2-krzysztof.kozlowski@linaro.org>
Date: Fri, 12 Sep 2025 16:00:31 +0200
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Arnd Bergmann <arnd@...db.de>,
soc@...ts.linux.dev
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
linux-kernel@...r.kernel.org,
Krzysztof Kozlowski <krzk@...nel.org>
Subject: [GIT PULL] memory: drivers for v6.18
The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl.git tags/memory-controller-drv-6.18
for you to fetch changes up to 3804cef4c59742cf695e7b41a9aabe8d5bb25ca2:
memory: tegra210: Use bindings for client ids (2025-09-10 11:40:44 +0200)
----------------------------------------------------------------
Memory controller drivers for v6.18
1. STM32 OMM: Fix ineffective/missing setting of the req2ack in the
device based on DT property, if the value is different than 0.
2. Samsung Exynos SROM: Fix IO map resource leak if
of_platform_populate() in probe() failed.
3. Broadcom brcmstb: Document existing, older devices in Devicetree
bindings.
4. Tegra 210 EMC: Document OPP table for interconnects (driver usage
will come later) and define memory client IDs as bindings, because
these are shared between DTS and driver.
----------------------------------------------------------------
Aaron Kling (3):
dt-bindings: memory: tegra210: emc: Document OPP table and interconnect
dt-bindings: memory: tegra210: Add memory client IDs
memory: tegra210: Use bindings for client ids
Florian Fainelli (1):
dt-bindings: memory: Update brcmstb-memc-ddr binding with older chips
Patrice Chotard (1):
memory: stm32_omm: Fix req2ack update test
Zhen Ni (1):
memory: samsung: exynos-srom: Fix of_iomap leak in exynos_srom_probe
.../memory-controllers/brcm,brcmstb-memc-ddr.yaml | 4 +
.../memory-controllers/nvidia,tegra210-emc.yaml | 11 ++
drivers/memory/samsung/exynos-srom.c | 10 +-
drivers/memory/stm32_omm.c | 2 +-
drivers/memory/tegra/tegra210.c | 146 ++++++++++-----------
include/dt-bindings/memory/tegra210-mc.h | 74 +++++++++++
6 files changed, 167 insertions(+), 80 deletions(-)
Powered by blists - more mailing lists