summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-rpc-if.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* spi: Merge up v6.12Mark Brown2024-10-071-1/+1
|\
| * move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* | spi: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-09-301-1/+1
|/
* spi: rpc-if: Add missing MODULE_DEVICE_TABLEBiju Das2024-07-311-0/+7
* spi: rpc-if: differentiate between unsupported and invalid requestsMiquel Raynal2024-05-271-6/+6
* 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