mbox series

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

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

Pull-request

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

Message

Krzysztof Kozlowski Feb. 29, 2024, 12:46 p.m. UTC
Hi,

On top of previous pull request.

Best regards,
Krzysztof


The following changes since commit 2f542c937c48c2bd5a8ddf180b417fbe7152559f:

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

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

for you to fetch changes up to e46076906722ee6f9e7fd5abad7f909cd11a26af:

  memory: stm32-fmc2-ebi: keep power domain on (2024-02-27 10:18:04 +0100)

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

1. Renesas RPC-IF: add bindings for R-Car V4M.
2. Tegra MC: correct and extend support for Tegra234 memory controller.
3. STM32: add support for Flexible Memory Controller on MP25 SoC.
4. NXP WEIM bindings: convert to DT schema.

----------------------------------------------------------------
Christophe Kerello (5):
      dt-bindings: memory-controller: st,stm32: add MP25 support
      memory: stm32-fmc2-ebi: check regmap_read return value
      memory: stm32-fmc2-ebi: add MP25 support
      memory: stm32-fmc2-ebi: add MP25 RIF support
      memory: stm32-fmc2-ebi: keep power domain on

Geert Uytterhoeven (1):
      dt-bindings: memory: renesas,rpc-if: Document R-Car V4M support

Jon Hunter (3):
      memory: tegra: Correct DLA client names
      memory: tegra: Add BPMP and ICC info for DLA clients
      memory: tegra: Fix indentation

Sebastian Reichel (1):
      dt-bindings: bus: imx-weim: convert to YAML

 Documentation/devicetree/bindings/bus/imx-weim.txt | 117 ----
 .../fsl/fsl,imx-weim-peripherals.yaml              |  31 +
 .../memory-controllers/fsl/fsl,imx-weim.yaml       | 204 ++++++
 .../memory-controllers/mc-peripheral-props.yaml    |   1 +
 .../memory-controllers/renesas,rpc-if.yaml         |   1 +
 .../memory-controllers/st,stm32-fmc2-ebi.yaml      |   7 +-
 drivers/memory/stm32-fmc2-ebi.c                    | 729 +++++++++++++++++++--
 drivers/memory/tegra/tegra234.c                    |  48 +-
 .../bindings/fieldbus/arcx,anybus-controller.txt   |   2 +-
 9 files changed, 963 insertions(+), 177 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/bus/imx-weim.txt
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/fsl,imx-weim-peripherals.yaml
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/fsl,imx-weim.yaml

Comments

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

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

On Thu, 29 Feb 2024 13:46:00 +0100 you wrote:
> Hi,
> 
> On top of previous pull request.
> 
> Best regards,
> Krzysztof
> 
> [...]

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

You are awesome, thank you!