aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-rpc-if.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-16spi: rpc-if: switch to use devm_spi_alloc_host()Gravatar Yang Yingliang 1-1/+1
2023-03-06spi: rpc-if: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-01-23memory: renesas-rpc-if: Remove Runtime PM wrappersGravatar Geert Uytterhoeven 1-3/+3
2023-01-23memory: renesas-rpc-if: Pass device instead of rpcif to rpcif_*()Gravatar Geert Uytterhoeven 1-7/+7
2022-04-04spi: rpc-if: Fix RPM imbalance in probe error pathGravatar Geert Uytterhoeven 1-2/+6
2021-11-16memory: renesas-rpc-if: Add support for RZ/G2LGravatar Lad Prabhakar 1-1/+3
2021-10-26spi: spi-rpc-if: Check return value of rpcif_sw_init()Gravatar Lad Prabhakar 1-1/+3
2021-01-11spi: rpc-if: Gaurd .pm assignment with CONFIG_PM_SLEEP #ifdef checkGravatar Lad Prabhakar 1-0/+2
2020-12-31spi: rpc-if: Remove CONFIG_PM_SLEEP ifdeferyGravatar Lad Prabhakar 1-8/+3
2020-12-07spi: rpc-if: Fix use-after-free on unbindGravatar Lukas Wunner 1-7/+2
2020-06-16spi: add Renesas RPC-IF driverGravatar Sergei Shtylyov 1-0/+216