index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-20
ARM: s3c24xx: spi: avoid hardcoding fiq number in driver
Arnd Bergmann
1
-16
/
+2
2020-08-19
ARM: s3c24xx: move spi fiq handler into platform
Arnd Bergmann
4
-145
/
+1
2020-08-19
ARM: s3c24xx: move regs-spi.h into spi driver
Arnd Bergmann
3
-3
/
+45
2020-08-19
ARM: s5pv210: don't imply CONFIG_PLAT_SAMSUNG
Arnd Bergmann
1
-1
/
+1
2020-08-19
spi: imx: Do not print an error when PIO is used
Fabio Estevam
1
-1
/
+1
2020-08-18
Merge tag 'spi-fix-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-39
/
+85
2020-08-18
spi: s3c24xx: correct kerneldoc comment
Krzysztof Kozlowski
1
-1
/
+1
2020-08-18
spi: spi-fsl-dspi: set ColdFire to DMA mode
Angelo Dureghello
1
-1
/
+1
2020-08-18
spi: a3700: Remove a useless memset
Christophe JAILLET
1
-1
/
+0
2020-08-18
spi: lpspi: Remove CONFIG_PM_SLEEP ifdefery
Fabio Estevam
1
-4
/
+2
2020-08-17
Merge existing fixes from spi/for-5.9
Mark Brown
3
-39
/
+85
2020-08-10
spi: stm32: always perform registers configuration prior to transfer
Alain Volmat
1
-25
/
+17
2020-08-10
spi: stm32: fixes suspend/resume management
Amelie Delaunay
1
-3
/
+24
2020-08-10
spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rate
Amelie Delaunay
1
-1
/
+2
2020-08-10
spi: stm32: fix fifo threshold level in case of short transfer
Amelie Delaunay
1
-8
/
+18
2020-08-10
spi: stm32h7: fix race condition at end of transfer
Antonio Borneo
1
-1
/
+1
2020-08-06
Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-1
/
+1
2020-08-06
Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+1
2020-08-05
spi: stm32: clear only asserted irq flags on interrupt
Tobias Schramm
1
-1
/
+1
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+0
2020-08-03
Merge tag 'spi-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
54
-759
/
+2545
2020-08-03
Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-78
/
+232
2020-08-03
spi: Prevent adding devices below an unregistering controller
Lukas Wunner
2
-1
/
+23
2020-07-31
Merge remote-tracking branch 'asoc/for-5.8' into asoc-linus
Mark Brown
1
-1
/
+1
2020-07-29
Merge remote-tracking branch 'spi/for-5.9' into spi-next
Mark Brown
53
-758
/
+2532
2020-07-29
Merge remote-tracking branch 'spi/for-5.8' into spi-linus
Mark Brown
1
-1
/
+13
2020-07-29
spi: lpspi: fix using CS discontinuously on i.MX8DXLEVK
Clark Wang
1
-3
/
+8
2020-07-29
spi: lpspi: remove unused fsl_lpspi->chipselect
Clark Wang
1
-2
/
+0
2020-07-29
spi: lpspi: Fix kernel warning dump when probe fail after calling spi_register
Clark Wang
1
-6
/
+6
2020-07-28
spi: rockchip: Fix error in SPI slave pio read
Jon Lin
1
-1
/
+1
2020-07-28
spi: rockchip: Support 64-location deep FIFOs
Jon Lin
1
-11
/
+14
2020-07-28
spi: rockchip: Config spi rx dma burst size depend on xfer length
Jon Lin
1
-2
/
+17
2020-07-28
spi: spi-topcliff-pch: drop call to wakeup-disable
Vaibhav Gupta
1
-2
/
+0
2020-07-28
spi: spidev: Align buffers for DMA
Christian Eggers
1
-8
/
+13
2020-07-27
spi: sun4i: update max transfer size reported
Jonathan Liu
1
-1
/
+1
2020-07-27
spi: imx: enable runtime pm support
Clark Wang
1
-33
/
+88
2020-07-22
spi: mediatek: add spi support for mt8192 IC
leilk.liu
1
-0
/
+3
2020-07-22
spi: lantiq: Add support to Lightning Mountain SoC
Dilip Kota
2
-2
/
+42
2020-07-22
spi: lantiq: Move interrupt configuration to SoC specific data structure
Dilip Kota
1
-25
/
+39
2020-07-22
spi: lantiq: Add fifo size bit mask in SoC specific data structure
Dilip Kota
1
-10
/
+9
2020-07-22
spi: lantiq: Add support to acknowledge interrupt
Dilip Kota
1
-0
/
+13
2020-07-22
spi: lantiq: Move interrupt control register offesets to SoC specific data st...
Dilip Kota
1
-8
/
+12
2020-07-22
spi: lantiq: Add SMP support
Dilip Kota
1
-0
/
+7
2020-07-22
spi: lantiq: fix: Rx overflow error in full duplex mode
Dilip Kota
1
-0
/
+10
2020-07-22
spi: spi-topcliff-pch: use generic power management
Vaibhav Gupta
1
-38
/
+13
2020-07-22
spi: ppc4xx: Convert to use GPIO descriptors
Linus Walleij
1
-95
/
+11
2020-07-22
spi: spi-cadence: add support for chip select high
Shreyas Joshi
1
-1
/
+1
2020-07-22
spi: lpspi: fix the imbalance of runtime pm function call
Clark Wang
1
-1
/
+6
2020-07-21
spi: dw-dma: Fix Tx DMA channel working too fast
Serge Semin
1
-1
/
+13
2020-07-20
spi: lantiq-ssc: Fix warning by using WQ_MEM_RECLAIM
Hauke Mehrtens
1
-1
/
+1
[prev]
[next]