index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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-dma: avoid bitfield overflow assertion
Amelie Delaunay
2023-12-20
1
-2
/
+6
*
dmaengine: stm32-dma: fix residue in case of MDMA chaining
Amelie Delaunay
2023-10-19
1
-3
/
+4
*
dmaengine: stm32-dma: fix stm32_dma_prep_slave_sg in case of MDMA chaining
Amelie Delaunay
2023-10-19
1
-1
/
+3
*
dmaengine: stm32-dma: fix potential race between pause and resume
Amelie Delaunay
2022-11-08
1
-8
/
+6
*
dmaengine: stm32-dma: add support to trigger STM32 MDMA
Amelie Delaunay
2022-09-04
1
-1
/
+46
*
dmaengine: stm32-dma: use bitfield helpers
Amelie Delaunay
2022-09-04
1
-35
/
+25
*
dmaengine: stm32-dma: introduce 3 helpers to address channel flags
Amelie Delaunay
2022-09-04
1
-17
/
+12
*
dmaengine: stm32-dma: add device_pause/device_resume support
Amelie Delaunay
2022-05-19
1
-13
/
+234
*
dmaengine: stm32-dma: rename pm ops before dma pause/resume introduction
Amelie Delaunay
2022-05-19
1
-3
/
+3
*
dmaengine: stm32-dma: pass DMA_SxSCR value to stm32_dma_handle_chan_done()
Amelie Delaunay
2022-05-19
1
-27
/
+27
*
dmaengine: stm32-dma: introduce stm32_dma_sg_inc to manage chan->next_sg
Amelie Delaunay
2022-05-19
1
-5
/
+9
*
dmaengine: stm32-dma: set dma_device max_sg_burst
Amelie Delaunay
2022-02-15
1
-0
/
+1
*
dmaengine: stm32-dma: avoid 64-bit division in stm32_dma_get_max_width
Arnd Bergmann
2021-11-09
1
-3
/
+3
*
dmaengine: stm32-dma: fix burst in case of unaligned memory address
Amelie Delaunay
2021-10-18
1
-4
/
+16
*
dmaengine: stm32-dma: fix stm32_dma_get_max_width
Amelie Delaunay
2021-10-18
1
-2
/
+1
*
dmaengine: stm32-dma: mark pending descriptor complete in terminate_all
Amelie Delaunay
2021-10-18
1
-0
/
+1
*
Merge branch 'fixes' into next
Vinod Koul
2021-08-02
1
-2
/
+2
|
\
|
*
dmaengine: stm32-dma: Fix PM usage counter imbalance in stm32 dma ops
Zhang Qilong
2021-07-28
1
-2
/
+2
*
|
dmaengine: stm32-dma: add alternate REQ/ACK protocol management
Amelie Delaunay
2021-07-28
1
-2
/
+6
|
/
*
dmaengine: stm32-dma: take address into account when computing max width
Amelie Delaunay
2020-12-11
1
-5
/
+14
*
dmaengine: stm32-dma: clean channel configuration when channel is freed
Amelie Delaunay
2020-12-11
1
-0
/
+2
*
dmaengine: stm32-dma: rework irq handler to manage error before xfer events
Amelie Delaunay
2020-12-11
1
-11
/
+15
*
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
[next]