index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-rockchip.c
Age
Commit message (
Expand
)
Author
2016-05-04
spi: rockchip: potential NULL dereference on error
Dan Carpenter
2016-04-04
Merge remote-tracking branches 'spi/fix/omap2' and 'spi/fix/rockchip' into sp...
Mark Brown
2016-03-31
spi: rockchip: fix probe deferral handling
Shawn Lin
2016-03-17
Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2016-03-15
spi: rockchip: Spelling s/divsor/divisor/
Geert Uytterhoeven
2016-03-11
Merge remote-tracking branches 'spi/topic/res', 'spi/topic/rockchip', 'spi/to...
Mark Brown
2016-03-10
spi: rockchip: covert rsd_nsecs to u32 type
Shawn Lin
2016-03-10
spi: rockchip: header file cleanup
Shawn Lin
2016-03-09
spi: rockchip: check requesting dma channel with EPROBE_DEFER
Shawn Lin
2016-03-09
spi: rockchip: migrate to dmaengine_terminate_async
Shawn Lin
2016-03-09
spi: rockchip: check return value of dmaengine_prep_slave_sg
Shawn Lin
2016-03-06
spi/rockchip: fix endian mode for 16-bit transfers
Alexander Kochetkov
2016-03-05
spi/rockchip: Make sure spi clk is on in rockchip_spi_set_cs
Huibin Hong
2016-02-18
spi: rockchip: add bindings for rk3399 spi
Xu Jianqun
2016-02-16
spi: rockchip: remove xfer_completion from rockchip_spi
Shawn Lin
2016-02-15
spi: rockchip: add missing spi_master_put
Shawn Lin
2016-02-15
spi: rockchip: disable runtime pm when in err case
Shawn Lin
2016-02-09
spi: rockchip: modify DMA max burst to 1
Addy Ke
2015-07-07
spi/rockchip: remove unnecessary memset of rockchip_spi
Alexey Klimov
2015-04-11
Merge remote-tracking branches 'spi/topic/qup', 'spi/topic/rockchip', 'spi/to...
Mark Brown
2015-03-27
spi/rockchip: Add device tree property to configure Rx Sample Delay
Julius Werner
2015-03-27
spi/rockchip: Round up clock rate divisor to err on the safe side
Julius Werner
2015-03-06
spi/rockchip: do an error handling in proper time
Andy Shevchenko
2015-01-28
spi/rockchip: avoid uninitialized-use warning
Arnd Bergmann
2014-12-19
Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-12
spi: Replace CONFIG_PM_RUNTIME with CONFIG_PM
Rafael J. Wysocki
2014-12-08
Merge remote-tracking branches 'spi/topic/mxs', 'spi/topic/pxa', 'spi/topic/r...
Mark Brown
2014-11-12
spi/rockchip: remove redundant call to spi_master_put()
Laurentiu Palcu
2014-11-04
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
2014-10-20
spi: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-17
spi/rockchip: spi controller must be disabled in tx callback too
Addy Ke
2014-10-15
spi/rockchip: fix bug that cause spi transfer timed out in DMA duplex mode
Addy Ke
2014-10-15
spi/rockchip: fix bug that case spi can't go as fast as slave request
Addy Ke
2014-10-03
Merge remote-tracking branch 'spi/fix/rockchip' into spi-linus
Mark Brown
2014-09-25
spi/rockchip: fix bug that cause the failure to read data in DMA mode
Addy Ke
2014-09-16
Merge remote-tracking branches 'spi/fix/davinci', 'spi/fix/dw', 'spi/fix/fsl'...
Mark Brown
2014-09-04
spi/rockchip: Don't warn if SPI is busy but disabled
Doug Anderson
2014-09-04
spi/rockchip: Fix the wait_for_idle() timeout
Doug Anderson
2014-08-29
spi/rockchip: Avoid accidentally turning off the clock
Doug Anderson
2014-08-20
spi/rockchip: fixup incorrect dma direction setting
Addy Ke
2014-07-25
spi/rockchip: fix error return code in rockchip_spi_probe()
Wei Yongjun
2014-07-25
spi/rockchip: remove redundant dev_err call in rockchip_spi_probe()
Wei Yongjun
2014-07-25
spi/rockchip: remove duplicated include from spi-rockchip.c
Wei Yongjun
2014-07-11
spi/rockchip: add compatible strings for RK3188 and RK3288
Addy Ke
2014-07-11
spi/rockchip: master->mode_bits: remove SPI_CS_HIGH bit
Addy Ke
2014-07-11
spi/rockchip: call wait_for_idle() for the transfer to complete
Addy Ke
2014-07-11
spi/rockchip: cleanup some coding issues and uncessary output
Addy Ke
2014-07-04
spi/rockchip: add driver for Rockchip RK3xxx SoCs integrated SPI
addy ke