aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-sifive.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-10spi: sifive: add PM callbacks to support suspend/resumeGravatar Andy Chiu 1-0/+39
2019-11-04spi: sifive: disable clk when probe fails and removeGravatar Chuhong Yuan 1-4/+7
2019-09-04spi: sifive: use devm_platform_ioremap_resource() to simplify codeGravatar YueHaibing 1-3/+1
2019-08-02spi: Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 1-1/+0
2019-02-22spi: sifive: Remove redundant dev_err call in sifive_spi_probe()Gravatar Wei Yongjun 1-1/+0
2019-02-22spi: sifive: Remove spi_master_put in sifive_spi_remove()Gravatar Wei Yongjun 1-1/+0
2019-02-19spi: sifive: Add driver for the SiFive SPI controllerGravatar Yash Shah 1-0/+450