index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
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
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