summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-rpc-if.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-16spi: rpc-if: switch to use devm_spi_alloc_host()Yang Yingliang1-1/+1
2023-03-07spi: rpc-if: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-01-23memory: renesas-rpc-if: Remove Runtime PM wrappersGeert Uytterhoeven1-3/+3
2023-01-23memory: renesas-rpc-if: Pass device instead of rpcif to rpcif_*()Geert Uytterhoeven1-7/+7
2022-04-04spi: rpc-if: Fix RPM imbalance in probe error pathGeert Uytterhoeven1-2/+6
2021-11-16memory: renesas-rpc-if: Add support for RZ/G2LLad Prabhakar1-1/+3
2021-10-26spi: spi-rpc-if: Check return value of rpcif_sw_init()Lad Prabhakar1-1/+3
2021-01-11spi: rpc-if: Gaurd .pm assignment with CONFIG_PM_SLEEP #ifdef checkLad Prabhakar1-0/+2
2020-12-31spi: rpc-if: Remove CONFIG_PM_SLEEP ifdeferyLad Prabhakar1-8/+3
2020-12-07spi: rpc-if: Fix use-after-free on unbindLukas Wunner1-7/+2
2020-06-16spi: add Renesas RPC-IF driverSergei Shtylyov1-0/+216