mbox series

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

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

Pull-request

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

Message

Krzysztof Kozlowski April 28, 2024, 4:20 p.m. UTC
The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -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.10

for you to fetch changes up to bf11908757eeab716536d16a32693b5dcd6990de:

  memory: mtk-smi: fix module autoloading (2024-04-11 08:22:26 +0200)

----------------------------------------------------------------
Memory controller drivers for v6.10

Few cleanups:
1. Correct module auto-loading - missing aliases in the module.
2. Document bindings for the Samsung S5Pv210 SoC DMC memory controller.

----------------------------------------------------------------
Krzysztof Kozlowski (3):
      dt-bindings: memory-controllers: add Samsung S5Pv210 SoC DMC
      memory: brcmstb_memc: fix module autoloading
      memory: mtk-smi: fix module autoloading

 .../memory-controllers/samsung,s5pv210-dmc.yaml    | 33 ++++++++++++++++++++++
 drivers/memory/brcmstb_memc.c                      |  1 +
 drivers/memory/mtk-smi.c                           |  2 ++
 3 files changed, 36 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/samsung,s5pv210-dmc.yaml

Comments

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

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

On Sun, 28 Apr 2024 18:20:01 +0200 you wrote:
> The following changes since commit 4cece764965020c22cff7665b18a012006359095:
> 
>   Linux 6.9-rc1 (2024-03-24 14:10:05 -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.10
> 
> [...]

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

You are awesome, thank you!