aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-sprd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-11spi: sprd: fix reference leak in sprd_spi_removeZhang Qilong1-0/+1
2020-09-14spi: sprd: Simplify with dev_err_probe()Krzysztof Kozlowski1-12/+5
2020-09-08spi: sprd: Release DMA channel also on probe deferralKrzysztof Kozlowski1-1/+1
2019-12-04spi: sprd: Fix the incorrect SPI registerHuanpeng Xin1-1/+1
2019-10-15spi: sprd: convert transfer word delay to spi_delay structAlexandru Ardelean1-3/+12
2019-08-02spi: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-02-20Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.1Mark Brown1-4/+6
2019-02-13spi: sprd: Add a prefix for SPI DMA channel macrosBaolin Wang1-21/+21
2019-02-13spi: sprd: spi: sprd: Add DMA mode supportLanqing Liu1-3/+290
2019-02-13spi: sprd: Add the SPI irq function for the SPI DMA modeLanqing Liu1-0/+51
2019-01-15spi: sprd: Fix the error data length in SPI read-only modeLanqing Liu1-4/+6
2018-09-27spi: sprd: don't mark remove function as __exitArnd Bergmann1-1/+1
2018-08-28spi: sprd: Add SPI driver for Spreadtrum SC9860Lanqing Liu1-0/+745