index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
stm32-dma.c
Age
Commit message (
Expand
)
Author
2023-12-20
dmaengine: stm32-dma: avoid bitfield overflow assertion
Amelie Delaunay
2023-10-19
dmaengine: stm32-dma: fix residue in case of MDMA chaining
Amelie Delaunay
2023-10-19
dmaengine: stm32-dma: fix stm32_dma_prep_slave_sg in case of MDMA chaining
Amelie Delaunay
2022-11-08
dmaengine: stm32-dma: fix potential race between pause and resume
Amelie Delaunay
2022-09-04
dmaengine: stm32-dma: add support to trigger STM32 MDMA
Amelie Delaunay
2022-09-04
dmaengine: stm32-dma: use bitfield helpers
Amelie Delaunay
2022-09-04
dmaengine: stm32-dma: introduce 3 helpers to address channel flags
Amelie Delaunay
2022-05-19
dmaengine: stm32-dma: add device_pause/device_resume support
Amelie Delaunay
2022-05-19
dmaengine: stm32-dma: rename pm ops before dma pause/resume introduction
Amelie Delaunay
2022-05-19
dmaengine: stm32-dma: pass DMA_SxSCR value to stm32_dma_handle_chan_done()
Amelie Delaunay
2022-05-19
dmaengine: stm32-dma: introduce stm32_dma_sg_inc to manage chan->next_sg
Amelie Delaunay
2022-02-15
dmaengine: stm32-dma: set dma_device max_sg_burst
Amelie Delaunay
2021-11-09
dmaengine: stm32-dma: avoid 64-bit division in stm32_dma_get_max_width
Arnd Bergmann
2021-10-18
dmaengine: stm32-dma: fix burst in case of unaligned memory address
Amelie Delaunay
2021-10-18
dmaengine: stm32-dma: fix stm32_dma_get_max_width
Amelie Delaunay
2021-10-18
dmaengine: stm32-dma: mark pending descriptor complete in terminate_all
Amelie Delaunay
2021-08-02
Merge branch 'fixes' into next
Vinod Koul
2021-07-28
dmaengine: stm32-dma: add alternate REQ/ACK protocol management
Amelie Delaunay
2021-07-28
dmaengine: stm32-dma: Fix PM usage counter imbalance in stm32 dma ops
Zhang Qilong
2020-12-11
dmaengine: stm32-dma: take address into account when computing max width
Amelie Delaunay
2020-12-11
dmaengine: stm32-dma: clean channel configuration when channel is freed
Amelie Delaunay
2020-12-11
dmaengine: stm32-dma: rework irq handler to manage error before xfer events
Amelie Delaunay
2020-09-03
dmaengine: stm32: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-04-27
dmaengine: stm32-dma: direct mode support through device tree
Amelie Delaunay
2020-02-25
dmaengine: stm32-dma: use vchan_terminate_vdesc() in .terminate_all
Amelie Delaunay
2020-02-25
dmaengine: stm32-dma: fix sleeping function called from invalid context
Amelie Delaunay
2020-02-25
dmaengine: stm32-dma: add copy_align constraint
Amelie Delaunay
2020-02-25
dmaengine: stm32-dma: use dma_set_max_seg_size to set the sg limit
Amelie Delaunay
2020-02-25
dmaengine: stm32-dma: enable descriptor_reuse
Pierre-Yves MORDRET
2020-02-25
dmaengine: stm32-dma: driver defers probe for reset
Etienne Carriere
2020-02-25
dmaengine: stm32-dma: use reset controller only at probe time
Etienne Carriere
2020-02-25
dmaengine: stm32-dma: add suspend/resume power management support
Pierre-Yves MORDRET
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
[next]