Merge tag 'memory-controller-drv-6.7' of https://git.kernel.org/pub/scm/linux/kernel...
authorArnd Bergmann <arnd@arndb.de>
Mon, 16 Oct 2023 21:00:46 +0000 (23:00 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 16 Oct 2023 21:00:46 +0000 (23:00 +0200)
commite855cbf28b6d46ac87dab630b1e56fd4a8fe9845
tree85abbe6cf33f7bdb1aa3070adfc8e9548c8e9610
parent1780d27c7a54c1550e86528101fe36b2c3ed893a
parent09de3691daab15ae125cbf32f9f72fc90eada49d
Merge tag 'memory-controller-drv-6.7' of https://git./linux/kernel/git/krzk/linux-mem-ctrl into soc/drivers

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.

* tag 'memory-controller-drv-6.7' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl:
  memory: Use device_get_match_data()
  memory: tegra: Add Tegra234 clients for RCE and VI
  dt-bindings: memory-controllers: Make "additionalProperties: true" explicit
  memory: atmel-ebi: Annotate struct atmel_ebi_dev with __counted_by

Link: https://lore.kernel.org/r/20231016074013.28286-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/memory/tegra/tegra234.c