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: atmel: Exposing effective spi speed
Thomas Kopp
2020-10-01
1
-0
/
+1
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
Merge series "spi: dw: Add full Baikal-T1 SPI Controllers support" from Serge...
Mark Brown
2020-09-29
3
-65
/
+42
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
spi: spi-dw: Remove extraneous locking
Serge Semin
2020-09-29
2
-13
/
+2
|
|
*
|
|
|
|
|
spi: dw: Add KeemBay Master capability
Serge Semin
2020-09-29
3
-17
/
+15
|
|
*
|
|
|
|
|
spi: dw: Convert CS-override to DW SPI capabilities
Serge Semin
2020-09-29
3
-4
/
+9
|
|
*
|
|
|
|
|
spi: dw: Discard DW SSI chip type storages
Serge Semin
2020-09-29
2
-5
/
+2
|
|
*
|
|
|
|
|
spi: dw: Use relaxed IO-methods to access FIFOs
Serge Semin
2020-09-29
1
-14
/
+4
|
|
*
|
|
|
|
|
spi: dw: Disable all IRQs when controller is unused
Serge Semin
2020-09-29
1
-5
/
+5
|
|
*
|
|
|
|
|
spi: dw: Clear IRQ status on DW SPI controller reset
Serge Semin
2020-09-29
1
-3
/
+4
|
|
*
|
|
|
|
|
spi: dw: Initialize n_bytes before the memory barrier
Serge Semin
2020-09-29
1
-1
/
+1
|
|
*
|
|
|
|
|
spi: dw: Discard IRQ threshold macro
Serge Semin
2020-09-29
1
-3
/
+0
|
*
|
|
|
|
|
|
spi: dw-dma: Add one-by-one SG list entries transfer
Serge Semin
2020-09-29
2
-1
/
+137
|
*
|
|
|
|
|
|
spi: dw-dma: Pass exact data to the DMA submit and wait methods
Serge Semin
2020-09-29
1
-18
/
+17
|
*
|
|
|
|
|
|
spi: dw-dma: Move DMAC register cleanup to DMA transfer method
Serge Semin
2020-09-29
1
-9
/
+8
|
*
|
|
|
|
|
|
spi: dw-dma: Detach DMA transfer into a dedicated method
Serge Semin
2020-09-29
1
-2
/
+10
|
*
|
|
|
|
|
|
spi: dw-dma: Remove DMA Tx-desc passing around
Serge Semin
2020-09-29
1
-17
/
+14
|
*
|
|
|
|
|
|
spi: dw-dma: Check DMA Tx-desc submission status
Serge Semin
2020-09-29
1
-2
/
+18
|
*
|
|
|
|
|
|
spi: dw-dma: Move DMA transfers submission to the channels prep methods
Serge Semin
2020-09-29
1
-10
/
+12
|
*
|
|
|
|
|
|
spi: dw-dma: Check rx_buf availability in the xfer method
Serge Semin
2020-09-29
1
-7
/
+6
|
*
|
|
|
|
|
|
spi: dw-dma: Configure the DMA channels in dma_setup
Serge Semin
2020-09-29
1
-11
/
+31
|
*
|
|
|
|
|
|
spi: dw-dma: Fail DMA-based transfer if no Tx-buffer specified
Serge Semin
2020-09-29
1
-14
/
+13
|
*
|
|
|
|
|
|
spi: dw-dma: Set DMA Level registers on init
Serge Semin
2020-09-29
1
-15
/
+13
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
spi: hisi-sfc-v3xx: fix spelling mistake "occured" -> "occurred"
Colin Ian King
2020-09-28
1
-1
/
+1
|
*
|
|
|
|
|
Merge series "Add IRQ mode support for hisi-sfc-v3xx driver and some cleanups...
Mark Brown
2020-09-25
1
-71
/
+190
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
spi: hisi-sfc-v3xx: add support for IRQ mode
Yicong Yang
2020-09-25
1
-22
/
+109
|
|
*
|
|
|
|
|
spi: hisi-sfc-v3xx: factor out the bit definition of interrupt register
Yicong Yang
2020-09-25
1
-6
/
+10
|
|
*
|
|
|
|
|
spi: hisi-sfc-v3xx: factor out bus config and transfer functions
Yicong Yang
2020-09-25
1
-9
/
+24
|
|
*
|
|
|
|
|
spi: hisi-sfc-v3xx: factor out IO modes configuration
Yicong Yang
2020-09-25
1
-42
/
+55
|
*
|
|
|
|
|
|
spi: spi-mtk-nor: fix timeout calculation overflow
Chuanhong Guo
2020-09-25
1
-1
/
+5
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
spi: spi-zynqmp-gqspi: Fix incorrect indentation
Amit Kumar Mahapatra
2020-09-24
1
-23
/
+23
|
*
|
|
|
|
|
spi: spi-zynqmp-gqspi: Update driver to use spi-mem framework
Amit Kumar Mahapatra
2020-09-24
1
-276
/
+369
|
*
|
|
|
|
|
spi: spi-zynqmp-gqspi: Fix kernel-doc warnings
Amit Kumar Mahapatra
2020-09-24
1
-22
/
+23
|
*
|
|
|
|
|
spi: spi-imx: spi_imx_transfer(): add support for effective_speed_hz
Marc Kleine-Budde
2020-09-23
1
-0
/
+2
|
*
|
|
|
|
|
spi: omap2-mcspi: Improve performance waiting for CHSTAT
Aswath Govindraju
2020-09-22
1
-4
/
+13
|
*
|
|
|
|
|
spi: npcm-fiu: simplify the return expression of npcm_fiu_probe()
Qinglang Miao
2020-09-22
1
-6
/
+1
|
*
|
|
|
|
|
spi/topcliff-pch: drop double zeroing
Julia Lawall
2020-09-21
1
-2
/
+2
|
*
|
|
|
|
|
Merge series "spi: Fixes for FSI-attached controller" from Eddie James <eajam...
Mark Brown
2020-09-17
1
-31
/
+108
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
spi: fsi: Check mux status before transfers
Eddie James
2020-09-17
1
-13
/
+27
|
|
*
|
|
|
|
|
spi: fsi: Implement restricted size for certain controllers
Eddie James
2020-09-17
1
-12
/
+53
|
|
*
|
|
|
|
|
spi: fsi: Fix use of the bneq+ sequencer instruction
Brad Bishop
2020-09-17
1
-3
/
+25
|
|
*
|
|
|
|
|
spi: fsi: Fix clock running too fast
Brad Bishop
2020-09-17
1
-1
/
+1
|
|
*
|
|
|
|
|
spi: fsi: Handle 9 to 15 byte transfers lengths
Brad Bishop
2020-09-17
1
-3
/
+3
|
*
|
|
|
|
|
|
spi: dw-pci: free previously allocated IRQs if desc->setup() fails
Jay Fang
2020-09-17
1
-7
/
+9
|
*
|
|
|
|
|
|
spi: spi-nxp-fspi: Add ACPI support
kuldip dwivedi
2020-09-17
1
-19
/
+50
|
*
|
|
|
|
|
|
spi: lantiq: remove redundant irqsave and irqrestore in hardIRQ
Barry Song
2020-09-17
1
-7
/
+5
|
*
|
|
|
|
|
|
spi: xilinx: Fix info message during probe
Ricardo Ribalda
2020-09-17
1
-2
/
+1
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
spi: sprd: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-09-14
2
-16
/
+6
|
*
|
|
|
|
|
spi: spi-geni-qcom: Don't wait to start 1st transfer if transmitting
Douglas Anderson
2020-09-14
1
-81
/
+86
|
*
|
|
|
|
|
spi: bcm2835: Make polling_limit_us static
Jason Yan
2020-09-14
1
-1
/
+1
|
*
|
|
|
|
|
spi: spi-fsl-dspi: use XSPI mode instead of DMA for DPAA2 SoCs
Vladimir Oltean
2020-09-14
1
-3
/
+3
[prev]
[next]