index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-stm32.c
Age
Commit message (
Expand
)
Author
2019-05-02
spi: stm32: return the get_irq error
Fabien Dessenne
2019-01-07
spi: stm32: add support for STM32F4
Cezary Gapinski
2019-01-07
spi: stm32: introduce compatible data cfg
Cezary Gapinski
2019-01-07
spi: stm32: add start dma transfer function
Cezary Gapinski
2019-01-07
spi: stm32: split transfer one setup function
Cezary Gapinski
2019-01-07
spi: stm32: rename interrupt function
Cezary Gapinski
2019-01-07
spi: stm32: rename STM32 SPI registers to STM32H7
Cezary Gapinski
2019-01-07
spi: stm32: remove SPI LOOP mode
Cezary Gapinski
2019-01-07
spi: stm32: use explicit CPOL and CPHA mode bits
Cezary Gapinski
2019-01-07
spi: stm32: fix DMA configuration with only one channel
Cezary Gapinski
2019-01-07
spi: stm32: use NULL pointer instead of plain integer
Cezary Gapinski
2019-01-07
spi: stm32: switch to SPDX identifier
Cezary Gapinski
2018-04-17
spi: stm32: Fix error handling in stm32_spi_probe()
Alexey Khoroshilov
2017-09-13
spi: stm32: Fix logical error in stm32_spi_prepare_mbr()
Christos Gkekas
2017-07-19
spi: stm32: explicitly request exclusive reset control
Philipp Zabel
2017-06-28
spi: stm32: fix potential dereference null return value
Amelie Delaunay
2017-06-28
spi: stm32: enhance DMA error management
Amelie Delaunay
2017-06-28
spi: stm32: add runtime PM support
Amelie Delaunay
2017-06-28
spi: stm32: use normal conditional statements instead of ternary operator
Amelie Delaunay
2017-06-28
spi: stm32: replace st, spi-midi with st, spi-midi-ns to fit bindings
Amelie Delaunay
2017-06-28
spi: stm32: fix compatible to fit with new bindings
Amelie Delaunay
2017-06-23
spi: stm32: fix error check on mbr being -ve
Colin Ian King
2017-06-21
spi: add driver for STM32 SPI controller
Amelie Delaunay