index
:
linux-stable.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
2026-04-09
spi: ep93xx: fix controller deregistration
Johan Hovold
2026-04-09
spi: dln2: fix controller deregistration
Johan Hovold
2026-04-09
spi: coldfire-qspi: fix controller deregistration
Johan Hovold
2026-04-09
spi: cavium-thunderx: fix controller deregistration
Johan Hovold
2026-04-09
spi: octeon: fix controller deregistration
Johan Hovold
2026-04-09
spi: bcmbca-hsspi: fix controller deregistration
Johan Hovold
2026-04-09
spi: bcm63xx-hsspi: fix controller deregistration
Johan Hovold
2026-04-09
spi: bcm63xx: fix controller deregistration
Johan Hovold
2026-04-09
spi: atmel: fix controller deregistration
Johan Hovold
2026-04-09
spi: at91-usart: fix controller deregistration
Johan Hovold
2026-04-09
spi: aspeed-smc: fix controller deregistration
Johan Hovold
2026-04-09
spi: amlogic-spisg: fix controller deregistration
Johan Hovold
2026-04-09
spi: npcm-fiu: drop unused remove callback
Johan Hovold
2026-04-09
spi: atcspi200: enable compile testing
Johan Hovold
2026-04-08
spi: pl022: enable compile testing
Johan Hovold
2026-04-08
Add Renesas RZ/G3L RSPI support
Mark Brown
2026-04-08
spi: rzv2h-rspi: Add support for RZ/G3L (R9A08G046)
Biju Das
2026-04-07
spi: uniphier: Simplify clock handling with devm_clk_get_enabled()
Pei Xiao
2026-04-07
spi: zynq-qspi: Simplify clock handling with devm_clk_get_enabled()
Pei Xiao
2026-04-07
spi: spi-fsl-lpspi: make struct lpspi_config::mode u32
Marc Kleine-Budde
2026-04-07
spi: spi-fsl-lpspi: fsl_lpspi_write_tx_fifo(): simplify while() loop check
Marc Kleine-Budde
2026-04-07
spi: spi-fsl-lpspi: fsl_lpspi_reset(): convert to void function
Marc Kleine-Budde
2026-04-07
spi: spi-fsl-lpspi: fsl_lpspi_can_dma(): directly assign return value to fsl_...
Marc Kleine-Budde
2026-04-07
spi: spi-fsl-lpspi: fsl_lpspi_setup_transfer(): remove useless spi_transfer N...
Marc Kleine-Budde
2026-04-07
spi: spi-fsl-lpspi: fsl_lpspi_set_cmd(): use FIELD_PREP to encode Transmit Co...
Marc Kleine-Budde
2026-04-07
spi: spi-fsl-lpspi: fsl_lpspi_set_cmd(): remove obfuscated and obsolete assig...
Marc Kleine-Budde
2026-04-07
spi: spi-fsl-lpspi: fsl_lpspi_set_cmd(): use mode from struct fsl_lpspi_data:...
Marc Kleine-Budde
2026-04-07
spi: spi-fsl-lpspi: fsl_lpspi_set_watermark(): use FIELD_PREP() to encode FIF...
Marc Kleine-Budde
2026-04-07
spi: spi-fsl-lpspi: adapt to kernel coding style
Marc Kleine-Budde
2026-04-01
spi: ch341: fix devres lifetime
Johan Hovold
2026-04-01
spi: ch341: fix memory leaks on probe failures
Johan Hovold
2026-03-30
spi: cadence-qspi: Fix exec_mem_op error handling
Emanuele Ghidoli
2026-03-30
spi: amlogic: spifc-a4: unregister ECC engine on probe failure and remove() c...
Felix Gu
2026-03-30
spi: stm32-ospi: Fix DMA channel leak on stm32_ospi_dma_setup() failure
Felix Gu
2026-03-30
spi: stm32-ospi: Fix reset control leak on probe error
Felix Gu
2026-03-30
spi: stm32-ospi: Fix resource leak in remove() callback
Felix Gu
2026-03-26
device property: Make modifications of fwnode "flags" thread safe
Douglas Anderson
2026-03-26
spi: Use trace_call__##name() at guarded tracepoint call sites
Vineeth Pillai (Google)
2026-03-26
spi: spi-fsl-lpspi: fix teardown order issue (UAF)
Marc Kleine-Budde
2026-03-26
spi: fix use-after-free on managed registration failure
Johan Hovold
2026-03-24
spi: pxa2xx: update outdated reference to pump_transfers()
Kexin Sun
2026-03-24
spi: use generic driver_override infrastructure
Danilo Krummrich
2026-03-24
spi: Use after free fixes
Mark Brown
2026-03-24
spi: rockchip: switch to managed controller allocation
Johan Hovold
2026-03-24
spi: tegra20-slink: switch to managed controller allocation
Johan Hovold
2026-03-24
spi: imx: switch to managed controller allocation
Johan Hovold
2026-03-24
spi: rockchip: fix controller deregistration
Johan Hovold
2026-03-24
spi: imx: fix use-after-free on unbind
Johan Hovold
2026-03-23
spi: hisi-kunpeng cleanup and fix
Mark Brown
2026-03-23
spi: hisi-kunpeng: Add timeout warning in FIFO flush function
Pei Xiao
[prev]
[next]