summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-rockchip.c
AgeCommit message (Expand)Author
2019-04-30spi: rockchip: configure gpios from cs-gpiosKlaus Goger
2019-04-30spi: rockchip: Set GPIO_SS flag to enable Slave Select with GPIO CSJeffy Chen
2018-10-23spi: rockchip: support to set lsb into ROCKCHIP_SPI_CTRLR0Yi Liu
2018-09-30UPSTREAM: spi: rockchip: add compatible string for rv1108 spiAndy Yan
2018-08-23spi: rockchip: init rxconf and txconf to 0Huibin Hong
2018-07-06spi: rockchip: fix bug when no high_speed pinctrl stateHuibin Hong
2018-03-05spi: rockchip: set higher io driver when sclk higher than 24MHzHuibin Hong
2018-02-09spi: rockchip: add compatible rockchip,px30-spi for px30Huibin Hong
2017-10-17spi: rockchip: set dma tx burst 8Huibin Hong
2017-08-22spi: rockchip: configure CTRLR1 according to size and data frameHuibin Hong
2017-07-12spi: rockchip: rockchip_spi_prepare_dma return 1 if it is okHuibin Hong
2016-08-26spi: rockchip: set pinctrl state when suspend and resumeHuibin Hong
2016-06-23spi: rockchip: set tx burst len 16, rx burst len 1.Huibin Hong
2016-06-16UPSTREAM: spi/rockchip: add the rk3036/rk3228/rk3368 to match for driverCaesar Wang
2016-06-16UPSTREAM: spi: rockchip: Spelling s/divsor/divisor/Geert Uytterhoeven
2016-06-16UPSTREAM: spi: rockchip: covert rsd_nsecs to u32 typeShawn Lin
2016-06-16UPSTREAM: spi: rockchip: header file cleanupShawn Lin
2016-06-16UPSTREAM: spi: rockchip: check requesting dma channel with EPROBE_DEFERShawn Lin
2016-06-16UPSTREAM: spi: rockchip: migrate to dmaengine_terminate_asyncShawn Lin
2016-06-16UPSTREAM: spi: rockchip: check return value of dmaengine_prep_slave_sgShawn Lin
2016-06-16UPSTREAM: spi/rockchip: fix endian mode for 16-bit transfersAlexander Kochetkov
2016-06-16UPSTREAM: spi: rockchip: remove xfer_completion from rockchip_spiShawn Lin
2016-06-16UPSTREAM: spi: rockchip: add missing spi_master_putShawn Lin
2016-06-16UPSTREAM: spi: rockchip: disable runtime pm when in err caseShawn Lin
2016-03-11UPSTREAM: spi/rockchip: Make sure spi clk is on in rockchip_spi_set_csHuibin Hong
2016-03-11UPSTREAM: spi: rockchip: add bindings for rk3399 spiXu Jianqun
2015-07-07spi/rockchip: remove unnecessary memset of rockchip_spiAlexey Klimov
2015-04-11Merge remote-tracking branches 'spi/topic/qup', 'spi/topic/rockchip', 'spi/to...Mark Brown
2015-03-26spi/rockchip: Add device tree property to configure Rx Sample DelayJulius Werner
2015-03-26spi/rockchip: Round up clock rate divisor to err on the safe sideJulius Werner
2015-03-06spi/rockchip: do an error handling in proper timeAndy Shevchenko
2015-01-28spi/rockchip: avoid uninitialized-use warningArnd Bergmann
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-13spi: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-12-08Merge remote-tracking branches 'spi/topic/mxs', 'spi/topic/pxa', 'spi/topic/r...Mark Brown
2014-11-12spi/rockchip: remove redundant call to spi_master_put()Laurentiu Palcu
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2014-10-20spi: drop owner assignment from platform_driversWolfram Sang
2014-10-17spi/rockchip: spi controller must be disabled in tx callback tooAddy Ke
2014-10-15spi/rockchip: fix bug that cause spi transfer timed out in DMA duplex modeAddy Ke
2014-10-15spi/rockchip: fix bug that case spi can't go as fast as slave requestAddy Ke
2014-10-03Merge remote-tracking branch 'spi/fix/rockchip' into spi-linusMark Brown
2014-09-25spi/rockchip: fix bug that cause the failure to read data in DMA modeAddy Ke
2014-09-16Merge remote-tracking branches 'spi/fix/davinci', 'spi/fix/dw', 'spi/fix/fsl'...Mark Brown
2014-09-04spi/rockchip: Don't warn if SPI is busy but disabledDoug Anderson
2014-09-04spi/rockchip: Fix the wait_for_idle() timeoutDoug Anderson
2014-08-29spi/rockchip: Avoid accidentally turning off the clockDoug Anderson
2014-08-20spi/rockchip: fixup incorrect dma direction settingAddy Ke
2014-07-25spi/rockchip: fix error return code in rockchip_spi_probe()Wei Yongjun