mbox series

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

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

Pull-request

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

Message

Krzysztof Kozlowski June 12, 2023, 5:55 p.m. UTC
The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -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.5

for you to fetch changes up to 6a66fb9ffe7b4558c04f73593c01ee484a5c9ddf:

  dt-bindings: memory-controllers: drop unneeded quotes (2023-06-12 19:50:48 +0200)

----------------------------------------------------------------
Memory controller drivers for v6.5

1. Renesas RPC IF: correct the Strobe Timing Adjustment.
2. Broadcom DPFE: fix smatch warning for testing array offset after use.
3. Atmel SDRAMC: drop driver because it was just a wrapper over enabling
   clock which is not handled by its clock controller.
4. Minor bindings cleanup.

----------------------------------------------------------------
Claudiu Beznea (1):
      memory: atmel-sdramc: remove the driver

Krzysztof Kozlowski (2):
      memory: brcmstb_dpfe: fix testing array offset after use
      dt-bindings: memory-controllers: drop unneeded quotes

Wolfram Sang (1):
      memory: renesas-rpc-if: Fix PHYCNT.STRTIM setting

 .../memory-controllers/nvidia,tegra20-emc.yaml     |  2 +-
 .../bindings/memory-controllers/ti,gpmc.yaml       |  2 +-
 arch/arm/mach-at91/Kconfig                         |  4 --
 drivers/memory/Kconfig                             | 11 ----
 drivers/memory/Makefile                            |  1 -
 drivers/memory/atmel-sdramc.c                      | 74 ----------------------
 drivers/memory/brcmstb_dpfe.c                      |  4 +-
 drivers/memory/renesas-rpc-if.c                    | 53 ++++++++++++----
 8 files changed, 44 insertions(+), 107 deletions(-)
 delete mode 100644 drivers/memory/atmel-sdramc.c

Comments

patchwork-bot+linux-soc@kernel.org June 22, 2023, 4:10 p.m. UTC | #1
Hello:

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

On Mon, 12 Jun 2023 19:55:08 +0200 you wrote:
> The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:
> 
>   Linux 6.4-rc1 (2023-05-07 13:34:35 -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.5
> 
> [...]

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

You are awesome, thank you!