[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250715095315.59299-2-krzysztof.kozlowski@linaro.org>
Date: Tue, 15 Jul 2025 11:53:15 +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.17
The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:
Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)
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.17
for you to fetch changes up to 93a7aedc4cc4476da54ea45f3ed5308aabafef75:
dt-bindings: memory: renesas,rzg3e-xspi: Document RZ/V2H(P) and RZ/V2N support (2025-07-09 20:23:59 +0200)
----------------------------------------------------------------
Memory controller drivers for v6.17
1. Several cleanups: Use dev_fwnode() in OMAP GPMX, convert
arm,pl172.txt DT bindings to DT schema, use
syscon_regmap_lookup_by_phandle_args() wrapper, correct kerneldoc.
2. Mediatek MT8186 SMI: Extend hardware bandwidth limits to fix VENC
hardware during stress testing.
3. Broadcom brcmstb_memc: Add additional fallback compatible and
simplify device driver matching. The change comes from Broadcom
SoC maintainer (Florian Fainelli), thus its ABI impact is
acknowledged.
----------------------------------------------------------------
Florian Fainelli (2):
dt-bindings: memory-controller: Define fallback compatible
memory: brcmstb_memc: Simplify compatible matching
Frank Li (1):
dt-bindings: memory-controllers: convert arm,pl172.txt to yaml format
Friday Yang (1):
memory: mtk-smi: Add ostd setting for mt8186
Jiri Slaby (SUSE) (1):
memory: omap-gpmx: Use dev_fwnode()
Krzysztof Kozlowski (2):
memory: emif: Add missing kerneldoc for lpmode
memory: stm32_omm: Use syscon_regmap_lookup_by_phandle_args
Lad Prabhakar (1):
dt-bindings: memory: renesas,rzg3e-xspi: Document RZ/V2H(P) and RZ/V2N support
.../bindings/memory-controllers/arm,pl172.txt | 127 ------------
.../bindings/memory-controllers/arm,pl172.yaml | 222 +++++++++++++++++++++
.../memory-controllers/brcm,brcmstb-memc-ddr.yaml | 54 +++--
.../memory-controllers/renesas,rzg3e-xspi.yaml | 9 +-
drivers/memory/brcmstb_memc.c | 56 +-----
drivers/memory/emif.c | 1 +
drivers/memory/mtk-smi.c | 33 +++
drivers/memory/omap-gpmc.c | 4 +-
drivers/memory/stm32_omm.c | 21 +-
9 files changed, 308 insertions(+), 219 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/memory-controllers/arm,pl172.txt
create mode 100644 Documentation/devicetree/bindings/memory-controllers/arm,pl172.yaml
Powered by blists - more mailing lists