summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-rockchip.c
Commit message (Expand)AuthorAgeFilesLines
* spi/rockchip: remove unnecessary memset of rockchip_spiAlexey Klimov2015-07-071-1/+0Star
*---. Merge remote-tracking branches 'spi/topic/qup', 'spi/topic/rockchip', 'spi/to...Mark Brown2015-04-121-4/+32
|\ \ \
| | * | spi/rockchip: Add device tree property to configure Rx Sample DelayJulius Werner2015-03-271-0/+21
| | * | spi/rockchip: do an error handling in proper timeAndy Shevchenko2015-03-061-4/+11
| |/ /
* / / spi/rockchip: Round up clock rate divisor to err on the safe sideJulius Werner2015-03-271-1/+1
|/ /
* / spi/rockchip: avoid uninitialized-use warningArnd Bergmann2015-01-281-2/+4
|/
* Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-191-2/+2
|\
| * spi: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-131-2/+2
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\ \
| * \ Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-041-1/+0Star
| |\ \ | | |/ | |/|
| | * spi: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'spi/topic/mxs', 'spi/topic/pxa', 'spi/topic/r...Mark Brown2014-12-081-2/+0Star
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| | * spi/rockchip: remove redundant call to spi_master_put()Laurentiu Palcu2014-11-121-2/+0Star
| |/
* | spi/rockchip: spi controller must be disabled in tx callback tooAddy Ke2014-10-171-1/+3
* | spi/rockchip: fix bug that cause spi transfer timed out in DMA duplex modeAddy Ke2014-10-151-11/+23
* | spi/rockchip: fix bug that case spi can't go as fast as slave requestAddy Ke2014-10-151-0/+12
|/
* Merge remote-tracking branch 'spi/fix/rockchip' into spi-linusMark Brown2014-10-031-8/+7Star
|\
| * spi/rockchip: fix bug that cause the failure to read data in DMA modeAddy Ke2014-09-251-8/+7Star
| |
| \
*-. \ Merge remote-tracking branches 'spi/fix/davinci', 'spi/fix/dw', 'spi/fix/fsl'...Mark Brown2014-09-171-2/+3
|\ \ \ | | |/ | |/|
| | * spi/rockchip: Don't warn if SPI is busy but disabledDoug Anderson2014-09-051-1/+2
| | * spi/rockchip: Fix the wait_for_idle() timeoutDoug Anderson2014-09-051-1/+1
| |/
* | spi/rockchip: Avoid accidentally turning off the clockDoug Anderson2014-08-291-1/+1
* | spi/rockchip: fixup incorrect dma direction settingAddy Ke2014-08-201-1/+1
|/
* spi/rockchip: fix error return code in rockchip_spi_probe()Wei Yongjun2014-07-251-0/+1
* spi/rockchip: remove redundant dev_err call in rockchip_spi_probe()Wei Yongjun2014-07-251-1/+0Star
* spi/rockchip: remove duplicated include from spi-rockchip.cWei Yongjun2014-07-251-1/+0Star
* spi/rockchip: add compatible strings for RK3188 and RK3288Addy Ke2014-07-111-0/+2
* spi/rockchip: master->mode_bits: remove SPI_CS_HIGH bitAddy Ke2014-07-111-6/+1Star
* spi/rockchip: call wait_for_idle() for the transfer to completeAddy Ke2014-07-111-5/+19
* spi/rockchip: cleanup some coding issues and uncessary outputAddy Ke2014-07-111-18/+23
* spi/rockchip: add driver for Rockchip RK3xxx SoCs integrated SPIaddy ke2014-07-041-0/+822