aboutsummaryrefslogtreecommitdiff
path: root/drivers/memory/renesas-rpc-if.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-25memory: Explicitly include correct DT includesGravatar Rob Herring 1-1/+0
2023-05-08memory: renesas-rpc-if: Fix PHYCNT.STRTIM settingGravatar Wolfram Sang 1-14/+39
2023-02-09memory: renesas-rpc-if: Remove redundant division of dummyGravatar Cong Dang 1-2/+1
2023-01-23memory: renesas-rpc-if: Pass device instead of rpcif to rpcif_*()Gravatar Geert Uytterhoeven 1-16/+16
2023-01-23memory: renesas-rpc-if: Improve Runtime PM handlingGravatar Geert Uytterhoeven 1-5/+11
2023-01-23memory: renesas-rpc-if: Always use dev in rpcif_probe()Gravatar Geert Uytterhoeven 1-6/+6
2023-01-23memory: renesas-rpc-if: Move resource acquisition to .probe()Gravatar Geert Uytterhoeven 1-25/+24
2023-01-23memory: renesas-rpc-if: Split-off private data from struct rpcifGravatar Geert Uytterhoeven 1-18/+57
2022-10-18memory: renesas-rpc-if: Add support for R-Car Gen4Gravatar Geert Uytterhoeven 1-7/+12
2022-10-18memory: renesas-rpc-if: Clear HS bit during hardware initializationGravatar Cong Dang 1-0/+3
2022-05-26Merge tag 'arm-drivers-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-22/+9
2022-05-03Merge tag 'memory-controller-drv-5.19-2' of git://git.kernel.org/pub/scm/linu...Gravatar Arnd Bergmann 1-2/+1
2022-04-26memory: renesas-rpc-if: simplify platform_get_resource_byname()Gravatar Krzysztof Kozlowski 1-2/+1
2022-04-21Merge tag 'memory-controller-drv-5.19' of git://git.kernel.org/pub/scm/linux/...Gravatar Arnd Bergmann 1-20/+8
2022-04-21memory: renesas-rpc-if: Fix HF/OSPI data transfer in Manual ModeGravatar Geert Uytterhoeven 1-14/+46
2022-04-14memory: renesas-rpc-if: Simplify single/double data register accessGravatar Geert Uytterhoeven 1-20/+8
2022-04-04memory: renesas-rpc-if: fix platform-device leak in error pathGravatar Johan Hovold 1-1/+9
2021-11-22memory: renesas-rpc-if: refactor MOIIO and IOFV macrosGravatar Wolfram Sang 1-12/+8
2021-11-22memory: renesas-rpc-if: avoid use of undocumented bitsGravatar Wolfram Sang 1-36/+22
2021-11-22memory: renesas-rpc-if: simplify register updateGravatar Wolfram Sang 1-5/+2
2021-11-22memory: renesas-rpc-if: Silence clang warningGravatar Lad Prabhakar 1-1/+1
2021-11-16memory: renesas-rpc-if: Add support for RZ/G2LGravatar Lad Prabhakar 1-10/+62
2021-11-16memory: renesas-rpc-if: Drop usage of RPCIF_DIRMAP_SIZE macroGravatar Lad Prabhakar 1-4/+2
2021-11-16memory: renesas-rpc-if: Return error in case devm_ioremap_resource() failsGravatar Lad Prabhakar 1-1/+1
2021-09-28memory: renesas-rpc-if: Avoid unaligned bus access for HyperFlashGravatar Andrew Gabbasov 1-2/+46
2021-09-28memory: renesas-rpc-if: Correct QSPI data transfer in Manual modeGravatar Wolfram Sang 1-35/+78
2021-04-13memory: renesas-rpc-if: fix possible NULL pointer dereference of resourceGravatar Krzysztof Kozlowski 1-1/+1
2020-11-28memory: renesas-rpc-if: Make rpcif_enable/disable_rpm() as static inlineGravatar Lad Prabhakar 1-13/+0
2020-11-28memory: renesas-rpc-if: Fix a node reference leak in rpcif_probe()Gravatar Lad Prabhakar 1-0/+2
2020-11-28memory: renesas-rpc-if: Fix unbalanced pm_runtime_enable in rpcif_{enable,dis...Gravatar Lad Prabhakar 1-1/+1
2020-11-28memory: renesas-rpc-if: Return correct value to the caller of rpcif_manual_xf...Gravatar Lad Prabhakar 1-1/+2
2020-08-17memory: renesas-rpc-if: simplify with PTR_ERR_OR_ZEROGravatar Krzysztof Kozlowski 1-3/+1
2020-07-01memory: add Renesas RPC-IF driverGravatar Sergei Shtylyov 1-0/+603