mbox series

[GIT,PULL] memory: renesas drivers for v5.17

Message ID 20211213105618.5686-1-krzysztof.kozlowski@canonical.com (mailing list archive)
State Mainlined, archived
Commit 3542de6a5b159fac0e7ca84d77a57ea99125d6b1
Headers show
Series [GIT,PULL] memory: renesas drivers for v5.17 | expand

Pull-request

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

Message

Krzysztof Kozlowski Dec. 13, 2021, 10:56 a.m. UTC
Hi,

Topic branch with Renesas related memory controller driver changes.

Best regards,
Krzysztof


The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -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-renesas-5.17

for you to fetch changes up to 3542de6a5b159fac0e7ca84d77a57ea99125d6b1:

  memory: renesas-rpc-if: refactor MOIIO and IOFV macros (2021-11-22 10:53:26 +0100)

----------------------------------------------------------------
Memory controller drivers for v5.17 - Renesas

Changes to the Renesas RPC-IF driver:
1. Add support for R9A07G044 / RZ/G2L.
2. Several minor fixes and improvements to the driver.

----------------------------------------------------------------
Lad Prabhakar (6):
      dt-bindings: memory: renesas,rpc-if: Add support for the R9A07G044
      dt-bindings: memory: renesas,rpc-if: Add optional interrupts property
      memory: renesas-rpc-if: Return error in case devm_ioremap_resource() fails
      memory: renesas-rpc-if: Drop usage of RPCIF_DIRMAP_SIZE macro
      memory: renesas-rpc-if: Add support for RZ/G2L
      memory: renesas-rpc-if: Silence clang warning

Wolfram Sang (3):
      memory: renesas-rpc-if: simplify register update
      memory: renesas-rpc-if: avoid use of undocumented bits
      memory: renesas-rpc-if: refactor MOIIO and IOFV macros

 .../memory-controllers/renesas,rpc-if.yaml         |  54 +++++++---
 drivers/memory/renesas-rpc-if.c                    | 109 +++++++++++++--------
 drivers/mtd/hyperbus/rpc-if.c                      |   4 +-
 drivers/spi/spi-rpc-if.c                           |   4 +-
 include/memory/renesas-rpc-if.h                    |   8 +-
 5 files changed, 122 insertions(+), 57 deletions(-)

Comments

Arnd Bergmann Dec. 15, 2021, 9:52 a.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 13 Dec 2021 11:56:18 +0100, Krzysztof Kozlowski wrote:
> Topic branch with Renesas related memory controller driver changes.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: e8f7875680aeddb717248e0467bd533243d326ef

       Arnd