Merge tag 'memory-controller-drv-6.5' of https://git.kernel.org/pub/scm/linux/kernel...
authorArnd Bergmann <arnd@arndb.de>
Thu, 22 Jun 2023 15:34:02 +0000 (17:34 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 22 Jun 2023 15:34:02 +0000 (17:34 +0200)
commit57cf6633f3853591b92019533e19bca543ec619f
tree148a03b00220c2098274a584bcbb359619d1830b
parent2d0d3a1004076b97627f5910f6a4600c52434bd1
parent6a66fb9ffe7b4558c04f73593c01ee484a5c9ddf
Merge tag 'memory-controller-drv-6.5' of https://git./linux/kernel/git/krzk/linux-mem-ctrl into soc/drivers

Memory controller drivers for v6.5

1. Renesas RPC IF: correct the Strobe Timing Adjustment.
2. Broadcom DPFE: fix smatch warning for testing array offset after use.
3. Atmel SDRAMC: drop driver because it was just a wrapper over enabling
   clock which is not handled by its clock controller.
4. Minor bindings cleanup.

* tag 'memory-controller-drv-6.5' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl:
  dt-bindings: memory-controllers: drop unneeded quotes
  memory: atmel-sdramc: remove the driver
  memory: brcmstb_dpfe: fix testing array offset after use
  memory: renesas-rpc-if: Fix PHYCNT.STRTIM setting

Link: https://lore.kernel.org/r/20230612175508.288775-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>