aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-sifive.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-21spi: sifive: switch to use modern nameYang Yingliang1-40/+40
2023-07-11spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SSAndy Shevchenko1-1/+1
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel1-3/+3
2023-03-06spi: sifive: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-06-10spi: sifive: add PM callbacks to support suspend/resumeAndy Chiu1-0/+39
2019-11-04spi: sifive: disable clk when probe fails and removeChuhong Yuan1-4/+7
2019-09-04spi: sifive: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-02spi: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2019-02-22spi: sifive: Remove redundant dev_err call in sifive_spi_probe()Wei Yongjun1-1/+0
2019-02-22spi: sifive: Remove spi_master_put in sifive_spi_remove()Wei Yongjun1-1/+0
2019-02-19spi: sifive: Add driver for the SiFive SPI controllerYash Shah1-0/+450