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
2019-11-22
Merge branch 'spi-5.5' into spi-next
Mark Brown
55
-456
/
+876
2019-11-22
spi: pic32: Retire dma_request_slave_channel_compat()
Peter Ujfalusi
1
-16
/
+30
2019-11-20
spi: Fix Kconfig indentation
Krzysztof Kozlowski
1
-9
/
+9
2019-11-18
spi: mediatek: add SPI_CS_HIGH support
Luhua Xu
1
-2
/
+10
2019-11-18
spi: st-ssc4: add missed pm_runtime_disable
Chuhong Yuan
1
-0
/
+3
2019-11-15
spi: tegra20-slink: add missed clk_unprepare
Chuhong Yuan
1
-1
/
+4
2019-11-15
spi: tegra20-slink: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-2
/
+1
2019-11-15
spi: tegra114: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-2
/
+1
2019-11-15
spi: s3c64xx: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-4
/
+2
2019-11-15
spi: qup: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-2
/
+2
2019-11-15
spi: pl022: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-2
/
+2
2019-11-15
spi: imx: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-2
/
+2
2019-11-15
spi: fsl-lpspi: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-2
/
+2
2019-11-15
spi: atmel: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-1
/
+1
2019-11-15
spi: at91-usart: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-2
/
+2
2019-11-15
spi: fsl-cpm: Correct the free:ing
Linus Walleij
1
-1
/
+2
2019-11-12
spi: Fix regression to return zero on success instead of positive value
Tony Lindgren
1
-0
/
+9
2019-11-11
spi: pxa2xx: Add missed security checks
Chuhong Yuan
1
-0
/
+6
2019-11-11
spi: nxp-fspi: Use devm API to fix missed unregistration of controller
Chuhong Yuan
1
-1
/
+1
2019-11-11
spi: omap2-mcspi: Remove redundant checks
Vignesh Raghavendra
1
-58
/
+47
2019-11-08
spi: zynq-qspi: Support two chip selects
Miquel Raynal
1
-8
/
+25
2019-11-08
spi: zynq-qspi: Do the actual hardware initialization later in the probe
Miquel Raynal
1
-3
/
+4
2019-11-08
spi: zynq-qspi: Clarify the select chip function
Miquel Raynal
1
-11
/
+6
2019-11-08
spi: zynq-qspi: Enhance the Linear CFG bit definitions
Miquel Raynal
1
-3
/
+3
2019-11-08
spi: zynq-qspi: Keep the bitfields naming consistent
Miquel Raynal
1
-6
/
+6
2019-11-08
spi: zynq-qspi: Anything else than CS0 is not supported yet
Miquel Raynal
1
-2
/
+6
2019-11-08
spi: zynq-qspi: Keep the naming consistent across the driver
Miquel Raynal
1
-5
/
+5
2019-11-07
spi: spi-mem: fallback to using transfers when CS gpios are used
Chris Packham
1
-1
/
+1
2019-11-07
spi: bcm-qspi: Convert to use CS GPIO descriptors
Chris Packham
1
-2
/
+5
2019-11-06
spi: img-spfi: fix potential double release
Pan Bian
1
-0
/
+2
2019-11-06
spi: bcm2835: fix typo in comment
Chris Packham
1
-1
/
+1
2019-11-06
spi: dw: Fix Designware SPI loopback
Thor Thayer
1
-1
/
+2
2019-11-04
spi: sifive: disable clk when probe fails and remove
Chuhong Yuan
1
-4
/
+7
2019-10-31
spi: add power control when set_cs
Luhua Xu
1
-1
/
+14
2019-10-30
spi: zynq-qspi: Drop GPIO header
Linus Walleij
1
-1
/
+0
2019-10-30
spi: dw: Drop GPIO header
Linus Walleij
1
-1
/
+0
2019-10-30
spi: txx9: Convert to use GPIO descriptors
Linus Walleij
1
-17
/
+58
2019-10-30
spi: dw: Remove runtime PM enable/disable from common part of the driver
Jarkko Nikula
1
-7
/
+0
2019-10-29
spi: pxa2xx: Add support for Intel Comet Lake-H
Jarkko Nikula
1
-0
/
+4
2019-10-28
spi: sprd: adi: Set BIT_WDG_NEW bit when rebooting
Lingling Xu
1
-0
/
+5
2019-10-28
spi: sprd: adi: Add missing lock protection when rebooting
Lingling Xu
1
-0
/
+3
2019-10-25
spi: Fix NULL pointer when setting SPI_CS_HIGH for GPIO CS
Gregory CLEMENT
1
-1
/
+2
2019-10-25
spi: pxa2xx: Introduce temporary variables to increase readability
Andy Shevchenko
1
-5
/
+6
2019-10-24
spi: xilinx: Add DT support for selecting transfer word width
Alvaro Gamez Machado
1
-1
/
+6
2019-10-23
spi: pxa2xx: Drop extra check of platform_get_resource() returned value
Andy Shevchenko
1
-5
/
+3
2019-10-23
spi: Fix spelling in the comments
Andy Shevchenko
1
-2
/
+2
2019-10-22
spi: dw-pci: Fix Chip Select amount on Intel Elkhart Lake PSE SPI
Jarkko Nikula
1
-1
/
+1
2019-10-22
spi: dw-pci: Add runtime power management support
Raymond Tan
1
-0
/
+9
2019-10-22
spi: dw: Move runtime PM enable/disable from common to platform driver part
Jarkko Nikula
1
-0
/
+5
2019-10-18
spi: atmel: fix handling of cs_change set on non-last xfer
Mans Rullgard
1
-7
/
+3
[next]