index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
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-02
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-21
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
2019-01-07
spi: stm32: use explicit CPOL and CPHA mode bits
Cezary Gapinski
1
-1
/
+1
2019-01-07
spi: stm32: fix DMA configuration with only one channel
Cezary Gapinski
1
-8
/
+12
2019-01-07
spi: stm32: use NULL pointer instead of plain integer
Cezary Gapinski
1
-1
/
+1
2019-01-07
spi: stm32: switch to SPDX identifier
Cezary Gapinski
1
-20
/
+7
2018-04-17
spi: stm32: Fix error handling in stm32_spi_probe()
Alexey Khoroshilov
1
-1
/
+1
2017-09-13
spi: stm32: Fix logical error in stm32_spi_prepare_mbr()
Christos Gkekas
1
-2
/
+2
2017-07-19
spi: stm32: explicitly request exclusive reset control
Philipp Zabel
1
-1
/
+1
2017-06-28
spi: stm32: fix potential dereference null return value
Amelie Delaunay
1
-8
/
+8
2017-06-28
spi: stm32: enhance DMA error management
Amelie Delaunay
1
-6
/
+17
2017-06-28
spi: stm32: add runtime PM support
Amelie Delaunay
1
-7
/
+36
2017-06-28
spi: stm32: use normal conditional statements instead of ternary operator
Amelie Delaunay
1
-14
/
+30
2017-06-28
spi: stm32: replace st, spi-midi with st, spi-midi-ns to fit bindings
Amelie Delaunay
1
-1
/
+1
2017-06-28
spi: stm32: fix compatible to fit with new bindings
Amelie Delaunay
1
-1
/
+1
2017-06-23
spi: stm32: fix error check on mbr being -ve
Colin Ian King
1
-2
/
+2
2017-06-21
spi: add driver for STM32 SPI controller
Amelie Delaunay
1
-0
/
+1266