mbox series

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

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

Pull-request

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

Message

Krzysztof Kozlowski Sept. 6, 2024, 2:08 p.m. UTC
Hi,

Second pull request, on top of previous one.

Best regards,
Krzysztof


The following changes since commit ff390189b7f2cfa20c644bc58b4462b5e2621838:

  memory: mtk-smi: Use devm_clk_get_enabled() (2024-08-25 11:02:17 +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.12-2

for you to fetch changes up to 32960b4f25c248f13758b8bbe6cc4260828442a1:

  memory: pl353-smc: simplify with scoped for each OF child loop (2024-08-31 07:44:24 +0200)

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

1. Renesas RPC-IF: adjust default setting for pins to accommodate
   different flash devices, which should fix 4-bit flash writes with
   Renesas AT25QL128A flash.

2. Simplify a bit probe() in PL172 and PL353-SMC.

----------------------------------------------------------------
Biju Das (1):
      memory: renesas-rpc-if: Use Hi-Z state as the default setting for IOVF pins

Krzysztof Kozlowski (2):
      memory: pl172: simplify releasing AMBA regions with devm
      memory: pl353-smc: simplify with scoped for each OF child loop

 drivers/memory/pl172.c          | 28 +++++++++++++---------------
 drivers/memory/pl353-smc.c      |  7 ++-----
 drivers/memory/renesas-rpc-if.c |  2 +-
 3 files changed, 16 insertions(+), 21 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Sept. 11, 2024, 3 p.m. UTC | #1
Hello:

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

On Fri,  6 Sep 2024 16:08:58 +0200 you wrote:
> Hi,
> 
> Second pull request, on top of previous one.
> 
> Best regards,
> Krzysztof
> 
> [...]

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

You are awesome, thank you!