index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-04
spi: fsl: use platform_get_irq() instead of of_irq_to_resource()
Christophe Leroy
1
-3
/
+3
2020-01-04
spi: fsl: don't map irq during probe
Christophe Leroy
1
-3
/
+2
2019-12-31
spi: st-ssc4: add missed pm_runtime_disable
Chuhong Yuan
1
-0
/
+3
2019-12-31
spi: tegra20-slink: add missed clk_unprepare
Chuhong Yuan
1
-1
/
+4
2019-12-31
spi: pxa2xx: Add missed security checks
Chuhong Yuan
1
-0
/
+6
2019-12-31
spi: img-spfi: fix potential double release
Pan Bian
1
-0
/
+2
2019-12-31
spi: sprd: adi: Add missing lock protection when rebooting
Lingling Xu
1
-0
/
+3
2019-12-31
spi: Add call to spi_slave_abort() function when spidev driver is released
Lukasz Majewski
1
-0
/
+3
2019-12-13
spi: atmel: Fix CS high support
Gregory CLEMENT
1
-4
/
+2
2019-12-01
spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatch
Vignesh R
1
-2
/
+2
2019-12-01
spi: omap2-mcspi: Set FIFO DMA trigger level to word length
Vignesh R
1
-19
/
+7
2019-12-01
spi: sh-msiof: fix deferred probing
Sergei Shtylyov
1
-2
/
+2
2019-11-24
spi: rockchip: initialize dma_slave_config properly
Huibin Hong
1
-0
/
+3
2019-11-24
spi: spidev: Fix OF tree warning logic
Trent Piepho
1
-5
/
+3
2019-11-24
spi: fsl-lpspi: Prevent FIFO under/overrun by default
Hieu Tran Dang
1
-1
/
+1
2019-11-24
spi: mediatek: use correct mata->xfer_len when in fifo transfer
Leilk Liu
1
-2
/
+2
2019-11-20
spi: pic32: Use proper enum in dmaengine_prep_slave_rg
Nathan Chancellor
1
-2
/
+2
2019-11-20
spi: mediatek: Don't modify spi_transfer when transfer.
Peter Shih
1
-16
/
+21
2019-11-20
spi/bcm63xx-hsspi: keep pll clk enabled
Jonas Gorski
1
-4
/
+16
2019-09-16
spi: spi-gpio: fix SPI_CS_HIGH capability
Russell King
1
-2
/
+1
2019-09-10
spi: bcm2835aux: fix corruptions for longer spi transfers
Martin Sperl
1
-4
/
+4
2019-09-10
spi: bcm2835aux: remove dangerous uncontrolled read of fifo
Martin Sperl
1
-7
/
+0
2019-09-10
spi: bcm2835aux: unifying code between polling and interrupt driven code
Martin Sperl
1
-33
/
+18
2019-08-09
spi: bcm2835: Fix 3-wire mode if DMA is enabled
Lukas Wunner
1
-1
/
+2
2019-07-10
spi: bitbang: Fix NULL pointer dereference in spi_unregister_master
YueHaibing
1
-1
/
+1
2019-06-15
dmaengine: idma64: Use actual device for DMA transfers
Andy Shevchenko
1
-6
/
+1
2019-05-31
spi: Fix zero length xfer bug
Chris Lesiak
1
-0
/
+2
2019-05-31
spi: imx: stop buffer overflow in RX FIFO flush
Trent Piepho
1
-1
/
+1
2019-05-31
spi: rspi: Fix sequencer reset during initialization
Geert Uytterhoeven
1
-3
/
+6
2019-05-31
spi : spi-topcliff-pch: Fix to handle empty DMA buffers
Aditya Pakki
1
-2
/
+13
2019-05-31
spi: tegra114: reset controller on probe
Sowjanya Komatineni
1
-14
/
+18
2019-05-31
spi: pxa2xx: fix SCR (divisor) calculation
Flavio Suligoi
1
-2
/
+6
2019-03-23
spi: pxa2xx: Setup maximum supported DMA transfer length
Andy Shevchenko
1
-0
/
+1
2019-03-23
spi: ti-qspi: Fix mmap read when more than one CS in use
Vignesh R
1
-3
/
+3
2019-01-09
spi: bcm2835: Unbreak the build of esoteric configs
Lukas Wunner
1
-1
/
+1
2019-01-09
spi: bcm2835: Avoid finishing transfer prematurely in IRQ mode
Lukas Wunner
1
-2
/
+1
2019-01-09
spi: bcm2835: Fix book-keeping of DMA termination
Lukas Wunner
1
-0
/
+1
2019-01-09
spi: bcm2835: Fix race on DMA termination
Lukas Wunner
1
-6
/
+4
2018-12-17
spi: omap2-mcspi: Add missing suspend and resume calls
Tony Lindgren
1
-12
/
+25
2018-11-13
spi: gpio: No MISO does not imply no RX
Linus Walleij
1
-4
/
+6
2018-11-13
spi: spi-ep93xx: Use dma_data_direction for ep93xx_spi_dma_{finish,prepare}
Nathan Chancellor
1
-11
/
+25
2018-11-13
spi: bcm-qspi: fix calculation of address length
Rafał Miłecki
1
-1
/
+1
2018-11-13
spi: bcm-qspi: switch back to reading flash using smaller chunks
Rafał Miłecki
1
-1
/
+1
2018-11-13
spi: spi-mem: Adjust op len based on message/transfer size limitations
Chuanhua Han
1
-0
/
+15
2018-09-29
Merge tag 'spi-fix-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
4
-15
/
+82
2018-09-17
Merge tag 'spi-fix-v4.19-rc4' of https://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
2
-2
/
+17
2018-09-05
spi: rspi: Fix interrupted DMA transfers
Geert Uytterhoeven
1
-4
/
+6
2018-09-05
spi: rspi: Fix invalid SPI use during system suspend
Geert Uytterhoeven
1
-0
/
+24
2018-09-05
spi: sh-msiof: Fix handling of write value for SISTR register
Hiromitsu Yamasaki
1
-1
/
+2
2018-09-05
spi: sh-msiof: Fix invalid SPI use during system suspend
Gaku Inami
1
-0
/
+25
[next]