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-06-24
spi: altera: fix module autoload
Xu Yilun
1
-0
/
+1
2020-06-24
spi: altera: fix driver matching failure of the device ID "spi_altera"
Xu Yilun
1
-1
/
+2
2020-06-23
spi: imx: add fallback feature
Robin Gong
1
-21
/
+14
2020-06-23
spi: introduce fallback to pio
Robin Gong
1
-0
/
+12
2020-06-22
Merge tag 'spi-fix-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-44
/
+64
2020-06-22
Merge series "Some small spi geni cleanups" from Stephen Boyd <swboyd@chromiu...
Mark Brown
1
-21
/
+21
2020-06-22
spi: spi-geni-qcom: Don't set {tx,rx}_rem_bytes unnecessarily
Stephen Boyd
1
-21
/
+21
2020-06-22
spi: spi-geni-qcom: Simplify setup_fifo_xfer()
Stephen Boyd
1
-9
/
+4
2020-06-22
spi: spi-fsl-dspi: Initialize completion before possible interrupt
Krzysztof Kozlowski
1
-2
/
+2
2020-06-22
spi: spi-fsl-dspi: Fix external abort on interrupt in resume or exit paths
Krzysztof Kozlowski
1
-4
/
+13
2020-06-22
spi: spi-fsl-dspi: Fix lockup if device is shutdown during SPI transfer
Krzysztof Kozlowski
1
-14
/
+1
2020-06-22
spi: spi-fsl-dspi: Fix lockup if device is removed during SPI transfer
Krzysztof Kozlowski
1
-1
/
+10
2020-06-19
spi: spi-geni-qcom: Simplify setup_fifo_xfer()
Stephen Boyd
1
-9
/
+4
2020-06-19
Merge series "mtd: spi-nor: Move cadence-qaudspi to spi-mem framework" from V...
Mark Brown
3
-0
/
+1431
2020-06-19
spi: Move cadence-quadspi driver to drivers/spi/
Ramuthevar Vadivel Murugan
3
-0
/
+1431
2020-06-19
Merge series "add regmap & indirect access support" from Xu Yilun <yilun.xu@i...
Mark Brown
2
-21
/
+107
2020-06-19
Merge series "spi: spi-geni-qcom: Fixes / perf improvements" from Douglas And...
Mark Brown
1
-31
/
+74
2020-06-19
spi: npcm-fiu: Reuse BITS_PER_BYTE definition
Andy Shevchenko
1
-3
/
+3
2020-06-19
spi: spi-geni-qcom: Don't keep a local state variable
Douglas Anderson
1
-28
/
+27
2020-06-19
spi: spi-geni-qcom: Actually use our FIFO
Douglas Anderson
1
-1
/
+1
2020-06-19
spi: spi-geni-qcom: Check for error IRQs
Douglas Anderson
1
-0
/
+5
2020-06-19
spi: spi-geni-qcom: Mo' betta locking
Douglas Anderson
1
-3
/
+42
2020-06-19
spi: altera: fix size mismatch on 64 bit processors
Matthew Gerlach
1
-1
/
+1
2020-06-19
spi: altera: support indirect access to the registers
Xu Yilun
1
-15
/
+47
2020-06-19
spi: altera: use regmap-mmio instead of direct mmio register access
Xu Yilun
2
-19
/
+73
2020-06-18
spi: spidev: fix a potential use-after-free in spidev_release()
Zhenzhong Duan
1
-10
/
+10
2020-06-18
spi: spidev: fix a race between spidev_release and spidev_remove
Zhenzhong Duan
1
-2
/
+2
2020-06-18
spi: spi-geni-qcom: No need for irqsave variant of spinlock calls
Douglas Anderson
1
-8
/
+7
2020-06-17
spi: bcm63xx-hsspi: add reset support
Álvaro Fernández Rojas
1
-0
/
+12
2020-06-17
spi: bcm63xx-spi: add reset support
Álvaro Fernández Rojas
1
-0
/
+12
2020-06-17
spi: stm32-qspi: Fix error path in case of -EPROBE_DEFER
Patrice Chotard
1
-20
/
+26
2020-06-16
Merge series "spi: bcm63xx: add BMIPS support" from Álvaro Fernández Rojas ...
Mark Brown
1
-2
/
+2
2020-06-16
Merge series "Add more configuration and regmap support for spi-altera" from ...
Mark Brown
1
-3
/
+47
2020-06-16
spi: spi-cavium-thunderx: flag controller as half duplex
Tim Harvey
1
-0
/
+1
2020-06-16
spi: add Renesas RPC-IF driver
Sergei Shtylyov
3
-0
/
+223
2020-06-16
spi: bcm63xx-hsspi: allow building for BMIPS
Álvaro Fernández Rojas
1
-1
/
+1
2020-06-16
spi: bcm63xx-spi: allow building for BMIPS
Álvaro Fernández Rojas
1
-1
/
+1
2020-06-15
spi: altera: add platform data for slave information.
Xu Yilun
1
-0
/
+11
2020-06-15
spi: altera: add SPI core parameters support via platform data.
Xu Yilun
1
-3
/
+22
2020-06-15
spi: altera: add 32bit data width transfer support.
Xu Yilun
1
-0
/
+14
2020-06-15
Merge existing fixes from spi/for-5.8
Mark Brown
3
-12
/
+26
2020-06-11
spi: spi-fsl-dspi: Free DMA memory with matching function
Krzysztof Kozlowski
1
-4
/
+4
2020-06-09
spi: rspi: Use requested instead of maximum bit rate
Geert Uytterhoeven
1
-7
/
+21
2020-06-07
Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-5
/
+0
2020-06-02
spi: sprd: switch the sequence of setting WDG_LOAD_LOW and _HIGH
Lingling Xu
1
-1
/
+1
2020-05-30
Merge remote-tracking branch 'spi/for-5.8' into spi-next
Mark Brown
36
-719
/
+1610
2020-05-30
Merge remote-tracking branch 'spi/for-5.7' into spi-linus
Mark Brown
10
-49
/
+65
2020-05-29
spi: spi-fsl-dspi: fix native data copy
Angelo Dureghello
1
-2
/
+22
2020-05-29
spi: dw: Refactor mid_spi_dma_setup() to separate DMA and IRQ config
Andy Shevchenko
1
-6
/
+6
2020-05-29
spi: dw: Make DMA request line assignments explicit for Intel Medfield
Andy Shevchenko
1
-8
/
+6
[prev]
[next]