[GIT,PULL] memory: drivers for v6.9

Message ID 20240218183046.32721-1-krzysztof.kozlowski@linaro.org
State New
Headers
Series [GIT,PULL] memory: drivers for v6.9 |

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl.git tags/memory-controller-drv-6.9

Message

Krzysztof Kozlowski Feb. 18, 2024, 6:30 p.m. UTC
  The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -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.9

for you to fetch changes up to 2f542c937c48c2bd5a8ddf180b417fbe7152559f:

  dt-bindings: memory-controllers: narrow regex for unit address to hex numbers (2024-01-25 12:04:09 +0100)

----------------------------------------------------------------
Memory controller drivers for v6.9

1. TI EMIF: Simplify handling CONFIG_DEBUG_FS, CONFIG_OF and
   platform_driver_probe().
2. Narrow regex in Nvidia Tegra20 EMC binding.

----------------------------------------------------------------
Krzysztof Kozlowski (1):
      dt-bindings: memory-controllers: narrow regex for unit address to hex numbers

Uwe Kleine-König (3):
      memory: emif: Simplify code handling CONFIG_DEBUG_FS
      memory: emif: Simplify code handling CONFIG_OF
      memory: emif: Drop usage of platform_driver_probe()

 .../memory-controllers/nvidia,tegra20-emc.yaml     |  2 +-
 drivers/memory/emif.c                              | 65 ++++++++--------------
 2 files changed, 25 insertions(+), 42 deletions(-)