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-03-23
spi: stm32: Simplify clock handling with devm_clk_get_enabled()
Pei Xiao
-45
/
+17
2026-03-23
spi: sifive: Simplify clock handling with devm_clk_get_enabled()
Pei Xiao
-15
/
+6
2026-03-23
spi: bcmbca-hsspi: Simplify clock handling with devm_clk_get_enabled()
Pei Xiao
-33
/
+16
2026-03-23
spi: bcm63xx-hsspi: Simplify clock handling with devm_clk_get_enabled()
Pei Xiao
-34
/
+12
2026-03-23
spi: meson-spicc: Fix double-put in remove path
Felix Gu
-2
/
+0
2026-03-23
spi: pl022: update outdated references to pump_transfers()
Kexin Sun
-5
/
+5
2026-03-23
spi: Replace open coded variant of spi_bpw_to_bytes()
Andy Shevchenko
-6
/
+1
2026-03-23
spi: sn-f-ospi: Use devm_mutex_init() to simplify code
Felix Gu
-20
/
+5
2026-03-23
spi: sn-f-ospi: Fix resource leak in f_ospi_probe()
Felix Gu
-12
/
+5
2026-03-17
spi: geni-qcom: Check DMA interrupts early in ISR
Praveen Talari
-4
/
+5
2026-03-16
spi: controller registration fixes
Mark Brown
-127
/
+80
2026-03-16
spi: fix misleading controller deregistration kernel-doc
Johan Hovold
-2
/
+4
2026-03-16
spi: fix misleading controller registration kernel-doc
Johan Hovold
-2
/
+2
2026-03-16
spi: drop unused devres statistics allocation
Johan Hovold
-15
/
+12
2026-03-16
spi: fix statistics allocation
Johan Hovold
-9
/
+8
2026-03-16
spi: fix use-after-free on controller registration failure
Johan Hovold
-4
/
+4
2026-03-16
spi: geni-qcom: Fix CPHA and CPOL mode change detection
Maramaina Naresh
-2
/
+2
2026-03-16
spi: amlogic-spisg: Use IS_ERR() instead of IS_ERR_OR_NULL()
Felix Gu
-3
/
+3
2026-03-16
spi: axiado: Fix double-free in ax_spi_probe()
Felix Gu
-20
/
+11
2026-03-15
spi: amlogic-spisg: Fix memory leak in aml_spisg_probe()
Felix Gu
-8
/
+4
2026-03-15
spi: amlogic: spifc-a4: Remove redundant clock cleanup
Felix Gu
-39
/
+7
2026-03-12
spi: atcspi200: fix mutex initialization order
Pei Xiao
-1
/
+3
2026-03-11
spi: atcspi200: Handle invalid buswidth and fix compiler warning
CL Wang
-1
/
+9
2026-03-11
spi: atcspi200: Use helper function devm_clk_get_enabled()
Pei Xiao
-18
/
+6
2026-03-11
spi: intel-pci: Add support for Nova Lake mobile SPI flash
Alan Borzeszkowski
-0
/
+1
2026-03-10
spi: tegra210-quad: Remove redundant pm_runtime_mark_last_busy() calls
Felix Gu
-3
/
+0
2026-03-10
spi: axiado: Remove redundant pm_runtime_mark_last_busy() call
Felix Gu
-1
/
+0
2026-03-10
spi: cadence-qspi: Fix requesting of APB and AHB clocks on JH7110
Mark Brown
-0
/
+6
2026-03-09
spi: fsl-qspi: Use reinit_completion() for repeated operations
Felix Gu
-1
/
+2
2026-03-09
spi: nxp-fspi: Use reinit_completion() for repeated operations
Felix Gu
-1
/
+2
2026-03-09
spi: nxp-xspi: Use reinit_completion() for repeated operations
Felix Gu
-1
/
+2
2026-03-09
spi: rockchip-sfc: Fix double-free in remove() callback
Felix Gu
-1
/
+1
2026-03-09
spi: atcspi200: Fix double-free in atcspi_configure_dma()
Felix Gu
-21
/
+7
2026-03-09
spi: amlogic: spifc-a4: Fix DMA mapping error handling
Felix Gu
-3
/
+2
2026-03-02
spi: Merge up v7.0-rc2
Mark Brown
-0
/
+3
2026-03-02
spi: spi-dw-dma: fix print error log when wait finish transaction
Vladimir Yakovlev
-1
/
+1
2026-02-26
spi: stm32: fix missing pointer assignment in case of dma chaining
Alain Volmat
-0
/
+3
2026-02-25
spi: add devm_spi_new_ancillary_device()
Mark Brown
-0
/
+40
2026-02-24
spi: add devm_spi_new_ancillary_device()
Antoniu Miclaus
-0
/
+40
2026-02-24
spi: tegra210-quad: Add runtime autosuspend support
Vishwaroop A
-3
/
+16
2026-02-23
spi: pxa2xx: use min() instead of min_t()
Andy Shevchenko
-6
/
+5
2026-02-23
spi: atcspi200: Remove redundant assignment to .owner
Pei Xiao
-1
/
+0
2026-02-23
spi: omap2-mcspi: add support for 3-wire transfers
Antoni Pokusinski
-5
/
+12
2026-02-23
spi: stm32: Use NULL instead of 0 for pointer
Krzysztof Kozlowski
-1
/
+1
2026-02-23
spi: stm32-ospi: Remove exec_op() callback debug log
Patrice Chotard
-5
/
+0
2026-02-23
spi: stm32: fix rx DMA request error handling
Alain Volmat
-4
/
+4
2026-02-23
spi: cs42l43: Don't support sidecar properties on device tree systems
Charles Keepax
-2
/
+2
2026-02-23
spi: allow ancillary devices to share parent's chip selects
Antoniu Miclaus
-6
/
+23
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-6
/
+3
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-2
/
+2
[prev]
[next]