index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-09
spi: spi-mem: Add fix to avoid divide error
Raju Rangoju
1
-1
/
+5
2025-05-09
spi: tegra114: Don't fail set_cs_timing when delays are zero
Aaron Kling
1
-3
/
+3
2025-05-02
spi: spi-imx: Add check for spi_imx_setupxfer()
Tamura Dai
1
-1
/
+4
2025-05-02
spi: tegra210-quad: add rate limiting and simplify timeout error message
Breno Leitao
1
-2
/
+2
2025-05-02
spi: tegra210-quad: use WARN_ON_ONCE instead of WARN_ON for timeouts
Breno Leitao
1
-1
/
+1
2025-04-20
spi: fsl-qspi: Fix double cleanup in probe error path
Kevin Hao
1
-5
/
+2
2025-04-20
spi: fsl-qspi: use devm function instead of driver remove
Han Xu
1
-14
/
+17
2025-04-20
spi: cadence-qspi: Fix probe on AM62A LP SK
Miquel Raynal
1
-0
/
+6
2025-04-10
spi: bcm2835: Restore native CS probing when pinctrl-bcm2835 is absent
Florian Fainelli
1
-1
/
+14
2025-04-10
spi: bcm2835: Do not call gpiod_put() on invalid descriptor
Florian Fainelli
1
-1
/
+2
2025-04-10
spi: cadence: Fix out-of-bounds array access in cdns_mrvl_xspi_setup_clock()
Josh Poimboeuf
1
-1
/
+1
2025-04-10
objtool, spi: amd: Fix out-of-bounds stack access in amd_set_spi_freq()
Josh Poimboeuf
1
-1
/
+1
2025-03-19
spi: Fix reference count leak in slave_show()
Miaoqian Lin
1
-1
/
+5
2025-03-03
spi: microchip-core: prevent RX overflows when transmit size > FIFO size
Conor Dooley
1
-23
/
+18
2025-02-17
spi: atmel-quadspi: remove references to runtime PM on error path
Claudiu Beznea
1
-4
/
+1
2025-02-06
spi: sn-f-ospi: Fix division by zero
Kunihiko Hayashi
1
-0
/
+3
2025-02-04
spi: pxa2xx: Fix regression when toggling chip select on LPSS devices
Mark Lord
1
-1
/
+1
2025-02-03
spi: atmel-quadspi: Fix warning in doc-comment
Bence Csókás
1
-2
/
+2
2025-01-25
Merge tag 'spi-fix-v6.14-merge-window' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+8
2025-01-22
Merge tag 'spi-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
25
-290
/
+1861
2025-01-22
Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2025-01-21
spi: omap2-mcspi: Correctly handle devm_clk_get_optional() errors
Mark Brown
1
-3
/
+8
2025-01-16
spi: pxa2xx: Introduce __lpss_ssp_update_priv() helper
Andy Shevchenko
1
-48
/
+40
2025-01-14
spi-nand/spi-mem DTR support
Mark Brown
1
-3
/
+2
2025-01-14
spi: ti-qspi: Use syscon_regmap_lookup_by_phandle_args
Krzysztof Kozlowski
1
-10
/
+2
2025-01-14
spi: amd: Fix -Wuninitialized in amd_spi_exec_mem_op()
Nathan Chancellor
1
-3
/
+2
2025-01-10
spi: Add spi_mem_calc_op_duration() helper
Mark Brown
1
-0
/
+30
2025-01-10
spi: spi-mem: Estimate the time taken by operations
Miquel Raynal
1
-0
/
+30
2025-01-10
spi-nand/spi-mem DTR support
Mark Brown
15
-39
/
+148
2025-01-09
spi: zynqmp-gqspi: Support per spi-mem operation frequency switches
Miquel Raynal
1
-4
/
+9
2025-01-09
spi: zynq-qspi: Support per spi-mem operation frequency switches
Miquel Raynal
1
-3
/
+10
2025-01-09
spi: spi-ti-qspi: Support per spi-mem operation frequency switches
Miquel Raynal
1
-1
/
+6
2025-01-09
spi: spi-sn-f-ospi: Support per spi-mem operation frequency switches
Miquel Raynal
1
-2
/
+6
2025-01-09
spi: rockchip-sfc: Support per spi-mem operation frequency switches
Miquel Raynal
1
-3
/
+8
2025-01-09
spi: nxp-fspi: Support per spi-mem operation frequency switches
Miquel Raynal
1
-3
/
+9
2025-01-09
spi: mxic: Support per spi-mem operation frequency switches
Miquel Raynal
1
-1
/
+2
2025-01-09
spi: mt65xx: Support per spi-mem operation frequency switches
Miquel Raynal
1
-1
/
+6
2025-01-09
spi: microchip-core-qspi: Support per spi-mem operation frequency switches
Miquel Raynal
1
-4
/
+22
2025-01-09
spi: fsl-qspi: Support per spi-mem operation frequency switches
Miquel Raynal
1
-3
/
+9
2025-01-09
spi: dw: Support per spi-mem operation frequency switches
Miquel Raynal
1
-2
/
+8
2025-01-09
spi: cadence-qspi: Support per spi-mem operation frequency switches
Miquel Raynal
1
-1
/
+2
2025-01-09
spi: amlogic-spifc-a1: Support per spi-mem operation frequency switches
Miquel Raynal
1
-1
/
+6
2025-01-09
spi: amd: Drop redundant check
Miquel Raynal
1
-10
/
+3
2025-01-09
spi: amd: Support per spi-mem operation frequency switches
Miquel Raynal
1
-1
/
+9
2025-01-09
spi: spi-mem: Add a new controller capability
Miquel Raynal
1
-0
/
+6
2025-01-09
spi: spi-mem: Extend spi-mem operations with a per-operation maximum frequency
Miquel Raynal
1
-0
/
+28
2025-01-09
spi: atmel-quadspi: Update to current device naming terminology
Alexander Dahl
1
-6
/
+6
2025-01-09
spi: fsl-spi: Remove display of virtual address
Christophe Leroy
1
-1
/
+1
2025-01-09
spi: Merge up v6.13-rc6
Mark Brown
1
-1
/
+3
2025-01-08
treewide: Introduce kthread_run_worker[_on_cpu]()
Frederic Weisbecker
1
-1
/
+1
[next]