index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: 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
*
spi: stm32: do not mandate cs_gpio
Alain Volmat
2021-02-05
1
-6
/
+0
*
spi: stm32: properly handle 0 byte transfer
Alain Volmat
2021-02-05
1
-0
/
+4
*
spi: stm32: Simplify stm32h7_spi_prepare_fthlv()
Marek Vasut
2021-01-13
1
-24
/
+4
*
spi: stm32: update dev_dbg() print format for SPI params
Alexandru Ardelean
2021-01-05
1
-4
/
+4
*
spi: stm32: FIFO threshold level - fix align packet size
Roman Guskov
2020-12-21
1
-2
/
+2
*
spi: stm32: fix reference leak in stm32_spi_resume
Zhang Qilong
2020-11-06
1
-0
/
+1
*
Merge remote-tracking branch 'spi/for-5.10' into spi-next
Mark Brown
2020-10-09
1
-8
/
+5
|
\
|
*
spi: spi-stm32: remove redundant irqsave and irqrestore in hardIRQ
Barry Song
2020-10-01
1
-5
/
+4
|
*
spi: stm32: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-09-08
1
-3
/
+1
*
|
spi: stm32: fix pm_runtime_get_sync() error checking
Dan Carpenter
2020-09-09
1
-1
/
+1
*
|
spi: stm32: Rate-limit the 'Communication suspended' message
Marek Vasut
2020-09-07
1
-1
/
+5
|
/
*
spi: stm32: always perform registers configuration prior to transfer
Alain Volmat
2020-08-10
1
-25
/
+17
*
spi: stm32: fixes suspend/resume management
Amelie Delaunay
2020-08-10
1
-3
/
+24
*
spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rate
Amelie Delaunay
2020-08-10
1
-1
/
+2
*
spi: stm32: fix fifo threshold level in case of short transfer
Amelie Delaunay
2020-08-10
1
-8
/
+18
*
spi: stm32h7: fix race condition at end of transfer
Antonio Borneo
2020-08-10
1
-1
/
+1
*
spi: stm32: clear only asserted irq flags on interrupt
Tobias Schramm
2020-08-05
1
-1
/
+1
*
spi: stm32: Add 'SPI_SIMPLEX_RX', 'SPI_3WIRE_RX' support for stm32f4
dillon min
2020-05-25
1
-4
/
+15
*
spi: stm32: Fix comments compilation warnings
Alain Volmat
2020-03-20
1
-17
/
+45
*
spi: stm32: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
2019-12-16
1
-10
/
+22
*
spi: stm32: Switch to use GPIO descriptors for CS
Linus Walleij
2019-12-09
1
-44
/
+3
*
spi: stm32: return the get_irq error
Fabien Dessenne
2019-05-02
1
-2
/
+3
*
spi: stm32: add support for STM32F4
Cezary Gapinski
2019-01-07
1
-7
/
+482
*
spi: stm32: introduce compatible data cfg
Cezary Gapinski
2019-01-07
1
-101
/
+236
*
spi: stm32: add start dma transfer function
Cezary Gapinski
2019-01-07
1
-9
/
+18
*
spi: stm32: split transfer one setup function
Cezary Gapinski
2019-01-07
1
-78
/
+192
[next]