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: tegra114: dump SPI registers during timeout
Sowjanya Komatineni
2019-04-05
1
-0
/
+18
|
|
*
Merge branch 'spi-5.1' into spi-5.2
Mark Brown
2019-04-05
7
-71
/
+173
|
|
|
\
|
|
*
|
spi: sh-msiof: Convert to use GPIO descriptors
Geert Uytterhoeven
2019-04-04
1
-16
/
+4
|
|
*
|
spi: bcm2835aux: polling_limit_us can be static
kbuild test robot
2019-04-04
1
-1
/
+1
|
|
*
|
spi: bcm2835aux: add driver stats to debugfs
Martin Sperl
2019-04-03
1
-0
/
+56
|
|
*
|
spi: sh-msiof: Add reset of registers before starting transfer
Geert Uytterhoeven
2019-04-03
1
-0
/
+18
|
|
*
|
spi: sh-msiof: Use readl_poll_timeout_atomic() instead of open-coding
Geert Uytterhoeven
2019-04-03
1
-9
/
+3
|
|
*
|
spi: lpspi: add missing complete in abort func at dma mode
Clark Wang
2019-04-03
1
-1
/
+7
|
|
*
|
spi: gpio: Drop unused pdata copy in struct spi_gpio
Andrey Smirnov
2019-04-03
1
-3
/
+0
|
|
*
|
spi: gpio: Simplify SPI_MASTER_NO_TX check in spi_gpio_probe()
Andrey Smirnov
2019-04-03
1
-6
/
+6
|
|
*
|
spi: gpio: Add local struct spi_bitbang pointer in spi_gpio_probe()
Andrey Smirnov
2019-04-03
1
-13
/
+14
|
|
*
|
spi: gpio: Add local struct device pointer in spi_gpio_probe()
Andrey Smirnov
2019-04-03
1
-5
/
+6
|
|
*
|
spi: gpio: Drop unused spi_to_pdata()
Andrey Smirnov
2019-04-03
1
-6
/
+0
|
|
*
|
spi: bcm2835aux: make the polling duration limits configurable
Martin Sperl
2019-04-03
1
-11
/
+14
|
|
*
|
spi: bcm2835aux: setup gpio-cs to output and correct level during setup
Martin Sperl
2019-04-03
1
-2
/
+14
|
|
*
|
spi: bcm2835aux: warn in dmesg that native cs is not really supported
Martin Sperl
2019-04-03
1
-0
/
+33
|
|
*
|
spi: bcm2835aux: fix driver to not allow 65535 (=-1) cs-gpios
Martin Sperl
2019-04-03
1
-1
/
+12
|
|
*
|
spi: bcm2835aux: remove dead code
Martin Sperl
2019-04-03
1
-3
/
+0
|
|
*
|
spi: bcm2835aux: fix corruptions for longer spi transfers
Martin Sperl
2019-04-03
1
-4
/
+4
|
|
*
|
spi: bcm2835aux: remove dangerous uncontrolled read of fifo
Martin Sperl
2019-04-03
1
-7
/
+0
|
|
*
|
spi: bcm2835aux: unifying code between polling and interrupt driven code
Martin Sperl
2019-04-03
1
-33
/
+18
|
|
*
|
spi: spi-mem: export spi_mem_default_supports_op()
Naga Sureshkumar Relli
2019-04-03
1
-2
/
+2
|
|
*
|
spi: sh-msiof: Use BIT() and GENMASK()
Geert Uytterhoeven
2019-04-03
1
-87
/
+87
|
|
*
|
spi: spi-fsl-spi: automatically adapt bits-per-word in cpu mode
Rasmus Villemoes
2019-04-02
1
-0
/
+16
|
|
*
|
spi: spi-fsl-spi: allow changing bits_per_word while CS is still active
Rasmus Villemoes
2019-04-02
1
-5
/
+6
|
|
*
|
spi: pxa2xx: Unify remaing prints in pxa2xx_spi_transfer_one()
Jarkko Nikula
2019-04-02
1
-2
/
+2
|
|
*
|
spi: pxa2xx: Use struct spi_device directly in pxa2xx_spi_transfer_one()
Jarkko Nikula
2019-04-02
1
-7
/
+7
|
|
*
|
spi: tegra114: add SPI_LSB_FIRST support
Sowjanya Komatineni
2019-04-01
1
-1
/
+6
|
|
*
|
spi: tegra114: use packed mode for 32 bits per word
Sowjanya Komatineni
2019-04-01
1
-1
/
+1
|
|
*
|
spi: spi-fsl-spi: relax message sanity checking a little
Rasmus Villemoes
2019-04-01
1
-3
/
+5
|
|
*
|
spi: spi-fsl-spi: remove always-true conditional in fsl_spi_do_one_msg
Rasmus Villemoes
2019-04-01
1
-6
/
+4
|
|
*
|
spi: stm32-qspi: add dma support
Ludovic Barre
2019-03-26
1
-1
/
+135
|
|
*
|
spi: stm32-qspi: add spi_master_put in release function
Ludovic Barre
2019-03-26
1
-18
/
+28
|
|
*
|
spi: mt7621: Move SPI driver out of staging
Stefan Roese
2019-03-25
3
-0
/
+428
|
|
*
|
spi: at91-usart: Remove duplicated checking for spi->bits_per_word
Axel Lin
2019-03-25
1
-7
/
+1
|
|
*
|
spi: atmel-quadspi: Make atmel_qspi_get_name static
YueHaibing
2019-03-25
1
-1
/
+1
|
|
*
|
spi: export tracepoint symbols to modules
Arnd Bergmann
2019-03-21
1
-0
/
+2
|
|
*
|
spi: pxa2xx: Debug print DMA burst size
Andy Shevchenko
2019-03-20
1
-0
/
+3
|
|
*
|
spi: pxa2xx: Introduce DMA burst size support
Andy Shevchenko
2019-03-20
3
-1
/
+8
|
|
*
|
spi: dw: Add support for an optional interface clock
Phil Edworthy
2019-03-20
1
-0
/
+12
|
|
*
|
spi: mxic: simplify getting .driver_data
Wolfram Sang
2019-03-20
1
-4
/
+2
|
|
*
|
spi: spi-mem: stm32-qspi: stm32_qspi_pm_ops can be static
kbuild test robot
2019-03-20
1
-1
/
+1
|
|
*
|
Merge tag 'v5.1-rc1' into spi-5.2
Mark Brown
2019-03-19
1
-1
/
+0
|
|
|
\
\
|
|
_
|
/
/
|
/
|
|
|
|
|
*
|
spi: pxa2xx-pci: Drop unused header inclusion
Andy Shevchenko
2019-03-19
1
-1
/
+0
|
|
*
|
spi: lpspi: fsl_lpspi_runtime_resume() can be static
kbuild test robot
2019-03-19
1
-2
/
+2
|
|
*
|
spi: spi-fsl-spi: support use of the SPISEL_BOOT signal on MPC8309
Rasmus Villemoes
2019-03-18
2
-5
/
+37
|
|
*
|
spi: orion: Support spi_xfer->word_delay_usecs
Jan Kundrát
2019-03-18
1
-0
/
+4
|
|
*
|
spi: spidev: Enable control of inter-word delays
Jan Kundrát
2019-03-18
1
-1
/
+3
|
|
*
|
spi: lpspi: Code cleanup
Clark Wang
2019-03-18
1
-1
/
+1
|
|
*
|
spi: lpspi: Add the missing NULL check
Clark Wang
2019-03-18
1
-2
/
+5
[prev]
[next]