index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-rockchip.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-16
spi: rockchip: configure CTRLR1 according to size and data frame
Huibin Hong
1
-1
/
+7
2017-08-14
spi: rockchip: add compatible string for rv1108 spi
Andy Yan
1
-0
/
+1
2017-08-07
spi: rockchip: Fix clock handling in suspend/resume
Jeffy Chen
1
-15
/
+6
2017-08-07
spi: rockchip: Fix clock handling in remove
Jeffy Chen
1
-1
/
+5
2017-08-07
spi: rockchip: Slightly rework return value handling
Jeffy Chen
1
-12
/
+12
2017-06-28
spi: rockchip: Disable Runtime PM when chip select is asserted
Jeffy Chen
1
-25
/
+26
2017-06-28
spi: rockchip: Set GPIO_SS flag to enable Slave Select with GPIO CS
Jeffy Chen
1
-0
/
+1
2017-06-13
spi: rockchip: fix error handling when probe
Jeffy Chen
1
-13
/
+14
2016-12-19
spi: rockchip: support "sleep" pin configuration
Brian Norris
1
-0
/
+5
2016-07-25
Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/rockchip', 'spi...
Mark Brown
1
-0
/
+3
2016-07-25
Merge remote-tracking branches 'spi/fix/pax2xx' and 'spi/fix/rockchip' into s...
Mark Brown
1
-0
/
+17
2016-07-20
spi: rockchip: limit transfers to (64K - 1) bytes
Brian Norris
1
-0
/
+17
2016-06-08
spi: rockchip: Signal unfinished DMA transfers
Tomeu Vizoso
1
-1
/
+3
2016-05-31
spi/rockchip: add the rk3036/rk3228/rk3368 to match for driver
Caesar Wang
1
-0
/
+3
2016-05-04
spi: rockchip: potential NULL dereference on error
Dan Carpenter
1
-5
/
+4
2016-04-04
Merge remote-tracking branches 'spi/fix/omap2' and 'spi/fix/rockchip' into sp...
Mark Brown
1
-6
/
+10
2016-03-31
spi: rockchip: fix probe deferral handling
Shawn Lin
1
-5
/
+9
2016-03-17
Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-2
/
+10
2016-03-15
spi: rockchip: Spelling s/divsor/divisor/
Geert Uytterhoeven
1
-1
/
+1
2016-03-11
Merge remote-tracking branches 'spi/topic/res', 'spi/topic/rockchip', 'spi/to...
Mark Brown
1
-21
/
+35
2016-03-10
spi: rockchip: covert rsd_nsecs to u32 type
Shawn Lin
1
-1
/
+1
2016-03-10
spi: rockchip: header file cleanup
Shawn Lin
1
-10
/
+4
2016-03-09
spi: rockchip: check requesting dma channel with EPROBE_DEFER
Shawn Lin
1
-1
/
+7
2016-03-09
spi: rockchip: migrate to dmaengine_terminate_async
Shawn Lin
1
-2
/
+2
2016-03-09
spi: rockchip: check return value of dmaengine_prep_slave_sg
Shawn Lin
1
-3
/
+12
2016-03-06
spi/rockchip: fix endian mode for 16-bit transfers
Alexander Kochetkov
1
-1
/
+2
2016-03-05
spi/rockchip: Make sure spi clk is on in rockchip_spi_set_cs
Huibin Hong
1
-1
/
+6
2016-02-18
spi: rockchip: add bindings for rk3399 spi
Xu Jianqun
1
-0
/
+1
2016-02-16
spi: rockchip: remove xfer_completion from rockchip_spi
Shawn Lin
1
-2
/
+0
2016-02-15
spi: rockchip: add missing spi_master_put
Shawn Lin
1
-0
/
+2
2016-02-15
spi: rockchip: disable runtime pm when in err case
Shawn Lin
1
-0
/
+1
2016-02-09
spi: rockchip: modify DMA max burst to 1
Addy Ke
1
-2
/
+10
2015-07-07
spi/rockchip: remove unnecessary memset of rockchip_spi
Alexey Klimov
1
-1
/
+0
2015-04-12
Merge remote-tracking branches 'spi/topic/qup', 'spi/topic/rockchip', 'spi/to...
Mark Brown
1
-4
/
+32
2015-03-27
spi/rockchip: Add device tree property to configure Rx Sample Delay
Julius Werner
1
-0
/
+21
2015-03-27
spi/rockchip: Round up clock rate divisor to err on the safe side
Julius Werner
1
-1
/
+1
2015-03-06
spi/rockchip: do an error handling in proper time
Andy Shevchenko
1
-4
/
+11
2015-01-28
spi/rockchip: avoid uninitialized-use warning
Arnd Bergmann
1
-2
/
+4
2014-12-19
Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-12-13
spi: Replace CONFIG_PM_RUNTIME with CONFIG_PM
Rafael J. Wysocki
1
-2
/
+2
2014-12-08
Merge remote-tracking branches 'spi/topic/mxs', 'spi/topic/pxa', 'spi/topic/r...
Mark Brown
1
-2
/
+0
2014-11-12
spi/rockchip: remove redundant call to spi_master_put()
Laurentiu Palcu
1
-2
/
+0
2014-11-04
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
1
-1
/
+0
2014-10-20
spi: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-10-17
spi/rockchip: spi controller must be disabled in tx callback too
Addy Ke
1
-1
/
+3
2014-10-15
spi/rockchip: fix bug that cause spi transfer timed out in DMA duplex mode
Addy Ke
1
-11
/
+23
2014-10-15
spi/rockchip: fix bug that case spi can't go as fast as slave request
Addy Ke
1
-0
/
+12
2014-10-03
Merge remote-tracking branch 'spi/fix/rockchip' into spi-linus
Mark Brown
1
-8
/
+7
2014-09-25
spi/rockchip: fix bug that cause the failure to read data in DMA mode
Addy Ke
1
-8
/
+7
[next]