summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-rpc-if.c
Commit message (Expand)AuthorAgeFilesLines
* spi: rpc-if: switch to use devm_spi_alloc_host()Yang Yingliang2023-08-161-1/+1
* spi: rpc-if: Convert to platform remove callback returning voidUwe Kleine-König2023-03-061-4/+2
* memory: renesas-rpc-if: Remove Runtime PM wrappersGeert Uytterhoeven2023-01-231-3/+3
* memory: renesas-rpc-if: Pass device instead of rpcif to rpcif_*()Geert Uytterhoeven2023-01-231-7/+7
* spi: rpc-if: Fix RPM imbalance in probe error pathGeert Uytterhoeven2022-04-041-2/+6
* memory: renesas-rpc-if: Add support for RZ/G2LLad Prabhakar2021-11-161-1/+3
* spi: spi-rpc-if: Check return value of rpcif_sw_init()Lad Prabhakar2021-10-261-1/+3
* spi: rpc-if: Gaurd .pm assignment with CONFIG_PM_SLEEP #ifdef checkLad Prabhakar2021-01-111-0/+2
* spi: rpc-if: Remove CONFIG_PM_SLEEP ifdeferyLad Prabhakar2020-12-311-8/+3
* spi: rpc-if: Fix use-after-free on unbindLukas Wunner2020-12-071-7/+2
* spi: add Renesas RPC-IF driverSergei Shtylyov2020-06-161-0/+216