[GIT PULL] memory: drivers for v6.10

From: Krzysztof Kozlowski
Date: Sun Apr 28 2024 - 12:20:14 EST


The following changes since commit 4cece764965020c22cff7665b18a012006359095:

Linux 6.9-rc1 (2024-03-24 14:10:05 -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.10

for you to fetch changes up to bf11908757eeab716536d16a32693b5dcd6990de:

memory: mtk-smi: fix module autoloading (2024-04-11 08:22:26 +0200)

----------------------------------------------------------------
Memory controller drivers for v6.10

Few cleanups:
1. Correct module auto-loading - missing aliases in the module.
2. Document bindings for the Samsung S5Pv210 SoC DMC memory controller.

----------------------------------------------------------------
Krzysztof Kozlowski (3):
dt-bindings: memory-controllers: add Samsung S5Pv210 SoC DMC
memory: brcmstb_memc: fix module autoloading
memory: mtk-smi: fix module autoloading

.../memory-controllers/samsung,s5pv210-dmc.yaml | 33 ++++++++++++++++++++++
drivers/memory/brcmstb_memc.c | 1 +
drivers/memory/mtk-smi.c | 2 ++
3 files changed, 36 insertions(+)
create mode 100644 Documentation/devicetree/bindings/memory-controllers/samsung,s5pv210-dmc.yaml