aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/stm32-dma.c
AgeCommit message (Expand)Author
2022-05-19dmaengine: stm32-dma: add device_pause/device_resume supportAmelie Delaunay
2022-05-19dmaengine: stm32-dma: rename pm ops before dma pause/resume introductionAmelie Delaunay
2022-05-19dmaengine: stm32-dma: pass DMA_SxSCR value to stm32_dma_handle_chan_done()Amelie Delaunay
2022-05-19dmaengine: stm32-dma: introduce stm32_dma_sg_inc to manage chan->next_sgAmelie Delaunay
2022-02-15dmaengine: stm32-dma: set dma_device max_sg_burstAmelie Delaunay
2021-11-09dmaengine: stm32-dma: avoid 64-bit division in stm32_dma_get_max_widthArnd Bergmann
2021-10-18dmaengine: stm32-dma: fix burst in case of unaligned memory addressAmelie Delaunay
2021-10-18dmaengine: stm32-dma: fix stm32_dma_get_max_widthAmelie Delaunay
2021-10-18dmaengine: stm32-dma: mark pending descriptor complete in terminate_allAmelie Delaunay
2021-08-02Merge branch 'fixes' into nextVinod Koul
2021-07-28dmaengine: stm32-dma: add alternate REQ/ACK protocol managementAmelie Delaunay
2021-07-28dmaengine: stm32-dma: Fix PM usage counter imbalance in stm32 dma opsZhang Qilong
2020-12-11dmaengine: stm32-dma: take address into account when computing max widthAmelie Delaunay
2020-12-11dmaengine: stm32-dma: clean channel configuration when channel is freedAmelie Delaunay
2020-12-11dmaengine: stm32-dma: rework irq handler to manage error before xfer eventsAmelie Delaunay
2020-09-03dmaengine: stm32: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-04-27dmaengine: stm32-dma: direct mode support through device treeAmelie Delaunay
2020-02-25dmaengine: stm32-dma: use vchan_terminate_vdesc() in .terminate_allAmelie Delaunay
2020-02-25dmaengine: stm32-dma: fix sleeping function called from invalid contextAmelie Delaunay
2020-02-25dmaengine: stm32-dma: add copy_align constraintAmelie Delaunay
2020-02-25dmaengine: stm32-dma: use dma_set_max_seg_size to set the sg limitAmelie Delaunay
2020-02-25dmaengine: stm32-dma: enable descriptor_reusePierre-Yves MORDRET
2020-02-25dmaengine: stm32-dma: driver defers probe for resetEtienne Carriere
2020-02-25dmaengine: stm32-dma: use reset controller only at probe timeEtienne Carriere
2020-02-25dmaengine: stm32-dma: add suspend/resume power management supportPierre-Yves MORDRET
2019-09-04dmaengine: stm32-dma: Use struct_size() helperGustavo A. R. Silva
2019-07-31dmaengine: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner
2019-05-21dmaengine: stm32-dma: Fix redundant call to platform_get_irqAmelie Delaunay
2019-05-04dmaengine: stm32-dma: fix residue calculation in stm32-dmaArnaud Pouliquen
2019-04-29dmaengine: stm32-dma: Fix unsigned variable compared with zeroVinod Koul
2019-04-26dmaengine: stm32-dma: use platform_get_irq()Fabien Dessenne
2019-01-07dmaengine: stm32-dma: Add PM Runtime supportPierre-Yves MORDRET
2019-01-07dmaengine: stm32-dma: check FIFO error interrupt enablePierre-Yves MORDRET
2018-10-02dmaengine: stm32-dma: check whether length is aligned on FIFO thresholdPierre-Yves MORDRET
2018-07-09dmaengine: stm32: replace "%p" with "%pK"Benjamin Gaignard
2018-04-04dmaengine: stm32-dma: properly mask irq bitsPierre Yves MORDRET
2018-04-04dmaengine: stm32-dma: fix max items per transferPierre Yves MORDRET
2018-04-04dmaengine: stm32-dma: fix DMA IRQ status handlingPierre Yves MORDRET
2018-04-04dmaengine: stm32-dma: Improve memory burst managementPierre Yves MORDRET
2018-04-04dmaengine: stm32-dma: fix typo and reported checkpatch warningsPierre Yves MORDRET
2018-04-04dmaengine: stm32-dma: fix incomplete configuration in cyclic modePierre Yves MORDRET
2018-04-04dmaengine: stm32-dma: threshold manages with bitfield featurePierre Yves MORDRET
2017-03-06dmaengine: stm32-dma: fix up error dev_err messageColin Ian King
2017-02-21Merge tag 'dmaengine-4.11-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2017-01-10dmaengine: stm32-dma: Add error messages if xlate failsM'boumba Cedric Madianga
2017-01-03dmaengine: stm32-dma: Add max_burst supportM'boumba Cedric Madianga
2017-01-03dmaengine: stm32-dma: Add synchronization supportM'boumba Cedric Madianga
2017-01-03dmaengine: stm32-dma: Fix residue computation issue in cyclic modeM'boumba Cedric Madianga