[GIT PULL] memory: drivers for v6.4

From: Krzysztof Kozlowski
Date: Mon Apr 03 2023 - 12:14:36 EST


The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

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.4

for you to fetch changes up to 69d170c4c28ba0490bd42630cc09d7e1834bbb3d:

dt-bindings: memory-controller: Drop unneeded quotes (2023-03-31 21:53:15 +0200)

----------------------------------------------------------------
Memory controller drivers for v6.4

1. STM32 FMC2: allow using driver on all STM32MP SoCs.
2. Cleanups:
- Atmel EBI: use preferred of_property_present() API.
- Tegra210 MC: drop redundant variable initialization.
- Drop redundant quotes in Devicetree bindings.
- Remove MODULE_LICENSE in non-modules (several drivers).

----------------------------------------------------------------
Christophe Kerello (1):
memory: stm32-fmc2-ebi: depends on ARCH_STM32 instead of MACH_STM32MP157

Diogo Ivo (1):
memory: tegra: remove redundant variable initialization

Nick Alcock (2):
memory: tegra: remove MODULE_LICENSE in non-modules
memory: remove MODULE_LICENSE in non-modules

Rob Herring (2):
memory: atmel-ebi: Use of_property_present() for testing DT property presence
dt-bindings: memory-controller: Drop unneeded quotes

.../devicetree/bindings/memory-controllers/renesas,dbsc.yaml | 4 ++--
.../devicetree/bindings/memory-controllers/renesas,rpc-if.yaml | 2 +-
.../bindings/memory-controllers/samsung,exynos5422-dmc.yaml | 6 +++---
drivers/memory/Kconfig | 2 +-
drivers/memory/atmel-ebi.c | 2 +-
drivers/memory/bt1-l2-ctl.c | 1 -
drivers/memory/da8xx-ddrctl.c | 1 -
drivers/memory/fsl_ifc.c | 1 -
drivers/memory/mvebu-devbus.c | 1 -
drivers/memory/tegra/mc.c | 1 -
drivers/memory/tegra/tegra186-emc.c | 1 -
drivers/memory/tegra/tegra210-emc-table.c | 2 --
12 files changed, 8 insertions(+), 16 deletions(-)