summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-rockchip.c
Commit message (Expand)AuthorAge
* spi: rockchip: configure CTRLR1 according to size and data frameHuibin Hong2017-08-16
* spi: rockchip: add compatible string for rv1108 spiAndy Yan2017-08-14
* spi: rockchip: Fix clock handling in suspend/resumeJeffy Chen2017-08-07
* spi: rockchip: Fix clock handling in removeJeffy Chen2017-08-07
* spi: rockchip: Slightly rework return value handlingJeffy Chen2017-08-07
* spi: rockchip: Disable Runtime PM when chip select is assertedJeffy Chen2017-06-28
* spi: rockchip: Set GPIO_SS flag to enable Slave Select with GPIO CSJeffy Chen2017-06-28
* spi: rockchip: fix error handling when probeJeffy Chen2017-06-13
* spi: rockchip: support "sleep" pin configurationBrian Norris2016-12-19
*-. Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/rockchip', 'spi...Mark Brown2016-07-24
|\ \
| | * spi/rockchip: add the rk3036/rk3228/rk3368 to match for driverCaesar Wang2016-05-31
| |/
| |
| \
*-. \ Merge remote-tracking branches 'spi/fix/pax2xx' and 'spi/fix/rockchip' into s...Mark Brown2016-07-24
|\ \ \ | | |/ | |/|
| | * spi: rockchip: limit transfers to (64K - 1) bytesBrian Norris2016-07-20
| |/
* | spi: rockchip: Signal unfinished DMA transfersTomeu Vizoso2016-06-08
|/
* spi: rockchip: potential NULL dereference on errorDan Carpenter2016-05-04
*-. Merge remote-tracking branches 'spi/fix/omap2' and 'spi/fix/rockchip' into sp...Mark Brown2016-04-04
|\ \
| | * spi: rockchip: fix probe deferral handlingShawn Lin2016-03-31
| | * spi: rockchip: Spelling s/divsor/divisor/Geert Uytterhoeven2016-03-15
| |/
* | Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-03-17
|\ \ | |/ |/|
| * spi: rockchip: modify DMA max burst to 1Addy Ke2016-02-09
| |
| \
*-. \ Merge remote-tracking branches 'spi/topic/res', 'spi/topic/rockchip', 'spi/to...Mark Brown2016-03-11
|\ \ \ | | |/ | |/|
| | * spi: rockchip: covert rsd_nsecs to u32 typeShawn Lin2016-03-10
| | * spi: rockchip: header file cleanupShawn Lin2016-03-10
| | * spi: rockchip: check requesting dma channel with EPROBE_DEFERShawn Lin2016-03-09
| | * spi: rockchip: migrate to dmaengine_terminate_asyncShawn Lin2016-03-09
| | * spi: rockchip: check return value of dmaengine_prep_slave_sgShawn Lin2016-03-09
| | * spi/rockchip: fix endian mode for 16-bit transfersAlexander Kochetkov2016-03-06
| | * spi/rockchip: Make sure spi clk is on in rockchip_spi_set_csHuibin Hong2016-03-05
| | * spi: rockchip: add bindings for rk3399 spiXu Jianqun2016-02-18
| | * spi: rockchip: remove xfer_completion from rockchip_spiShawn Lin2016-02-16
| |/
* | spi: rockchip: add missing spi_master_putShawn Lin2016-02-15
* | spi: rockchip: disable runtime pm when in err caseShawn Lin2016-02-15
|/
* spi/rockchip: remove unnecessary memset of rockchip_spiAlexey Klimov2015-07-07
*---. Merge remote-tracking branches 'spi/topic/qup', 'spi/topic/rockchip', 'spi/to...Mark Brown2015-04-11
|\ \ \
| | * | spi/rockchip: Add device tree property to configure Rx Sample DelayJulius Werner2015-03-26
| | * | spi/rockchip: do an error handling in proper timeAndy Shevchenko2015-03-06
| |/ /
* | | spi/rockchip: Round up clock rate divisor to err on the safe sideJulius Werner2015-03-26
|/ /
* | spi/rockchip: avoid uninitialized-use warningArnd Bergmann2015-01-28
|/
* Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-18
|\
| * spi: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-13
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-14
|\ \
| * \ Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-03
| |\ \ | | |/ | |/|
| | * spi: drop owner assignment from platform_driversWolfram Sang2014-10-20
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'spi/topic/mxs', 'spi/topic/pxa', 'spi/topic/r...Mark Brown2014-12-08
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| | * spi/rockchip: remove redundant call to spi_master_put()Laurentiu Palcu2014-11-12
| |/
* | spi/rockchip: spi controller must be disabled in tx callback tooAddy Ke2014-10-17
* | spi/rockchip: fix bug that cause spi transfer timed out in DMA duplex modeAddy Ke2014-10-15
* | spi/rockchip: fix bug that case spi can't go as fast as slave requestAddy Ke2014-10-15
|/
* Merge remote-tracking branch 'spi/fix/rockchip' into spi-linusMark Brown2014-10-03
|\
| * spi/rockchip: fix bug that cause the failure to read data in DMA modeAddy Ke2014-09-25