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