index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-stm32.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: stm32: Don't warn about spurious interrupts
Uwe Kleine-König
2024-05-29
1
-1
/
+1
*
spi: stm32: Revert change that enabled controller before asserting CS
Uwe Kleine-König
2024-05-23
1
-2
/
+12
*
spi: stm32: enable controller before asserting CS
Ben Wolsieffer
2024-05-03
1
-12
/
+2
*
spi: stm32: move splitting transfers to optimize_message
David Lechner
2024-02-26
1
-12
/
+16
*
spi: drop gpf arg from __spi_split_transfer_maxsize()
David Lechner
2024-02-07
1
-3
/
+1
*
spi: stm32: add st,stm32mp25-spi compatible supporting STM32MP25 soc
Valentin Caron
2023-12-21
1
-12
/
+120
*
spi: stm32: use dma_get_slave_caps prior to configuring dma channel
Alain Volmat
2023-12-21
1
-2
/
+11
*
spi: stm32: switch to use modern name
Yang Yingliang
2023-12-11
1
-20
/
+20
*
spi: stm32: add STM32F7 support
Ben Wolsieffer
2023-11-13
1
-0
/
+149
*
spi: stm32: use callbacks for read_rx and write_tx
Ben Wolsieffer
2023-11-13
1
-4
/
+12
*
spi: stm32: rename stm32f4_* to stm32fx_*
Ben Wolsieffer
2023-11-13
1
-145
/
+145
*
spi: Merge up fix
Mark Brown
2023-10-30
1
-0
/
+8
|
\
|
*
spi: stm32: add a delay before SPI disable
Valentin Caron
2023-09-11
1
-0
/
+8
*
|
spi: stm32: Explicitly include correct DT includes
Rob Herring
2023-10-17
1
-1
/
+2
|
/
*
Merge tag 'spi-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
2023-08-29
1
-6
/
+12
|
\
|
*
spi: stm32: Remove redundant dev_err_probe()
Ruan Jinjie
2023-07-27
1
-2
/
+1
|
*
spi: Header and core clean up and refactoring
Mark Brown
2023-07-12
1
-1
/
+1
|
|
\
|
|
*
spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX
Andy Shevchenko
2023-07-11
1
-1
/
+1
|
*
|
spi: stm32: disable device mode with st,stm32f4-spi compatible
Valentin Caron
2023-07-09
1
-3
/
+10
|
|
/
*
/
spi: stm32: fix accidential revert to byte-sized transfer splitting
Leonard Göhrs
2023-08-21
1
-3
/
+3
|
/
*
spi: stm32: introduction of stm32h7 SPI device mode support
Valentin Caron
2023-06-15
1
-34
/
+78
*
spi: stm32: use dmaengine_terminate_{a}sync instead of _all
Alain Volmat
2023-06-15
1
-5
/
+5
*
spi: stm32: renaming of spi_master into spi_controller
Alain Volmat
2023-06-15
1
-77
/
+77
*
spi: stm32: Use devm_platform_get_and_ioremap_resource()
Yang Li
2023-04-04
1
-2
/
+1
*
spi: stm32: split large transfers based on word size instead of bytes
Leonard Göhrs
2023-03-16
1
-3
/
+3
*
spi: stm32: Convert to platform remove callback returning void
Uwe Kleine-König
2023-03-06
1
-4
/
+2
*
spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for every run
Sean Nyekjaer
2022-11-03
1
-1
/
+1
*
spi: stm32: Print summary 'callbacks suppressed' message
Marek Vasut
2022-10-24
1
-0
/
+1
*
spi: stm32: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
2022-04-25
1
-2
/
+1
*
spi: stm32: ignore Rx queue not empty in stm32f4 Tx only mode
Ahmad Fatoum
2022-02-22
1
-1
/
+1
*
spi: stm32: make SPI_MASTER_MUST_TX flags only specific to STM32F4
Alain Volmat
2022-01-19
1
-1
/
+4
*
spi: stm32: remove inexistant variables in struct stm32_spi_cfg comment
Alain Volmat
2022-01-19
1
-2
/
+0
*
spi: stm32: fix excluded_middle.cocci warnings
kernel test robot
2021-08-20
1
-2
/
+1
*
spi: stm32: finalize message either on dma callback or EOT
Alain Volmat
2021-07-11
1
-37
/
+20
*
spi: stm32h7: don't wait for EOT and flush fifo on disable
Alain Volmat
2021-07-11
1
-22
/
+2
*
spi: stm32h7: rework rx fifo read function
Amelie Delaunay
2021-07-11
1
-17
/
+13
*
spi: stm32: Revert "properly handle 0 byte transfer"
Alain Volmat
2021-07-11
1
-4
/
+0
*
spi: stm32: enable pm_runtime autosuspend
Alain Volmat
2021-07-11
1
-0
/
+11
*
spi: stm32: fixes pm_runtime calls in probe/remove
Alain Volmat
2021-07-07
1
-1
/
+8
*
spi: stm32h7: fix full duplex irq handler handling
Alain Volmat
2021-06-30
1
-6
/
+9
*
Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
2021-04-15
1
-1
/
+2
|
\
|
*
spi: stm32: drop devres version of spi_register_master
Antonio Borneo
2021-03-12
1
-1
/
+2
*
|
spi: stm32: Fix use-after-free on unbind
Alain Volmat
2021-03-19
1
-14
/
+10
*
|
spi: stm32: avoid ifdef CONFIG_PM for pm callbacks
Alain Volmat
2021-03-12
1
-8
/
+4
|
/
*
spi: stm32: make spurious and overrun interrupts visible
Alain Volmat
2021-02-05
1
-11
/
+4
*
spi: stm32h7: replace private SPI_1HZ_NS with NSEC_PER_SEC
Amelie Delaunay
2021-02-05
1
-3
/
+1
*
spi: stm32: defer probe for reset
Alain Volmat
2021-02-05
1
-2
/
+8
*
spi: stm32: driver uses reset controller only at init
Etienne Carriere
2021-02-05
1
-6
/
+5
*
spi: stm32h7: ensure message are smaller than max size
Alain Volmat
2021-02-05
1
-0
/
+14
*
spi: stm32: use bitfield macros
Amelie Delaunay
2021-02-05
1
-36
/
+18
[next]