index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-stm32.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-11
spi: stm32: finalize message either on dma callback or EOT
Alain Volmat
1
-37
/
+20
2021-07-11
spi: stm32h7: don't wait for EOT and flush fifo on disable
Alain Volmat
1
-22
/
+2
2021-07-11
spi: stm32h7: rework rx fifo read function
Amelie Delaunay
1
-17
/
+13
2021-07-11
spi: stm32: Revert "properly handle 0 byte transfer"
Alain Volmat
1
-4
/
+0
2021-07-11
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
2021-01-05
spi: stm32: update dev_dbg() print format for SPI params
Alexandru Ardelean
1
-4
/
+4
2020-12-21
spi: stm32: FIFO threshold level - fix align packet size
Roman Guskov
1
-2
/
+2
2020-11-06
spi: stm32: fix reference leak in stm32_spi_resume
Zhang Qilong
1
-0
/
+1
2020-10-09
Merge remote-tracking branch 'spi/for-5.10' into spi-next
Mark Brown
1
-8
/
+5
2020-10-01
spi: spi-stm32: remove redundant irqsave and irqrestore in hardIRQ
Barry Song
1
-5
/
+4
2020-09-09
spi: stm32: fix pm_runtime_get_sync() error checking
Dan Carpenter
1
-1
/
+1
2020-09-08
spi: stm32: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-3
/
+1
2020-09-07
spi: stm32: Rate-limit the 'Communication suspended' message
Marek Vasut
1
-1
/
+5
2020-08-10
spi: stm32: always perform registers configuration prior to transfer
Alain Volmat
1
-25
/
+17
2020-08-10
spi: stm32: fixes suspend/resume management
Amelie Delaunay
1
-3
/
+24
2020-08-10
spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rate
Amelie Delaunay
1
-1
/
+2
2020-08-10
spi: stm32: fix fifo threshold level in case of short transfer
Amelie Delaunay
1
-8
/
+18
2020-08-10
spi: stm32h7: fix race condition at end of transfer
Antonio Borneo
1
-1
/
+1
2020-08-05
spi: stm32: clear only asserted irq flags on interrupt
Tobias Schramm
1
-1
/
+1
2020-05-25
spi: stm32: Add 'SPI_SIMPLEX_RX', 'SPI_3WIRE_RX' support for stm32f4
dillon min
1
-4
/
+15
2020-03-20
spi: stm32: Fix comments compilation warnings
Alain Volmat
1
-17
/
+45
2019-12-16
spi: stm32: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
1
-10
/
+22
2019-12-09
spi: stm32: Switch to use GPIO descriptors for CS
Linus Walleij
1
-44
/
+3
2019-05-02
spi: stm32: return the get_irq error
Fabien Dessenne
1
-2
/
+3
2019-01-07
spi: stm32: add support for STM32F4
Cezary Gapinski
1
-7
/
+482
2019-01-07
spi: stm32: introduce compatible data cfg
Cezary Gapinski
1
-101
/
+236
2019-01-07
spi: stm32: add start dma transfer function
Cezary Gapinski
1
-9
/
+18
2019-01-07
spi: stm32: split transfer one setup function
Cezary Gapinski
1
-78
/
+192
2019-01-07
spi: stm32: rename interrupt function
Cezary Gapinski
1
-3
/
+3
2019-01-07
spi: stm32: rename STM32 SPI registers to STM32H7
Cezary Gapinski
1
-182
/
+199
2019-01-07
spi: stm32: remove SPI LOOP mode
Cezary Gapinski
1
-1
/
+1
[next]