mbox series

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

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

Pull-request

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

Message

Krzysztof Kozlowski April 3, 2023, 4:14 p.m. UTC
The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -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.4

for you to fetch changes up to 69d170c4c28ba0490bd42630cc09d7e1834bbb3d:

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

----------------------------------------------------------------
Memory controller drivers for v6.4

1. STM32 FMC2: allow using driver on all STM32MP SoCs.
2. Cleanups:
   - Atmel EBI: use preferred of_property_present() API.
   - Tegra210 MC: drop redundant variable initialization.
   - Drop redundant quotes in Devicetree bindings.
   - Remove MODULE_LICENSE in non-modules (several drivers).

----------------------------------------------------------------
Christophe Kerello (1):
      memory: stm32-fmc2-ebi: depends on ARCH_STM32 instead of MACH_STM32MP157

Diogo Ivo (1):
      memory: tegra: remove redundant variable initialization

Nick Alcock (2):
      memory: tegra: remove MODULE_LICENSE in non-modules
      memory: remove MODULE_LICENSE in non-modules

Rob Herring (2):
      memory: atmel-ebi: Use of_property_present() for testing DT property presence
      dt-bindings: memory-controller: Drop unneeded quotes

 .../devicetree/bindings/memory-controllers/renesas,dbsc.yaml        | 4 ++--
 .../devicetree/bindings/memory-controllers/renesas,rpc-if.yaml      | 2 +-
 .../bindings/memory-controllers/samsung,exynos5422-dmc.yaml         | 6 +++---
 drivers/memory/Kconfig                                              | 2 +-
 drivers/memory/atmel-ebi.c                                          | 2 +-
 drivers/memory/bt1-l2-ctl.c                                         | 1 -
 drivers/memory/da8xx-ddrctl.c                                       | 1 -
 drivers/memory/fsl_ifc.c                                            | 1 -
 drivers/memory/mvebu-devbus.c                                       | 1 -
 drivers/memory/tegra/mc.c                                           | 1 -
 drivers/memory/tegra/tegra186-emc.c                                 | 1 -
 drivers/memory/tegra/tegra210-emc-table.c                           | 2 --
 12 files changed, 8 insertions(+), 16 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org April 4, 2023, 2:41 p.m. UTC | #1
Hello:

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

On Mon,  3 Apr 2023 18:14:27 +0200 you wrote:
> The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:
> 
>   Linux 6.3-rc1 (2023-03-05 14:52:03 -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.4
> 
> [...]

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

You are awesome, thank you!