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-rspi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-28
spi: rspi: Add support for more than one interrupt
Geert Uytterhoeven
1
-19
/
+87
2014-01-28
spi: rspi: Merge qspi_send_pio() and qspi_receive_pio()
Geert Uytterhoeven
1
-51
/
+28
2014-01-28
spi: rspi: Merge rspi_send_pio() and rspi_receive_pio()
Geert Uytterhoeven
1
-55
/
+46
2014-01-28
spi: rspi: Abstract transfer_one() for RSPI and QSPI
Geert Uytterhoeven
1
-13
/
+23
2014-01-28
spi: rspi: Add rspi_data_{out,in,out_in}() helpers
Geert Uytterhoeven
1
-61
/
+56
2014-01-28
spi: rspi: Abstract 8/16-bit Data Register access
Geert Uytterhoeven
1
-21
/
+35
2014-01-28
spi: rspi: Use core message handling
Geert Uytterhoeven
1
-77
/
+34
2014-01-28
spi: rspi: Remove unused mesg parameter from {send,receive}_pio()
Geert Uytterhoeven
1
-17
/
+10
2014-01-23
Merge commit 'spi/fix/rcar' into spi-linus
Mark Brown
1
-3
/
+4
2014-01-17
spi: Remove duplicate code to set default bits_per_word setting
Axel Lin
1
-2
/
+0
2014-01-14
spi: rspi: Add missing clk_disable() calls in error and cleanup paths
Geert Uytterhoeven
1
-4
/
+7
2014-01-14
Merge branch 'topic/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
1
-30
/
+16
2014-01-14
spi: rspi: Spelling s/transmition/transmission/
Geert Uytterhoeven
1
-2
/
+2
2014-01-13
spi: rspi: Add support for specifying CPHA/CPOL
Geert Uytterhoeven
1
-2
/
+10
2014-01-13
spi: rspi: Add more QSPI register documentation
Geert Uytterhoeven
1
-6
/
+19
2014-01-13
spi: rspi: Add more RSPI register documentation
Geert Uytterhoeven
1
-86
/
+99
2013-12-24
spi: rspi: Use u8 for 8-bit register values
Geert Uytterhoeven
1
-5
/
+5
2013-12-24
spi: rspi: Use DUMMY_DATA macro instead of hardcoded value
Geert Uytterhoeven
1
-2
/
+4
2013-12-24
spi: rspi: Make more pointers const
Geert Uytterhoeven
1
-17
/
+20
2013-12-24
spi: rspi: Remove casts
Geert Uytterhoeven
1
-15
/
+14
2013-12-24
spi: rspi: Use dev_get_platdata() instead of raw dev.platform_data access
Geert Uytterhoeven
1
-1
/
+1
2013-12-24
spi: rspi: Fix typo when clearing SPSR_OVRF
Geert Uytterhoeven
1
-1
/
+1
2013-12-24
spi: rspi: Fix NULL pointer dereference on SH7757
Geert Uytterhoeven
1
-2
/
+3
2013-12-09
spi: rcar: Use devm_spi_register_master()
Jingoo Han
1
-2
/
+1
2013-11-27
spi: rcar: Use devm_* managed allocators
Laurent Pinchart
1
-25
/
+13
2013-11-27
spi: rcar: Fix pointer cast in the remove function
Laurent Pinchart
1
-2
/
+1
2013-11-27
spi: rcar: Fix uninitialized variable warning
Laurent Pinchart
1
-1
/
+1
2013-10-10
spi/rspi: Fix 8bit data access, clear buffer
Hiep Cao Minh
1
-2
/
+93
2013-09-17
spi: rcar: add Renesas QSPI support on RSPI
Hiep Cao Minh
1
-41
/
+142
2013-09-01
Merge remote-tracking branch 'spi/topic/rspi' into spi-next
Mark Brown
1
-1
/
+1
2013-08-31
spi: rspi: Add spi_master_get() call to prevent use after free
Axel Lin
1
-1
/
+1
2013-08-29
Merge remote-tracking branch 'spi/topic/rspi' into spi-pdata
Mark Brown
1
-5
/
+12
2013-08-29
spi: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-08-27
spi: spi-rspi: fix inconsistent spin_lock_irqsave
Shimoda, Yoshihiro
1
-4
/
+6
2013-08-02
spi: rspi: provide port addresses to dmaengine driver via slave configuration
Guennadi Liakhovetski
1
-1
/
+6
2013-05-23
spi: use platform_{get,set}_drvdata()
Jingoo Han
1
-2
/
+2
2012-12-07
spi: Remove HOTPLUG section attributes
Grant Likely
1
-5
/
+5
2012-10-17
spi: spi-rspi: fix build error for the latest shdma driver
Shimoda, Yoshihiro
1
-22
/
+34
2012-05-20
spi/rspi: add dmaengine support
Shimoda, Yoshihiro
1
-6
/
+314
2012-03-08
spi: add support for Renesas RSPI
Shimoda, Yoshihiro
1
-0
/
+521
[prev]