index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2023-03-11
spi: synquacer: Fix timeout handling in synquacer_spi_transfer_one()
Christophe JAILLET
1
-4
/
+3
2023-03-11
spi: bcm63xx-hsspi: Fix multi-bit mode setting
William Zhang
1
-3
/
+9
2023-03-11
spi: bcm63xx-hsspi: fix pm_runtime
Álvaro Fernández Rojas
1
-1
/
+7
2023-02-06
spi: spidev: remove debug messages that access spidev->spi without locking
Bartosz Golaszewski
1
-2
/
+0
2023-01-18
spi: spi-gpio: Don't set MOSI as an input if not 3WIRE mode
Kris Bahnsen
1
-3
/
+13
2023-01-18
spi: spidev: mask SPI_CS_HIGH in SPI_IOC_RD_MODE
Alexander Sverdlin
1
-5
/
+16
2022-12-08
spi: spi-imx: Fix spi_bus_clk if requested clock is higher than input clock
Frieder Schrempf
1
-2
/
+1
2022-12-08
spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for every run
Sean Nyekjaer
1
-1
/
+1
2022-11-25
spi: stm32: Print summary 'callbacks suppressed' message
Marek Vasut
1
-0
/
+1
2022-10-26
spi: s3c64xx: Fix large transfers with DMA
Vincent Whitchurch
1
-0
/
+9
2022-10-26
spi/omap100k:Fix PM disable depth imbalance in omap1_spi100k_probe
Zhang Qilong
1
-0
/
+1
2022-10-26
spi: qup: add missing clk_disable_unprepare on error in spi_qup_pm_resume_run...
Xu Qiang
1
-1
/
+3
2022-10-26
spi: qup: add missing clk_disable_unprepare on error in spi_qup_resume()
Xu Qiang
1
-3
/
+14
2022-08-25
spi: spi-rspi: Fix PIO fallback on RZ platforms
Biju Das
1
-0
/
+4
2022-08-25
spi: synquacer: Add missing clk_disable_unprepare()
Guo Mengqi
1
-0
/
+1
2022-07-29
spi: bcm2835: bcm2835_spi_handle_err(): fix NULL pointer deref for non DMA tr...
Marc Kleine-Budde
1
-4
/
+8
2022-06-14
spi: img-spfi: Fix pm_runtime_get_sync() error checking
Zheng Yongjun
1
-1
/
+1
2022-06-14
spi: spi-ti-qspi: Fix return value handling of wait_for_completion_timeout
Miaoqian Lin
1
-2
/
+3
2022-06-14
spi: stm32-qspi: Fix wait_cmd timeout in APM mode
Patrice Chotard
1
-1
/
+2
2022-06-14
spi: spi-rspi: Remove setting {src,dst}_{addr,addr_width} based on DMA direction
Biju Das
1
-9
/
+6
2022-04-27
spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controller
Tudor Ambarus
1
-0
/
+3
2022-04-15
spi: bcm-qspi: fix MSPI only access with bcm_qspi_exec_mem_op()
Kamal Dasu
1
-2
/
+2
2022-04-15
spi: tegra20: Use of_device_get_match_data()
Minghao Chi
1
-7
/
+1
2022-04-15
spi: pxa2xx-pci: Balance reference count for PCI DMA device
Andy Shevchenko
1
-1
/
+16
2022-04-15
spi: tegra114: Add missing IRQ check in tegra_spi_probe
Miaoqian Lin
1
-0
/
+4
2022-04-15
spi: mxic: Fix the transmit path
Miquel Raynal
1
-16
/
+12
2022-04-15
spi: Fix erroneous sgs value with min_t()
Biju Das
1
-2
/
+2
2022-04-15
spi: Fix invalid sgs value
Biju Das
1
-2
/
+2
2022-03-02
spi: spi-zynq-qspi: Fix a NULL pointer dereference in zynq_qspi_exec_mem_op()
Zhou Qingyang
1
-0
/
+3
2022-02-08
spi: meson-spicc: add IRQ check in meson_spicc_probe
Miaoqian Lin
1
-0
/
+5
2022-02-08
spi: mediatek: Avoid NULL pointer crash in interrupt
Benjamin Gaignard
1
-1
/
+1
2022-02-08
spi: bcm-qspi: check for valid cs before applying chip select
Kamal Dasu
1
-1
/
+1
2022-01-27
spi: spi-meson-spifc: Add missing pm_runtime_disable() in meson_spifc_probe
Miaoqian Lin
1
-0
/
+1
2021-12-29
spi: change clk_disable_unprepare to clk_unprepare
Dongliang Mu
1
-1
/
+1
2021-11-17
spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in bcm_qspi_probe()
Yang Yingliang
1
-2
/
+3
2021-11-17
spi: spl022: fix Microwire full duplex mode
Thomas Perrot
1
-2
/
+3
2021-09-30
spi: Fix tegra20 build with CONFIG_PM=n
Linus Torvalds
1
-2
/
+2
2021-09-15
spi: spi-zynq-qspi: use wait_for_completion_timeout to make zynq_qspi_exec_me...
Quanyang Wang
1
-4
/
+4
2021-09-15
spi: sprd: Fix the wrong WDG_LOAD_VAL
Chunyan Zhang
1
-1
/
+1
2021-09-15
spi: spi-pic32: Fix issue with uninitialized dma_slave_config
Tony Lindgren
1
-0
/
+1
2021-09-15
spi: spi-fsl-dspi: Fix issue with uninitialized dma_slave_config
Tony Lindgren
1
-0
/
+1
2021-08-12
spi: meson-spicc: fix memory leak in meson_spicc_remove
Dongliang Mu
1
-0
/
+2
2021-08-12
spi: imx: mx51-ecspi: Fix low-speed CONFIGREG delay calculation
Marek Vasut
1
-1
/
+15
2021-08-12
spi: imx: mx51-ecspi: Reinstate low-speed CONFIGREG delay
Marek Vasut
1
-19
/
+19
2021-08-08
spi: mediatek: Fix fifo transfer
Guenter Roeck
1
-14
/
+5
2021-08-08
spi: stm32h7: fix full duplex irq handler handling
Alain Volmat
1
-6
/
+9
2021-07-28
spi: cadence: Correct initialisation of runtime PM again
Marek Vasut
1
-5
/
+9
2021-07-28
spi: mediatek: fix fifo rx mode
Peter Hess
1
-3
/
+13
2021-07-28
spi: stm32: fixes pm_runtime calls in probe/remove
Alain Volmat
1
-1
/
+8
2021-07-28
spi: stm32: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
1
-10
/
+22
[next]