summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-sifive.c
AgeCommit message (Expand)Author
2023-08-21spi: sifive: switch to use modern nameYang Yingliang
2023-07-11spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SSAndy Shevchenko
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel
2023-03-06spi: sifive: Convert to platform remove callback returning voidUwe Kleine-König
2022-06-10spi: sifive: add PM callbacks to support suspend/resumeAndy Chiu
2019-11-04spi: sifive: disable clk when probe fails and removeChuhong Yuan
2019-09-04spi: sifive: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-02spi: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-02-22spi: sifive: Remove redundant dev_err call in sifive_spi_probe()Wei Yongjun
2019-02-22spi: sifive: Remove spi_master_put in sifive_spi_remove()Wei Yongjun
2019-02-19spi: sifive: Add driver for the SiFive SPI controllerYash Shah