summaryrefslogtreecommitdiff
path: root/drivers/dma/stm32-dma.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: stm32-dma: fix potential race between pause and resumeAmelie Delaunay2022-11-081-8/+6
* dmaengine: stm32-dma: add support to trigger STM32 MDMAAmelie Delaunay2022-09-041-1/+46
* dmaengine: stm32-dma: use bitfield helpersAmelie Delaunay2022-09-041-35/+25
* dmaengine: stm32-dma: introduce 3 helpers to address channel flagsAmelie Delaunay2022-09-041-17/+12
* dmaengine: stm32-dma: add device_pause/device_resume supportAmelie Delaunay2022-05-191-13/+234
* dmaengine: stm32-dma: rename pm ops before dma pause/resume introductionAmelie Delaunay2022-05-191-3/+3
* dmaengine: stm32-dma: pass DMA_SxSCR value to stm32_dma_handle_chan_done()Amelie Delaunay2022-05-191-27/+27
* dmaengine: stm32-dma: introduce stm32_dma_sg_inc to manage chan->next_sgAmelie Delaunay2022-05-191-5/+9
* dmaengine: stm32-dma: set dma_device max_sg_burstAmelie Delaunay2022-02-151-0/+1
* dmaengine: stm32-dma: avoid 64-bit division in stm32_dma_get_max_widthArnd Bergmann2021-11-091-3/+3
* dmaengine: stm32-dma: fix burst in case of unaligned memory addressAmelie Delaunay2021-10-181-4/+16
* dmaengine: stm32-dma: fix stm32_dma_get_max_widthAmelie Delaunay2021-10-181-2/+1
* dmaengine: stm32-dma: mark pending descriptor complete in terminate_allAmelie Delaunay2021-10-181-0/+1
* Merge branch 'fixes' into nextVinod Koul2021-08-021-2/+2
|\
| * dmaengine: stm32-dma: Fix PM usage counter imbalance in stm32 dma opsZhang Qilong2021-07-281-2/+2
* | dmaengine: stm32-dma: add alternate REQ/ACK protocol managementAmelie Delaunay2021-07-281-2/+6
|/
* dmaengine: stm32-dma: take address into account when computing max widthAmelie Delaunay2020-12-111-5/+14
* dmaengine: stm32-dma: clean channel configuration when channel is freedAmelie Delaunay2020-12-111-0/+2
* dmaengine: stm32-dma: rework irq handler to manage error before xfer eventsAmelie Delaunay2020-12-111-11/+15
* dmaengine: stm32: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-031-6/+2
* dmaengine: stm32-dma: direct mode support through device treeAmelie Delaunay2020-04-271-10/+31
* dmaengine: stm32-dma: use vchan_terminate_vdesc() in .terminate_allAmelie Delaunay2020-02-251-3/+6
* dmaengine: stm32-dma: fix sleeping function called from invalid contextAmelie Delaunay2020-02-251-18/+9
* dmaengine: stm32-dma: add copy_align constraintAmelie Delaunay2020-02-251-0/+1
* dmaengine: stm32-dma: use dma_set_max_seg_size to set the sg limitAmelie Delaunay2020-02-251-0/+2
* dmaengine: stm32-dma: enable descriptor_reusePierre-Yves MORDRET2020-02-251-0/+2
* dmaengine: stm32-dma: driver defers probe for resetEtienne Carriere2020-02-251-4/+11
* dmaengine: stm32-dma: use reset controller only at probe timeEtienne Carriere2020-02-251-5/+5
* dmaengine: stm32-dma: add suspend/resume power management supportPierre-Yves MORDRET2020-02-251-0/+32
* dmaengine: stm32-dma: Use struct_size() helperGustavo A. R. Silva2019-09-041-9/+3
* dmaengine: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-311-5/+1
* Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-07-171-1/+0
|\
| * dmaengine: stm32-dma: Fix redundant call to platform_get_irqAmelie Delaunay2019-05-211-1/+0
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-301-2/+1
|/
* dmaengine: stm32-dma: fix residue calculation in stm32-dmaArnaud Pouliquen2019-05-041-13/+77
* dmaengine: stm32-dma: Fix unsigned variable compared with zeroVinod Koul2019-04-291-2/+4
* dmaengine: stm32-dma: use platform_get_irq()Fabien Dessenne2019-04-261-5/+6
* dmaengine: stm32-dma: Add PM Runtime supportPierre-Yves MORDRET2019-01-071-7/+51
* dmaengine: stm32-dma: check FIFO error interrupt enablePierre-Yves MORDRET2019-01-071-5/+8
* dmaengine: stm32-dma: check whether length is aligned on FIFO thresholdPierre-Yves MORDRET2018-10-021-14/+6
* dmaengine: stm32: replace "%p" with "%pK"Benjamin Gaignard2018-07-091-2/+2
* dmaengine: stm32-dma: properly mask irq bitsPierre Yves MORDRET2018-04-041-1/+6
* dmaengine: stm32-dma: fix max items per transferPierre Yves MORDRET2018-04-041-8/+11
* dmaengine: stm32-dma: fix DMA IRQ status handlingPierre Yves MORDRET2018-04-041-4/+25
* dmaengine: stm32-dma: Improve memory burst managementPierre Yves MORDRET2018-04-041-29/+175
* dmaengine: stm32-dma: fix typo and reported checkpatch warningsPierre Yves MORDRET2018-04-041-5/+6
* dmaengine: stm32-dma: fix incomplete configuration in cyclic modePierre Yves MORDRET2018-04-041-2/+6
* dmaengine: stm32-dma: threshold manages with bitfield featurePierre Yves MORDRET2018-04-041-3/+16
* dmaengine: stm32-dma: fix up error dev_err messageColin Ian King2017-03-061-1/+1
* Merge tag 'dmaengine-4.11-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-02-211-29/+59
|\