mbox series

[GIT,PULL] memory: drivers: late pull for v6.4, part two

Message ID 20230416143248.308942-1-krzysztof.kozlowski@linaro.org (mailing list archive)
State Accepted
Commit 69bda55a09d1f6ee15666c5f90475f885fee3472
Headers show
Series [GIT,PULL] memory: drivers: late pull for v6.4, part two | expand

Pull-request

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

Message

Krzysztof Kozlowski April 16, 2023, 2:32 p.m. UTC
The following changes since commit 69d170c4c28ba0490bd42630cc09d7e1834bbb3d:

  dt-bindings: memory-controller: Drop unneeded quotes (2023-03-31 21:53:15 +0200)

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.4-2

for you to fetch changes up to 3ec0e1ea4770e40575bfb2bb4e9ebbbaa3c80d3f:

  memory: mtk-smi: mt8365: Add SMI Support (2023-04-10 18:57:15 +0200)

----------------------------------------------------------------
Memory controller drivers for v6.4, part two

1. Tegra210 EMC: correct reading of MR18 register.
2. MediaTek SMI: add support for MT8365.

----------------------------------------------------------------
Alexandre Mergnat (3):
      dt-bindings: memory-controllers: mediatek,smi-common: add mt8365
      dt-bindings: memory-controllers: mediatek,smi-larb: add mt8365
      memory: mtk-smi: mt8365: Add SMI Support

Diogo Ivo (1):
      memory: tegra: read values from correct device

 .../devicetree/bindings/memory-controllers/mediatek,smi-common.yaml | 2 ++
 .../devicetree/bindings/memory-controllers/mediatek,smi-larb.yaml   | 4 ++++
 drivers/memory/mtk-smi.c                                            | 6 ++++++
 drivers/memory/tegra/tegra210-emc-cc-r21021.c                       | 2 +-
 4 files changed, 13 insertions(+), 1 deletion(-)

Comments

patchwork-bot+linux-soc@kernel.org April 17, 2023, 3:50 p.m. UTC | #1
Hello:

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

On Sun, 16 Apr 2023 16:32:48 +0200 you wrote:
> The following changes since commit 69d170c4c28ba0490bd42630cc09d7e1834bbb3d:
> 
>   dt-bindings: memory-controller: Drop unneeded quotes (2023-03-31 21:53:15 +0200)
> 
> 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.4-2
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] memory: drivers: late pull for v6.4, part two
    https://git.kernel.org/soc/soc/c/69bda55a09d1

You are awesome, thank you!