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