aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-sifive.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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