[PATCH 0/6] Add SPI Multi I/O Bus Controller support for RZ/G2L

From: Lad Prabhakar
Date: Tue Sep 28 2021 - 10:07:36 EST


Hi All,

This patch series adds a couple of fixes for rpc-if driver and
adds support for RZ/G2L SoC, where the SPI Multi I/O Bus Controller
is identical to the RPC-IF block found on R-Car Gen3 SoC's.

Note: patch applies on top of [1].

[1] https://patchwork.kernel.org/project/linux-renesas-soc/patch/
20210922091007.5516-1-wsa+renesas@xxxxxxxxxxxxxxxxxxxx/

Cheers,
Prabhakar

Lad Prabhakar (6):
dt-bindings: memory: renesas,rpc-if: Add support for the R9A07G044
dt-bindings: memory: renesas,rpc-if: Add optional interrupts property
spi: spi-rpc-if: Check return value of rpcif_sw_init()
mtd: hyperbus: rpc-if: Check return value of rpcif_sw_init()
memory: renesas-rpc-if: Drop usage of RPCIF_DIRMAP_SIZE macro
memory: renesas-rpc-if: Add support for RZ/G2L

.../memory-controllers/renesas,rpc-if.yaml | 52 +++++++++----
drivers/memory/renesas-rpc-if.c | 73 +++++++++++++++----
drivers/mtd/hyperbus/rpc-if.c | 8 +-
drivers/spi/spi-rpc-if.c | 8 +-
include/memory/renesas-rpc-if.h | 8 +-
5 files changed, 116 insertions(+), 33 deletions(-)

--
2.17.1