[GIT PULL] memory: drivers for v6.7

From: Krzysztof Kozlowski
Date: Mon Oct 16 2023 - 03:40:32 EST


The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

Linux 6.6-rc1 (2023-09-10 16:28:41 -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.7

for you to fetch changes up to 09de3691daab15ae125cbf32f9f72fc90eada49d:

memory: Use device_get_match_data() (2023-10-12 15:42:16 +0200)

----------------------------------------------------------------
Memory controller drivers for v6.7

1. Atmel: Use __counted_by annotation.
2. Tegra: Add Tegra234 clients for RCE and VI.
3. Cleanup:
- Use device_get_match_data() to simplify the code,
- Make "additionalProperties: true" explicit in Devicetree bindings.

----------------------------------------------------------------
Jon Hunter (1):
memory: tegra: Add Tegra234 clients for RCE and VI

Kees Cook (1):
memory: atmel-ebi: Annotate struct atmel_ebi_dev with __counted_by

Rob Herring (2):
dt-bindings: memory-controllers: Make "additionalProperties: true" explicit
memory: Use device_get_match_data()

.../bindings/memory-controllers/ingenic,nemc.yaml | 1 +
.../memory-controllers/renesas,rpc-if.yaml | 2 +
.../bindings/memory-controllers/ti,gpmc.yaml | 2 +-
drivers/memory/atmel-ebi.c | 16 +++---
drivers/memory/brcmstb_memc.c | 9 ++--
drivers/memory/fsl-corenet-cf.c | 11 +---
drivers/memory/tegra/tegra234.c | 60 ++++++++++++++++++++++
7 files changed, 77 insertions(+), 24 deletions(-)