index
:
kernel/git/stable/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.19.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-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-stm32.c
Age
Commit message (
Expand
)
Author
2026-03-23
spi: stm32: Simplify clock handling with devm_clk_get_enabled()
Pei Xiao
2026-03-02
spi: Merge up v7.0-rc2
Mark Brown
2026-02-26
spi: stm32: fix missing pointer assignment in case of dma chaining
Alain Volmat
2026-02-23
spi: stm32: Use NULL instead of 0 for pointer
Krzysztof Kozlowski
2026-02-23
spi: stm32: fix rx DMA request error handling
Alain Volmat
2026-01-19
spi: Drop duplicate of_node assignment
Andy Shevchenko
2026-01-06
spi: st: use pm_ptr and remove __maybe_unused
Mark Brown
2026-01-06
spi: stm32: avoid __maybe_unused and use pm_ptr
Alain Volmat
2025-12-18
spi: stm32: perform small transfer in polling mode
Alain Volmat
2025-12-18
spi: stm32: fix Overrun issue at < 8bpw
Deepak Kumar
2025-12-18
spi: stm32: properly fail on dma_request_chan error
Alain Volmat
2025-07-07
treewide: Remove redundant
Mark Brown
2025-07-05
spi: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
2025-07-01
spi: stm32: delete stray tabs in stm32h7_spi_data_idleness()
Dan Carpenter
2025-06-30
spi: stm32: fix pointer-to-pointer variables usage
Antonio Quartulli
2025-06-30
spi: stm32: fix sram pool free in probe error path
Clément Le Goffic
2025-06-24
spi: stm32: deprecate `st,spi-midi-ns` property
Clément Le Goffic
2025-06-24
spi: stm32: use STM32 DMA with STM32 MDMA to enhance DDR use
Clément Le Goffic
2025-06-24
spi: stm32: Check for cfg availability in stm32_spi_probe
Clément Le Goffic
2025-06-24
spi: stm32: Add SPI_READY mode to spi controller
Clément Le Goffic
2024-10-10
spi: stm32: fix missing device mode capability in stm32mp25
Alain Volmat
2024-09-30
spi: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-05-29
spi: stm32: Don't warn about spurious interrupts
Uwe Kleine-König
2024-05-23
spi: stm32: Revert change that enabled controller before asserting CS
Uwe Kleine-König
2024-05-03
spi: stm32: enable controller before asserting CS
Ben Wolsieffer
2024-02-26
spi: stm32: move splitting transfers to optimize_message
David Lechner
2024-02-07
spi: drop gpf arg from __spi_split_transfer_maxsize()
David Lechner
2023-12-21
spi: stm32: add st,stm32mp25-spi compatible supporting STM32MP25 soc
Valentin Caron
2023-12-21
spi: stm32: use dma_get_slave_caps prior to configuring dma channel
Alain Volmat
2023-12-11
spi: stm32: switch to use modern name
Yang Yingliang
2023-11-13
spi: stm32: add STM32F7 support
Ben Wolsieffer
2023-11-13
spi: stm32: use callbacks for read_rx and write_tx
Ben Wolsieffer
2023-11-13
spi: stm32: rename stm32f4_* to stm32fx_*
Ben Wolsieffer
2023-10-30
spi: Merge up fix
Mark Brown
2023-10-17
spi: stm32: Explicitly include correct DT includes
Rob Herring
2023-09-11
spi: stm32: add a delay before SPI disable
Valentin Caron
2023-08-29
Merge tag 'spi-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
2023-08-21
spi: stm32: fix accidential revert to byte-sized transfer splitting
Leonard Göhrs
2023-07-27
spi: stm32: Remove redundant dev_err_probe()
Ruan Jinjie
2023-07-12
spi: Header and core clean up and refactoring
Mark Brown
2023-07-11
spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX
Andy Shevchenko
2023-07-09
spi: stm32: disable device mode with st,stm32f4-spi compatible
Valentin Caron
2023-06-15
spi: stm32: introduction of stm32h7 SPI device mode support
Valentin Caron
2023-06-15
spi: stm32: use dmaengine_terminate_{a}sync instead of _all
Alain Volmat
2023-06-15
spi: stm32: renaming of spi_master into spi_controller
Alain Volmat
2023-04-04
spi: stm32: Use devm_platform_get_and_ioremap_resource()
Yang Li
2023-03-16
spi: stm32: split large transfers based on word size instead of bytes
Leonard Göhrs
2023-03-06
spi: stm32: Convert to platform remove callback returning void
Uwe Kleine-König
2022-11-03
spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for every run
Sean Nyekjaer
2022-10-24
spi: stm32: Print summary 'callbacks suppressed' message
Marek Vasut
[next]