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: cadence: cache reference clock rate during probe
Michael Hennerich
2021-01-15
1
-2
/
+4
*
spi: fsl: Fix driver breakage when SPI_CS_HIGH is not set in spi->mode
Christophe Leroy
2021-01-14
1
-3
/
+2
*
spi: fix the divide by 0 error when calculating xfer waiting time
Xu Yilun
2021-01-04
1
-1
/
+5
*
spi: Fix the clamping of spi->max_speed_hz
Tudor Ambarus
2020-12-30
1
-2
/
+3
*
spi: altera: fix return value for altera_spi_txrx()
Xu Yilun
2020-12-29
1
-12
/
+14
*
spi: stm32: FIFO threshold level - fix align packet size
Roman Guskov
2020-12-21
1
-2
/
+2
*
spi: spi-geni-qcom: Print an error when we timeout setting the CS
Douglas Anderson
2020-12-18
1
-1
/
+3
*
spi: spi-geni-qcom: Don't try to set CS if an xfer is pending
Douglas Anderson
2020-12-18
1
-2
/
+7
*
spi: spi-geni-qcom: Fail new xfers if xfer/cancel/abort pending
Douglas Anderson
2020-12-18
1
-2
/
+57
*
spi: spi-geni-qcom: Fix geni_spi_isr() NULL dereference in timeout case
Douglas Anderson
2020-12-18
1
-0
/
+14
*
Merge remote-tracking branch 'spi/for-5.10' into spi-5.11
Mark Brown
2020-12-17
4
-8
/
+16
|
\
|
*
spi: Limit the spi device max speed to controller's max speed
Tudor Ambarus
2020-12-11
1
-1
/
+2
|
*
spi: dw: Fix error return code in dw_spi_bt1_probe()
Zhang Changzhong
2020-12-07
1
-1
/
+3
|
*
spi: spi-fsl-dspi: Use max_native_cs instead of num_chipselect to set SPI_MCR
Maxim Kochetkov
2020-12-01
1
-3
/
+3
|
*
spi: fsl: fix use of spisel_boot signal on MPC8309
Rasmus Villemoes
2020-11-30
1
-3
/
+8
*
|
Merge series "spi: spi-geni-qcom: Use gpio descriptors for CS" from Stephen B...
Mark Brown
2020-12-10
1
-0
/
+1
|
\
\
|
*
|
spi: spi-geni-qcom: Use the new method of gpio CS control
Stephen Boyd
2020-12-09
1
-0
/
+1
*
|
|
spi: dw: Add support for the Canaan K210 SoC SPI
Damien Le Moal
2020-12-09
1
-0
/
+16
*
|
|
spi: dw: Add support for 32-bits max xfer size
Damien Le Moal
2020-12-09
2
-7
/
+42
*
|
|
Merge series "spi: atmel-quadspi: Fix AHB memory accesses" from Tudor Ambarus...
Mark Brown
2020-12-07
1
-12
/
+13
|
\
\
\
|
*
|
|
spi: atmel-quadspi: Move common code outside of if else
Tudor Ambarus
2020-12-07
1
-2
/
+2
|
*
|
|
spi: atmel-quadspi: Write QSPI_IAR only when needed
Tudor Ambarus
2020-12-07
1
-4
/
+4
|
*
|
|
spi: atmel-quadspi: Drop superfluous set of QSPI_IFR_APBTFRTYP_READ
Tudor Ambarus
2020-12-07
1
-3
/
+0
|
*
|
|
spi: atmel-quadspi: Fix AHB memory accesses
Tudor Ambarus
2020-12-07
1
-3
/
+7
*
|
|
|
spi: atmel-quadspi: Fix use-after-free on unbind
Lukas Wunner
2020-12-07
1
-10
/
+5
*
|
|
|
spi: npcm-fiu: Disable clock in probe error path
Lukas Wunner
2020-12-07
1
-2
/
+6
*
|
|
|
spi: ar934x: Don't leak SPI master in probe error path
Lukas Wunner
2020-12-07
1
-3
/
+11
*
|
|
|
spi: mt7621: Don't leak SPI master in probe error path
Lukas Wunner
2020-12-07
1
-2
/
+3
*
|
|
|
spi: mt7621: Disable clock in probe error path
Lukas Wunner
2020-12-07
1
-1
/
+5
*
|
|
|
spi: sc18is602: Don't leak SPI master in probe error path
Lukas Wunner
2020-12-07
1
-11
/
+2
*
|
|
|
spi: rb4xx: Don't leak SPI master in probe error path
Lukas Wunner
2020-12-07
1
-1
/
+1
*
|
|
|
spi: gpio: Don't leak SPI master in probe error path
Lukas Wunner
2020-12-07
1
-13
/
+2
*
|
|
|
spi: spi-mtk-nor: Don't leak SPI master in probe error path
Lukas Wunner
2020-12-07
1
-1
/
+1
*
|
|
|
spi: mxic: Don't leak SPI master in probe error path
Lukas Wunner
2020-12-07
1
-8
/
+2
*
|
|
|
spi: rpc-if: Fix use-after-free on unbind
Lukas Wunner
2020-12-07
1
-7
/
+2
*
|
|
|
spi: pxa2xx: Fix use-after-free on unbind
Lukas Wunner
2020-12-07
1
-3
/
+2
*
|
|
|
spi: spi-sh: Fix use-after-free on unbind
Lukas Wunner
2020-12-07
1
-9
/
+4
*
|
|
|
spi: spi-qcom-qspi: Fix use-after-free on unbind
Lukas Wunner
2020-12-07
1
-26
/
+16
*
|
|
|
spi: spi-geni-qcom: Fix use-after-free on unbind
Lukas Wunner
2020-12-07
1
-2
/
+1
*
|
|
|
spi: davinci: Fix use-after-free on unbind
Lukas Wunner
2020-12-07
1
-1
/
+1
*
|
|
|
spi: pxa2xx: Add support for Intel Alder Lake PCH-S
Jarkko Nikula
2020-12-04
1
-0
/
+5
*
|
|
|
Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
2020-11-27
13
-99
/
+117
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
spi: dw-bt1: Fix undefined devm_mux_control_get symbol
Serge Semin
2020-11-27
1
-2
/
+2
|
|
|
/
|
|
/
|
|
*
|
spi: dw: Fix spi registration for controllers overriding CS
Lars Povlsen
2020-11-25
1
-1
/
+2
|
*
|
spi: imx: fix the unbalanced spi runtime pm management
Clark Wang
2020-11-24
1
-0
/
+1
|
*
|
spi: spi-nxp-fspi: fix fspi panic by unexpected interrupts
Ran Wang
2020-11-23
1
-0
/
+7
|
*
|
spi: Take the SPI IO-mutex in the spi_setup() method
Serge Semin
2020-11-20
1
-0
/
+5
|
*
|
spi: npcm-fiu: Don't leak SPI master in probe error path
Lukas Wunner
2020-11-17
1
-1
/
+1
|
*
|
spi: dw: Set transfer handler before unmasking the IRQs
Serge Semin
2020-11-17
1
-2
/
+2
|
*
|
spi: cadence-quadspi: Fix error return code in cqspi_probe
Zhihao Cheng
2020-11-16
1
-0
/
+2
[next]