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
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-25
spi: dw: Fix spi registration for controllers overriding CS
Lars Povlsen
1
-1
/
+2
2020-11-24
spi: imx: fix the unbalanced spi runtime pm management
Clark Wang
1
-0
/
+1
2020-11-23
spi: spi-nxp-fspi: fix fspi panic by unexpected interrupts
Ran Wang
1
-0
/
+7
2020-11-20
spi: Take the SPI IO-mutex in the spi_setup() method
Serge Semin
1
-0
/
+5
2020-11-17
spi: npcm-fiu: Don't leak SPI master in probe error path
Lukas Wunner
1
-1
/
+1
2020-11-17
spi: dw: Set transfer handler before unmasking the IRQs
Serge Semin
1
-2
/
+2
2020-11-16
spi: cadence-quadspi: Fix error return code in cqspi_probe
Zhihao Cheng
1
-0
/
+2
2020-11-13
spi: bcm2835aux: Restore err assignment in bcm2835aux_spi_probe
Nathan Chancellor
1
-1
/
+2
2020-11-12
Merge series "Use-after-free be gone" from Lukas Wunner <lukas@wunner.de>:
Mark Brown
4
-53
/
+84
2020-11-12
spi: lpspi: Fix use-after-free on unbind
Lukas Wunner
1
-3
/
+0
2020-11-12
spi: bcm-qspi: Fix use-after-free on unbind
Lukas Wunner
1
-22
/
+12
2020-11-12
spi: bcm2835aux: Fix use-after-free on unbind
Lukas Wunner
1
-14
/
+7
2020-11-12
spi: bcm2835: Fix use-after-free on unbind
Lukas Wunner
1
-16
/
+8
2020-11-12
spi: Introduce device-managed SPI controller allocation
Lukas Wunner
1
-1
/
+57
2020-11-11
spi: fsi: Fix transfer returning without finalizing message
Eddie James
1
-1
/
+1
2020-11-11
spi: fix client driver breakages when using GPIO descriptors
Sven Van Asbroeck
1
-17
/
+6
2020-11-06
spi: bcm2835: remove use of uninitialized gpio flags variable
Martin Hundebøll
1
-2
/
+1
2020-11-04
spi: fsl-dspi: fix wrong pointer in suspend/resume
Zhao Qiang
1
-6
/
+4
2020-10-29
spi: bcm2835: fix gpio cs level inversion
Martin Hundebøll
1
-12
/
+0
2020-10-28
Merge tag 'v5.10-rc1' into spi-5.10
Mark Brown
14
-180
/
+90
2020-10-24
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
6
-162
/
+46
2020-10-23
spi: imx: fix runtime pm support for !CONFIG_PM
Sascha Hauer
1
-8
/
+15
2020-10-15
Merge tag 'sound-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-1
/
+0
2020-10-09
Merge remote-tracking branch 'spi/for-5.10' into spi-next
Mark Brown
43
-1148
/
+2680
2020-10-09
Merge remote-tracking branch 'spi/for-5.9' into spi-linus
Mark Brown
2
-3
/
+7
2020-10-09
spi: cadence: Add SPI transfer delays
Daniel Mack
1
-1
/
+1
2020-10-09
Merge remote-tracking branch 'asoc/for-5.10' into asoc-next
Mark Brown
1
-1
/
+0
2020-10-08
spi: dw: Add Baikal-T1 SPI Controller glue driver
Serge Semin
3
-0
/
+368
2020-10-08
spi: dw: Add poll-based SPI transfers support
Serge Semin
1
-1
/
+39
2020-10-08
spi: dw: Introduce max mem-ops SPI bus frequency setting
Serge Semin
2
-1
/
+4
2020-10-08
spi: dw: Add memory operations support
Serge Semin
3
-0
/
+315
2020-10-08
spi: dw: Add generic DW SSI status-check method
Serge Semin
3
-18
/
+37
2020-10-08
spi: dw: Move num-of retries parameter to the header file
Serge Semin
2
-3
/
+4
2020-10-08
spi: dw: Explicitly de-assert CS on SPI transfer completion
Serge Semin
1
-1
/
+1
2020-10-08
spi: dw: De-assert chip-select on reset
Serge Semin
1
-3
/
+4
2020-10-08
spi: dw: Discard chip enabling on DMA setup error
Serge Semin
1
-3
/
+1
2020-10-08
spi: dw: Unmask IRQs after enabling the chip
Serge Semin
1
-2
/
+2
2020-10-08
spi: dw: Perform IRQ setup in a dedicated function
Serge Semin
1
-18
/
+23
2020-10-08
spi: dw: Refactor IRQ-based SPI transfer procedure
Serge Semin
1
-9
/
+24
2020-10-08
spi: dw: Refactor data IO procedure
Serge Semin
2
-23
/
+19
2020-10-08
spi: dw: Add DW SPI controller config structure
Serge Semin
2
-12
/
+27
2020-10-08
spi: dw: Update Rx sample delay in the config function
Serge Semin
1
-7
/
+6
2020-10-08
spi: dw: Simplify the SPI bus speed config procedure
Serge Semin
1
-13
/
+10
2020-10-08
spi: dw: Update SPI bus speed in a config function
Serge Semin
1
-14
/
+14
2020-10-08
spi: dw: Detach SPI device specific CR0 config method
Serge Semin
1
-13
/
+30
2020-10-08
spi: dw: Add DWC SSI capability
Serge Semin
4
-75
/
+40
2020-10-08
spi: dw: Use an explicit set_cs assignment
Serge Semin
1
-4
/
+4
2020-10-06
Merge tag 'v5.9-rc5' into asoc-5.10
Mark Brown
7
-13
/
+33
2020-10-06
spi: spi-mtk-nor: Add power management support
Ikjoon Jang
1
-22
/
+76
2020-10-06
spi: spi-mtk-nor: support 36bit dma addressing
Ikjoon Jang
1
-1
/
+20
[next]