index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: spi-mem: fallback to using transfers when CS gpios are used
Chris Packham
2019-11-07
1
-1
/
+1
*
spi: bcm-qspi: Convert to use CS GPIO descriptors
Chris Packham
2019-11-07
1
-2
/
+5
*
spi: img-spfi: fix potential double release
Pan Bian
2019-11-06
1
-0
/
+2
*
spi: add power control when set_cs
Luhua Xu
2019-10-31
1
-1
/
+14
*
spi: zynq-qspi: Drop GPIO header
Linus Walleij
2019-10-30
1
-1
/
+0
*
spi: dw: Drop GPIO header
Linus Walleij
2019-10-30
1
-1
/
+0
*
spi: txx9: Convert to use GPIO descriptors
Linus Walleij
2019-10-30
1
-17
/
+58
*
spi: dw: Remove runtime PM enable/disable from common part of the driver
Jarkko Nikula
2019-10-30
1
-7
/
+0
*
spi: sprd: adi: Set BIT_WDG_NEW bit when rebooting
Lingling Xu
2019-10-28
1
-0
/
+5
*
spi: sprd: adi: Add missing lock protection when rebooting
Lingling Xu
2019-10-28
1
-0
/
+3
*
spi: pxa2xx: Introduce temporary variables to increase readability
Andy Shevchenko
2019-10-25
1
-5
/
+6
*
spi: xilinx: Add DT support for selecting transfer word width
Alvaro Gamez Machado
2019-10-24
1
-1
/
+6
*
spi: Fix spelling in the comments
Andy Shevchenko
2019-10-23
1
-2
/
+2
*
spi: dw-pci: Fix Chip Select amount on Intel Elkhart Lake PSE SPI
Jarkko Nikula
2019-10-22
1
-1
/
+1
*
spi: dw-pci: Add runtime power management support
Raymond Tan
2019-10-22
1
-0
/
+9
*
spi: atmel: Improve CS0 case support on AT91RM9200
Gregory CLEMENT
2019-10-18
1
-3
/
+12
*
spi: atmel: Improve and fix GPIO CS usage
Gregory CLEMENT
2019-10-18
1
-8
/
+66
*
spi: atmel: Remove platform data support
Gregory CLEMENT
2019-10-18
2
-14
/
+3
*
spi: atmel: Remove useless private field
Gregory CLEMENT
2019-10-18
1
-11
/
+6
*
spi: atmel: Configure GPIO per CS instead of by controller
Gregory CLEMENT
2019-10-18
1
-24
/
+8
*
spi: atmel: Fix CS high support
Gregory CLEMENT
2019-10-18
1
-4
/
+2
*
spi: atmel: Remove and fix erroneous comments
Gregory CLEMENT
2019-10-18
1
-7
/
+3
*
spi: pxa2xx: Replace of_device.h with mod_devicetable.h and of.h
Andy Shevchenko
2019-10-18
1
-1
/
+2
*
spi: pxa2xx: Convert to use device_get_match_data()
Andy Shevchenko
2019-10-18
1
-19
/
+7
*
spi: pxa2xx: Convert pxa2xx_spi_get_port_id() to take struct device
Andy Shevchenko
2019-10-18
1
-3
/
+5
*
spi: pxa2xx: Sort headers
Andy Shevchenko
2019-10-18
1
-12
/
+12
*
spi: pxa2xx: No need to keep pointer to platform device
Andy Shevchenko
2019-10-18
1
-1
/
+1
*
spi: use new `spi_transfer_delay_exec` helper where straightforward
Alexandru Ardelean
2019-10-15
15
-46
/
+25
*
spi: spi-axi: extend support for the `delay` field
Alexandru Ardelean
2019-10-15
1
-3
/
+13
*
spi: bcm63xx: extend error condition to `delay` as well
Alexandru Ardelean
2019-10-15
1
-1
/
+1
*
spi: spi-falcon: extend warning to `delay` as well
Alexandru Ardelean
2019-10-15
1
-1
/
+1
*
spi: spi-fsl-espi: convert transfer delay to `spi_delay` format
Alexandru Ardelean
2019-10-15
2
-7
/
+18
*
spi: implement SW control for CS times
Alexandru Ardelean
2019-10-15
1
-1
/
+44
*
spi: tegra114: change format for `spi_set_cs_timing()` function
Alexandru Ardelean
2019-10-15
2
-8
/
+30
*
spi: spidev: use new `delay` field for spi transfers
Alexandru Ardelean
2019-10-15
1
-1
/
+2
*
spi: spi-loopback-test: use new `delay` field
Alexandru Ardelean
2019-10-15
1
-3
/
+9
*
spi: tegra20-sflash: use to new `spi_transfer_delay_exec`
Alexandru Ardelean
2019-10-15
1
-2
/
+3
*
spi: tegra114: use `spi_transfer_delay_exec` helper
Alexandru Ardelean
2019-10-15
1
-14
/
+3
*
spi: introduce `delay` field for `spi_transfer` + spi_transfer_delay_exec()
Alexandru Ardelean
2019-10-15
1
-3
/
+3
*
spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_device
Alexandru Ardelean
2019-10-15
2
-4
/
+46
*
spi: spidev: use new `word_delay` field for spi transfers
Alexandru Ardelean
2019-10-15
1
-1
/
+2
*
spi: orion: use new `word_delay` field for SPI transfers
Alexandru Ardelean
2019-10-15
1
-4
/
+2
*
spi: sprd: convert transfer word delay to spi_delay struct
Alexandru Ardelean
2019-10-15
1
-3
/
+12
*
spi: make `cs_change_delay` the first user of the `spi_delay` logic
Alexandru Ardelean
2019-10-15
1
-21
/
+7
*
spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()
Alexandru Ardelean
2019-10-15
1
-0
/
+51
*
spi: move `cs_change_delay` backwards compat logic outside switch
Alexandru Ardelean
2019-10-15
1
-6
/
+5
*
spi: npcm: Remove set but not used variable 'val'
zhengbin
2019-10-09
1
-2
/
+1
*
spi: omap-100k: Remove set but not used variable 'dataH'
zhengbin
2019-10-09
1
-2
/
+2
*
Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
2019-10-08
7
-14
/
+45
|
\
|
*
spi: spi-fsl-qspi: Clear TDH bits in FLSHCR register
Frieder Schrempf
2019-10-08
1
-5
/
+33
[next]