]> www.infradead.org Git - users/jedix/linux-maple.git/commit
memory: renesas-rpc-if: Add RZ/G3E xSPI support
authorBiju Das <biju.das.jz@bp.renesas.com>
Thu, 24 Apr 2025 08:59:54 +0000 (09:59 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 1 May 2025 10:22:25 +0000 (12:22 +0200)
commit687cac9559d8e9277830bdfb68b57d7403695b1d
treefd08972865d78dd9d119cdfa89b1d8acdc4f7dfd
parente1c200a4c7f0e8b842a9a5b7f38fa7036c0df417
memory: renesas-rpc-if: Add RZ/G3E xSPI support

Add support for RZ/G3E xSPI. Compared to RPC-IF, it can support writes on
memory-mapped area. Introduce struct rpcif_impl for holding the function
pointers and data to handle the differences between xspi and rpc-if
interface.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://lore.kernel.org/r/20250424090000.136804-7-biju.das.jz@bp.renesas.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
drivers/memory/renesas-rpc-if.c
drivers/memory/renesas-xspi-if-regs.h [new file with mode: 0644]
include/memory/renesas-rpc-if.h