index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Lines
2026-01-27
spi: dw-mmio: support suspend/resume
Jisheng Zhang
-0
/
+33
2026-01-27
spi: cadence-xspi: support suspend/resume
Jisheng Zhang
-1
/
+28
2026-01-27
spi: aspeed: Add support for non-spi-mem devices
Chin-Ting Kuo
-6
/
+128
2026-01-27
spi: spi-mem: Protect dirmap_create() with spi_mem_access_start/end
Chin-Ting Kuo
-1
/
+10
2026-01-20
spi: xilinx: make IRQs optional
Mark Brown
-1
/
+1
2026-01-20
spi: Make SPI core to take care of fwnode
Mark Brown
-122
/
+12
2026-01-19
spi: xilinx: make irq optional
Abdurrahman Hussain
-1
/
+1
2026-01-19
spi: rockchip: Use plain request_irq()
Mark Brown
-2
/
+2
2026-01-19
spi: Drop duplicate device_set_node() call
Andy Shevchenko
-28
/
+0
2026-01-19
spi: Drop duplicate fwnode assignment
Andy Shevchenko
-4
/
+0
2026-01-19
spi: Drop duplicate of_node assignment
Andy Shevchenko
-90
/
+1
2026-01-19
spi: Propagate default fwnode to the SPI controller device
Andy Shevchenko
-0
/
+11
2026-01-15
spi: intel-pci: Add support for Nova Lake SPI serial flash
Alan Borzeszkowski
-0
/
+1
2026-01-15
spi: spi-cadence: enable SPI_CONTROLLER_MUST_TX
Jun Guo
-0
/
+1
2026-01-13
mtd: spinand: Octal DTR support
Mark Brown
-2
/
+13
2026-01-13
Axiado AX3000 SoC SPI DB controller driver
Mark Brown
-0
/
+1151
2026-01-13
spi: fsi: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-5
/
+2
2026-01-12
spi: spi-mem: Limit octal DTR constraints to octal DTR situations
Miquel Raynal
-2
/
+13
2026-01-12
spi: hisi-kunpeng: Fixed the wrong debugfs node name in hisi_spi debugfs init...
Devyn Liu
-3
/
+1
2026-01-12
spi: spi-sprd-adi: Fix double free in probe error path
Felix Gu
-23
/
+10
2026-01-09
spi: axiado: Add driver for Axiado SPI DB controller
Vladimir Moravcevic
-0
/
+1151
2026-01-08
spi: Simplify devm_spi_*_controller()
Andy Shevchenko
-28
/
+17
2026-01-08
spi: microchip-core: use XOR instead of ANDNOT to fix the logic
Andy Shevchenko
-1
/
+1
2026-01-06
spi: st: use pm_ptr and remove __maybe_unused
Mark Brown
-46
/
+50
2026-01-06
spi: stm32: avoid __maybe_unused and use pm_ptr
Alain Volmat
-8
/
+7
2026-01-06
spi: stm32-qspi: avoid __maybe_unused and use pm_ptr
Alain Volmat
-8
/
+7
2026-01-06
spi: stm32-ospi: avoid __maybe_unused and use pm_ptr
Alain Volmat
-8
/
+7
2026-01-06
spi: st: remove __maybe_unused for suspend/resume
Alain Volmat
-2
/
+2
2026-01-05
spi: change of_find_spi_controller_by_node() gating to CONFIG_OF
Oder Chiou
-9
/
+11
2026-01-05
spi: export of_find_spi_controller_by_node()
Oder Chiou
-1
/
+2
2025-12-23
spi: cadence-quadspi: Prevent indirect read
Mark Brown
-12
/
+11
2025-12-23
spi: cadence-quadspi: Improve CQSPI_SLOW_SRAM quirk if flash is slow
Mateusz Litwin
-14
/
+5
2025-12-23
spi: cadence-quadspi: Prevent lost complete() call during indirect read
Mateusz Litwin
-1
/
+9
2025-12-23
spi: bcm63xx-hsspi: add support for 1-2-2 read ops
Jonas Gorski
-23
/
+41
2025-12-22
spi: sun6i: Support A523's SPI controllers
Chen-Yu Tsai
-4
/
+7
2025-12-19
spi: stm32: stability & performance enhancements
Mark Brown
-12
/
+94
2025-12-18
spi: stm32: perform small transfer in polling mode
Alain Volmat
-0
/
+77
2025-12-18
spi: stm32: fix Overrun issue at < 8bpw
Deepak Kumar
-4
/
+5
2025-12-18
spi: stm32: properly fail on dma_request_chan error
Alain Volmat
-8
/
+12
2025-12-18
spi: atcspi200: Add support for Andes ATCSPI200 SPI
Mark Brown
-0
/
+690
2025-12-18
spi: cadence-quadspi: Fix probe error path and logging
Mark Brown
-2
/
+6
2025-12-18
Add support for NXP XSPI
Mark Brown
-0
/
+1396
2025-12-17
spi: stm32-qspi: Remove unneeded semicolon
Chen Ni
-2
/
+2
2025-12-17
spi: stm32-ospi: Remove unneeded semicolon
Chen Ni
-2
/
+2
2025-12-17
spi: atcspi200: Add ATCSPI200 SPI controller driver
CL Wang
-0
/
+690
2025-12-17
spi: add driver for NXP XSPI controller
Haibo Chen
-0
/
+1396
2025-12-17
spi: mt65xx: Use IRQF_ONESHOT with threaded IRQ
Fei Shao
-1
/
+1
2025-12-17
spi: cadence-quadspi: Fix clock disable on probe failure path
Anurag Dutta
-1
/
+3
2025-12-17
spi: cadence-quadspi: Add error logging for DMA request failure
Anurag Dutta
-1
/
+3
2025-12-15
Add DMA support for RZ/T2H RSPI
Mark Brown
-62
/
+217
[prev]
[next]