mbox series

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

Message ID 20240218183046.32721-1-krzysztof.kozlowski@linaro.org (mailing list archive)
State Accepted
Commit d22ee157fb2525fd0c35b9d18fd58ed2e4715f80
Headers show
Series [GIT,PULL] memory: drivers for v6.9 | expand

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(-)

Comments

patchwork-bot+linux-soc@kernel.org Feb. 20, 2024, 9:12 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Sun, 18 Feb 2024 19:30:46 +0100 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] memory: drivers for v6.9
    https://git.kernel.org/soc/soc/c/d22ee157fb25

You are awesome, thank you!