index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-31
spi: fsl: use platform_get_irq() instead of of_irq_to_resource()
Christophe Leroy
1
-3
/
+3
2019-12-31
spi: fsl: don't map irq during probe
Christophe Leroy
1
-3
/
+2
2019-12-31
spi: cadence: Correct handling of native chipselect
Charles Keepax
1
-3
/
+3
2019-12-31
spi: dw: Correct handling of native chipselect
Charles Keepax
1
-2
/
+3
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: dw: Fix Designware SPI loopback
Thor Thayer
1
-1
/
+2
2019-12-31
spi: sifive: disable clk when probe fails and remove
Chuhong Yuan
1
-4
/
+7
2019-12-31
spi: sprd: adi: Add missing lock protection when rebooting
Lingling Xu
1
-0
/
+3
2019-12-31
spi: gpio: prevent memory leak in spi_gpio_probe
Navid Emamdoost
1
-1
/
+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: Fix NULL pointer when setting SPI_CS_HIGH for GPIO CS
Gregory CLEMENT
1
-1
/
+2
2019-12-13
spi: Fix SPI_CS_HIGH setting when using native and GPIO CS
Gregory CLEMENT
1
-9
/
+9
2019-12-13
spi: atmel: Fix CS high support
Gregory CLEMENT
1
-4
/
+2
2019-12-13
spi: stm32-qspi: Fix kernel oops when unbinding driver
Patrice Chotard
1
-1
/
+2
2019-12-13
spi: spi-fsl-qspi: Clear TDH bits in FLSHCR register
Frieder Schrempf
1
-5
/
+33
2019-09-17
Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-23
/
+5
2019-09-17
Merge tag 'docs-5.4' of git://git.lwn.net/linux
Linus Torvalds
3
-3
/
+3
2019-09-16
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
[next]