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