summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-sifive.c
Commit message (Expand)AuthorAgeFilesLines
* 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