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
/
dma
/
stm32-dma.c
Age
Commit message (
Expand
)
Author
2019-09-04
dmaengine: stm32-dma: Use struct_size() helper
Gustavo A. R. Silva
2019-07-31
dmaengine: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-07-17
Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194
Thomas Gleixner
2019-05-21
dmaengine: stm32-dma: Fix redundant call to platform_get_irq
Amelie Delaunay
2019-05-04
dmaengine: stm32-dma: fix residue calculation in stm32-dma
Arnaud Pouliquen
2019-04-29
dmaengine: stm32-dma: Fix unsigned variable compared with zero
Vinod Koul
2019-04-26
dmaengine: stm32-dma: use platform_get_irq()
Fabien Dessenne
2019-01-07
dmaengine: stm32-dma: Add PM Runtime support
Pierre-Yves MORDRET
2019-01-07
dmaengine: stm32-dma: check FIFO error interrupt enable
Pierre-Yves MORDRET
2018-10-02
dmaengine: stm32-dma: check whether length is aligned on FIFO threshold
Pierre-Yves MORDRET
2018-07-09
dmaengine: stm32: replace "%p" with "%pK"
Benjamin Gaignard
2018-04-04
dmaengine: stm32-dma: properly mask irq bits
Pierre Yves MORDRET
2018-04-04
dmaengine: stm32-dma: fix max items per transfer
Pierre Yves MORDRET
2018-04-04
dmaengine: stm32-dma: fix DMA IRQ status handling
Pierre Yves MORDRET
2018-04-04
dmaengine: stm32-dma: Improve memory burst management
Pierre Yves MORDRET
2018-04-04
dmaengine: stm32-dma: fix typo and reported checkpatch warnings
Pierre Yves MORDRET
2018-04-04
dmaengine: stm32-dma: fix incomplete configuration in cyclic mode
Pierre Yves MORDRET
2018-04-04
dmaengine: stm32-dma: threshold manages with bitfield feature
Pierre Yves MORDRET
2017-03-06
dmaengine: stm32-dma: fix up error dev_err message
Colin Ian King
2017-02-21
Merge tag 'dmaengine-4.11-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2017-01-10
dmaengine: stm32-dma: Add error messages if xlate fails
M'boumba Cedric Madianga
2017-01-03
dmaengine: stm32-dma: Add max_burst support
M'boumba Cedric Madianga
2017-01-03
dmaengine: stm32-dma: Add synchronization support
M'boumba Cedric Madianga
2017-01-03
dmaengine: stm32-dma: Fix residue computation issue in cyclic mode
M'boumba Cedric Madianga
2017-01-03
dmaengine: stm32-dma: Rework starting transfer management
M'boumba Cedric Madianga
2017-01-02
dmaengine: stm32-dma: Fix null pointer dereference in stm32_dma_tx_status
M'boumba Cedric Madianga
2017-01-02
dmaengine: stm32-dma: Set correct args number for DMA request from DT
M'boumba Cedric Madianga
2016-12-12
dmaengine: stm32-dma: remove unused ‘src_addr’
Vinod Koul
2016-12-12
dmaengine: stm32-dma: remove unused ‘dst_addr’
Vinod Koul
2016-12-12
dmaengine: stm32-dma: remove unused ‘sfcr’
Vinod Koul
2016-09-26
dmaengine: stm32-dma: make stm32_dma_set_config static
Vinod Koul
2015-12-10
dmaengine: stm32-dma: Fix unchecked deference of chan->desc
M'boumba Cedric Madianga
2015-11-16
dmaengine: Add STM32 DMA driver
M'boumba Cedric Madianga