summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-sifive.c
Commit message (Expand)AuthorAgeFilesLines
* spi: sifive: switch to use modern nameYang Yingliang2023-08-211-40/+40
* spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SSAndy Shevchenko2023-07-111-1/+1
* spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel2023-03-111-3/+3
* spi: sifive: Convert to platform remove callback returning voidUwe Kleine-König2023-03-061-4/+2
* spi: sifive: add PM callbacks to support suspend/resumeAndy Chiu2022-06-101-0/+39
* spi: sifive: disable clk when probe fails and removeChuhong Yuan2019-11-041-4/+7
* spi: sifive: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-09-041-3/+1
* spi: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-021-1/+0
* spi: sifive: Remove redundant dev_err call in sifive_spi_probe()Wei Yongjun2019-02-221-1/+0
* spi: sifive: Remove spi_master_put in sifive_spi_remove()Wei Yongjun2019-02-221-1/+0
* spi: sifive: Add driver for the SiFive SPI controllerYash Shah2019-02-191-0/+450