index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-09
spi: intel: Add protected and locked attributes
Alexander Usyskin
4
-5
/
+63
2024-10-08
spi: rockchip: Use dev_{err,warn}_probe() in the probe path
Dragan Simic
1
-15
/
+13
2024-10-08
spi: rockchip-sfc: Use dev_err_probe() in the probe path
Dragan Simic
1
-8
/
+6
2024-10-08
spi: rockchip-sfc: Perform trivial code cleanups
Dragan Simic
1
-5
/
+2
2024-10-08
spi: rockchip: Perform trivial code cleanups
Dragan Simic
1
-15
/
+12
2024-10-08
spi: spi-imx: Fix casting warnings
Hardevsinh Palaniya
1
-3
/
+2
2024-10-08
spi: spi-fsl-dspi: Fix casting warnings
Hardevsinh Palaniya
1
-4
/
+4
2024-10-07
spi: Merge up v6.12
Mark Brown
12
-15
/
+17
2024-10-05
Merge tag 'spi-fix-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-7
/
+9
2024-10-04
spi: Provide defer reason if getting irq during probe fails
Uwe Kleine-König
1
-1
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
8
-8
/
+8
2024-10-02
spi: spi-ti-qspi: remove redundant assignment to variable ret
Colin Ian King
1
-1
/
+0
2024-10-02
spi: mxic: Add support for swapping byte
AlvinZhou
1
-4
/
+13
2024-10-02
spi: spi-mem: Allow specifying the byte order in Octal DTR mode
Tudor Ambarus
1
-0
/
+3
2024-10-02
spi: Fix pm_runtime_set_suspended() with runtime pm
Mark Brown
2
-4
/
+6
2024-10-01
spi: s3c64xx: fix timeout counters in flush_fifo
Ben Dooks
1
-2
/
+2
2024-10-01
spi: spi-fsl-lpspi: Some calculation improvements
Mark Brown
1
-4
/
+11
2024-10-01
spi: atmel-quadspi: Fix wrong register value written to MR
Alexander Dahl
1
-1
/
+1
2024-09-30
Improve error handling in Rockchip SPI drivers
Mark Brown
2
-28
/
+20
2024-09-30
spi: replace and remove
Mark Brown
3
-10
/
+10
2024-09-30
spi: spi_amd: Performance Optimization Patch Series
Mark Brown
1
-30
/
+295
2024-09-30
spi: spi-fsl-lpspi: support effective_speed_hz
Stefan Wahren
1
-0
/
+6
2024-09-30
spi: spi-fsl-lpspi: Fix specifiers in fsl_lpspi_set_bitrate
Stefan Wahren
1
-1
/
+1
2024-09-30
spi: spi-fsl-lpspi: Adjust type of scldiv
Stefan Wahren
1
-3
/
+4
2024-09-30
spi: spi-cadence: Fix missing spi_controller_is_target() check
Jinjie Ruan
1
-2
/
+4
2024-09-30
spi: spi-cadence: Fix pm_runtime_set_suspended() with runtime pm enabled
Jinjie Ruan
1
-2
/
+2
2024-09-30
spi: spi-imx: Fix pm_runtime_set_suspended() with runtime pm enabled
Jinjie Ruan
1
-1
/
+1
2024-09-30
spi: atmel-quadspi: Add cs_hold and cs_inactive setting support
Alexander Dahl
1
-4
/
+32
2024-09-30
spi: airoha: do not keep {tx,rx} dma buffer always mapped
Lorenzo Bianconi
1
-83
/
+71
2024-09-30
spi: Switch back to struct platform_driver::remove()
Uwe Kleine-König
88
-92
/
+92
2024-09-30
spi: slave-mt27xx: Call clk_disable_unprepare() only once in mtk_spi_slave_pr...
Markus Elfring
1
-3
/
+1
2024-09-30
spi: spi-fsl-lpspi: Use IRQF_NO_AUTOEN flag in request_irq()
Jinjie Ruan
1
-8
/
+4
2024-09-30
spi: fix typo in the comment
Yan Zhen
10
-11
/
+11
2024-09-30
spi: rockchip-sfc: Use dev_err_probe() in the probe path
Dragan Simic
1
-8
/
+6
2024-09-30
spi: rockchip-sfc: Perform trivial code cleanups
Dragan Simic
1
-5
/
+2
2024-09-30
spi: rockchip: Perform trivial code cleanups
Dragan Simic
1
-15
/
+12
2024-09-30
spi: remove {devm_}spi_alloc_master/slave()
Yang Yingliang
1
-7
/
+7
2024-09-30
spi: slave-mt27xx: switch to use spi_alloc_target()
Yang Yingliang
1
-2
/
+2
2024-09-30
spi: ch341: switch to use devm_spi_alloc_host()
Yang Yingliang
1
-1
/
+1
2024-09-30
spi: spi_amd: Add HIDDMA basic read support
Raju Rangoju
1
-20
/
+156
2024-09-30
spi: spi_amd: Set controller address mode
Raju Rangoju
1
-0
/
+15
2024-09-30
spi: spi_amd: Add support for HID2 SPI controller
Raju Rangoju
1
-4
/
+38
2024-09-30
spi: spi_amd: Optimize IO operations
Raju Rangoju
1
-12
/
+41
2024-09-30
spi: spi_amd: Updates to set tx/rx count functions
Raju Rangoju
1
-2
/
+2
2024-09-30
spi: spi_amd: Replace ioread/iowrite calls
Raju Rangoju
1
-4
/
+4
2024-09-30
spi: spi_amd: Enable dual and quad I/O modes
Raju Rangoju
1
-3
/
+54
2024-09-30
spi: spi_amd: Sort headers alphabetically
Raju Rangoju
1
-2
/
+2
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-09-26
Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-45
/
+23
2024-09-25
Merge tag 'spi-fix-v6.12-merge-window' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-33
/
+26
[prev]
[next]