index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-stm32.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-02
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
*
spi: stm32: rename interrupt function
Cezary Gapinski
2019-01-07
1
-3
/
+3
*
spi: stm32: rename STM32 SPI registers to STM32H7
Cezary Gapinski
2019-01-07
1
-182
/
+199
*
spi: stm32: remove SPI LOOP mode
Cezary Gapinski
2019-01-07
1
-1
/
+1
*
spi: stm32: use explicit CPOL and CPHA mode bits
Cezary Gapinski
2019-01-07
1
-1
/
+1
*
spi: stm32: fix DMA configuration with only one channel
Cezary Gapinski
2019-01-07
1
-8
/
+12
*
spi: stm32: use NULL pointer instead of plain integer
Cezary Gapinski
2019-01-07
1
-1
/
+1
*
spi: stm32: switch to SPDX identifier
Cezary Gapinski
2019-01-07
1
-20
/
+7
*
spi: stm32: Fix error handling in stm32_spi_probe()
Alexey Khoroshilov
2018-04-17
1
-1
/
+1
*
spi: stm32: Fix logical error in stm32_spi_prepare_mbr()
Christos Gkekas
2017-09-13
1
-2
/
+2
*
spi: stm32: explicitly request exclusive reset control
Philipp Zabel
2017-07-19
1
-1
/
+1
*
spi: stm32: fix potential dereference null return value
Amelie Delaunay
2017-06-28
1
-8
/
+8
*
spi: stm32: enhance DMA error management
Amelie Delaunay
2017-06-28
1
-6
/
+17
*
spi: stm32: add runtime PM support
Amelie Delaunay
2017-06-28
1
-7
/
+36
*
spi: stm32: use normal conditional statements instead of ternary operator
Amelie Delaunay
2017-06-28
1
-14
/
+30
*
spi: stm32: replace st, spi-midi with st, spi-midi-ns to fit bindings
Amelie Delaunay
2017-06-28
1
-1
/
+1
*
spi: stm32: fix compatible to fit with new bindings
Amelie Delaunay
2017-06-28
1
-1
/
+1
*
spi: stm32: fix error check on mbr being -ve
Colin Ian King
2017-06-23
1
-2
/
+2
*
spi: add driver for STM32 SPI controller
Amelie Delaunay
2017-06-21
1
-0
/
+1266