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-09-18
Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-23
/
+5
2019-09-18
Merge tag 'docs-5.4' of git://git.lwn.net/linux
Linus Torvalds
3
-3
/
+3
2019-09-17
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
3
-434
/
+0
2019-09-15
Merge branch 'spi-5.4' into spi-next
Mark Brown
64
-887
/
+1817
2019-09-15
Merge branch 'spi-5.3' into spi-linus
Mark Brown
6
-6
/
+33
2019-09-13
spi: mediatek: support large PA
luhua.xu
1
-5
/
+39
2019-09-13
spi: mediatek: add spi support for mt6765 IC
luhua.xu
1
-0
/
+9
2019-09-11
spi: bcm2835: Speed up RX-only DMA transfers by zero-filling TX FIFO
Lukas Wunner
1
-11
/
+82
2019-09-11
spi: bcm2835: Speed up TX-only DMA transfers by clearing RX FIFO
Lukas Wunner
1
-23
/
+218
2019-09-11
spi: bcm2835: Cache CS register value for ->prepare_message()
Lukas Wunner
1
-20
/
+26
2019-09-11
spi: Guarantee cacheline alignment of driver-private data
Lukas Wunner
1
-4
/
+7
2019-09-11
spi: bcm2835: Drop dma_pending flag
Lukas Wunner
1
-15
/
+8
2019-09-10
spi: bcm2835: Work around DONE bit erratum
Lukas Wunner
1
-2
/
+12
2019-09-09
spi-gpio: Use PTR_ERR_OR_ZERO() in spi_gpio_request()
Markus Elfring
1
-4
/
+1
2019-09-05
spi: Use an abbreviated pointer to ctlr->cur_msg in __spi_pump_messages
Vladimir Oltean
1
-11
/
+12
2019-09-05
spi: npcm-fiu: remove set but not used variable 'retlen'
YueHaibing
1
-3
/
+0
2019-09-04
spi: fsl-spi: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-4
/
+2
2019-09-04
spi: zynq-qspi: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: zynqmp: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: xlp: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: uniphier: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: tegra: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: sun6i: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: sun4i: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: st-ssc4: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: sirf: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: sifive: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: s3c24xx: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: rb4xx: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: spi-qcom-qspi: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: pic32-sqi: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: oc-tiny: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: nuc900: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: npcm: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: mxs: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: mt7621: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: spi-meson-spifc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: meson-spicc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: lp-8841: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: spi-geni-qcom: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: dw-mmio: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: coldfire-qspi: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: clps711x: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: octeon: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: cadence: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: bcm63xx-hsspi: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: bcm2835: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: bcm2835aux: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: spi-axi: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-09-04
spi: ath79: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
[next]