index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
stm32-dma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dmaengine: stm32: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-09-03
1
-6
/
+2
*
dmaengine: stm32-dma: direct mode support through device tree
Amelie Delaunay
2020-04-27
1
-10
/
+31
*
dmaengine: stm32-dma: use vchan_terminate_vdesc() in .terminate_all
Amelie Delaunay
2020-02-25
1
-3
/
+6
*
dmaengine: stm32-dma: fix sleeping function called from invalid context
Amelie Delaunay
2020-02-25
1
-18
/
+9
*
dmaengine: stm32-dma: add copy_align constraint
Amelie Delaunay
2020-02-25
1
-0
/
+1
*
dmaengine: stm32-dma: use dma_set_max_seg_size to set the sg limit
Amelie Delaunay
2020-02-25
1
-0
/
+2
*
dmaengine: stm32-dma: enable descriptor_reuse
Pierre-Yves MORDRET
2020-02-25
1
-0
/
+2
*
dmaengine: stm32-dma: driver defers probe for reset
Etienne Carriere
2020-02-25
1
-4
/
+11
*
dmaengine: stm32-dma: use reset controller only at probe time
Etienne Carriere
2020-02-25
1
-5
/
+5
*
dmaengine: stm32-dma: add suspend/resume power management support
Pierre-Yves MORDRET
2020-02-25
1
-0
/
+32
*
dmaengine: stm32-dma: Use struct_size() helper
Gustavo A. R. Silva
2019-09-04
1
-9
/
+3
*
dmaengine: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-07-31
1
-5
/
+1
*
Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2019-07-17
1
-1
/
+0
|
\
|
*
dmaengine: stm32-dma: Fix redundant call to platform_get_irq
Amelie Delaunay
2019-05-21
1
-1
/
+0
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194
Thomas Gleixner
2019-05-30
1
-2
/
+1
|
/
*
dmaengine: stm32-dma: fix residue calculation in stm32-dma
Arnaud Pouliquen
2019-05-04
1
-13
/
+77
*
dmaengine: stm32-dma: Fix unsigned variable compared with zero
Vinod Koul
2019-04-29
1
-2
/
+4
*
dmaengine: stm32-dma: use platform_get_irq()
Fabien Dessenne
2019-04-26
1
-5
/
+6
*
dmaengine: stm32-dma: Add PM Runtime support
Pierre-Yves MORDRET
2019-01-07
1
-7
/
+51
*
dmaengine: stm32-dma: check FIFO error interrupt enable
Pierre-Yves MORDRET
2019-01-07
1
-5
/
+8
*
dmaengine: stm32-dma: check whether length is aligned on FIFO threshold
Pierre-Yves MORDRET
2018-10-02
1
-14
/
+6
*
dmaengine: stm32: replace "%p" with "%pK"
Benjamin Gaignard
2018-07-09
1
-2
/
+2
*
dmaengine: stm32-dma: properly mask irq bits
Pierre Yves MORDRET
2018-04-04
1
-1
/
+6
*
dmaengine: stm32-dma: fix max items per transfer
Pierre Yves MORDRET
2018-04-04
1
-8
/
+11
*
dmaengine: stm32-dma: fix DMA IRQ status handling
Pierre Yves MORDRET
2018-04-04
1
-4
/
+25
*
dmaengine: stm32-dma: Improve memory burst management
Pierre Yves MORDRET
2018-04-04
1
-29
/
+175
*
dmaengine: stm32-dma: fix typo and reported checkpatch warnings
Pierre Yves MORDRET
2018-04-04
1
-5
/
+6
*
dmaengine: stm32-dma: fix incomplete configuration in cyclic mode
Pierre Yves MORDRET
2018-04-04
1
-2
/
+6
*
dmaengine: stm32-dma: threshold manages with bitfield feature
Pierre Yves MORDRET
2018-04-04
1
-3
/
+16
*
dmaengine: stm32-dma: fix up error dev_err message
Colin Ian King
2017-03-06
1
-1
/
+1
*
Merge tag 'dmaengine-4.11-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2017-02-21
1
-29
/
+59
|
\
|
*
dmaengine: stm32-dma: Add error messages if xlate fails
M'boumba Cedric Madianga
2017-01-10
1
-9
/
+15
|
*
dmaengine: stm32-dma: Add max_burst support
M'boumba Cedric Madianga
2017-01-03
1
-0
/
+2
|
*
dmaengine: stm32-dma: Add synchronization support
M'boumba Cedric Madianga
2017-01-03
1
-0
/
+8
|
*
dmaengine: stm32-dma: Fix residue computation issue in cyclic mode
M'boumba Cedric Madianga
2017-01-03
1
-13
/
+26
|
*
dmaengine: stm32-dma: Rework starting transfer management
M'boumba Cedric Madianga
2017-01-03
1
-11
/
+9
*
|
dmaengine: stm32-dma: Fix null pointer dereference in stm32_dma_tx_status
M'boumba Cedric Madianga
2017-01-02
1
-7
/
+3
*
|
dmaengine: stm32-dma: Set correct args number for DMA request from DT
M'boumba Cedric Madianga
2017-01-02
1
-5
/
+2
|
/
*
dmaengine: stm32-dma: remove unused ‘src_addr’
Vinod Koul
2016-12-12
1
-2
/
+0
*
dmaengine: stm32-dma: remove unused ‘dst_addr’
Vinod Koul
2016-12-12
1
-2
/
+1
*
dmaengine: stm32-dma: remove unused ‘sfcr’
Vinod Koul
2016-12-12
1
-2
/
+1
*
dmaengine: stm32-dma: make stm32_dma_set_config static
Vinod Koul
2016-09-26
1
-1
/
+1
*
dmaengine: stm32-dma: Fix unchecked deference of chan->desc
M'boumba Cedric Madianga
2015-12-10
1
-2
/
+2
*
dmaengine: Add STM32 DMA driver
M'boumba Cedric Madianga
2015-11-16
1
-0
/
+1141