index
:
kernel/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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
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
-145
/
+145
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-10
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-07
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
2022-04-25
spi: stm32: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
1
-2
/
+1
2022-02-22
spi: stm32: ignore Rx queue not empty in stm32f4 Tx only mode
Ahmad Fatoum
1
-1
/
+1
2022-01-19
spi: stm32: make SPI_MASTER_MUST_TX flags only specific to STM32F4
Alain Volmat
1
-1
/
+4
2022-01-19
spi: stm32: remove inexistant variables in struct stm32_spi_cfg comment
Alain Volmat
1
-2
/
+0
2021-08-20
spi: stm32: fix excluded_middle.cocci warnings
kernel test robot
1
-2
/
+1
2021-07-12
spi: stm32: finalize message either on dma callback or EOT
Alain Volmat
1
-37
/
+20
2021-07-12
spi: stm32h7: don't wait for EOT and flush fifo on disable
Alain Volmat
1
-22
/
+2
2021-07-12
spi: stm32h7: rework rx fifo read function
Amelie Delaunay
1
-17
/
+13
2021-07-12
spi: stm32: Revert "properly handle 0 byte transfer"
Alain Volmat
1
-4
/
+0
2021-07-12
spi: stm32: enable pm_runtime autosuspend
Alain Volmat
1
-0
/
+11
2021-07-07
spi: stm32: fixes pm_runtime calls in probe/remove
Alain Volmat
1
-1
/
+8
2021-06-30
spi: stm32h7: fix full duplex irq handler handling
Alain Volmat
1
-6
/
+9
2021-04-15
Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
1
-1
/
+2
2021-03-19
spi: stm32: Fix use-after-free on unbind
Alain Volmat
1
-14
/
+10
2021-03-12
spi: stm32: avoid ifdef CONFIG_PM for pm callbacks
Alain Volmat
1
-8
/
+4
2021-03-12
spi: stm32: drop devres version of spi_register_master
Antonio Borneo
1
-1
/
+2
2021-02-05
spi: stm32: make spurious and overrun interrupts visible
Alain Volmat
1
-11
/
+4
2021-02-05
spi: stm32h7: replace private SPI_1HZ_NS with NSEC_PER_SEC
Amelie Delaunay
1
-3
/
+1
2021-02-05
spi: stm32: defer probe for reset
Alain Volmat
1
-2
/
+8
2021-02-05
spi: stm32: driver uses reset controller only at init
Etienne Carriere
1
-6
/
+5
2021-02-05
spi: stm32h7: ensure message are smaller than max size
Alain Volmat
1
-0
/
+14
2021-02-05
spi: stm32: use bitfield macros
Amelie Delaunay
1
-36
/
+18
2021-02-05
spi: stm32: do not mandate cs_gpio
Alain Volmat
1
-6
/
+0
2021-02-05
spi: stm32: properly handle 0 byte transfer
Alain Volmat
1
-0
/
+4
2021-01-13
spi: stm32: Simplify stm32h7_spi_prepare_fthlv()
Marek Vasut
1
-24
/
+4
[next]