summaryrefslogtreecommitdiffstats
path: root/drivers/dma/stm32-dma.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-07-171-1/+0Star
|\
| * dmaengine: stm32-dma: Fix redundant call to platform_get_irqAmelie Delaunay2019-05-211-1/+0Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-301-2/+1Star
|/
* 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/+6Star
* 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-221-29/+59
|\
| * dmaengine: stm32-dma: Add error messages if xlate failsM'boumba Cedric Madianga2017-01-101-9/+15
| * dmaengine: stm32-dma: Add max_burst supportM'boumba Cedric Madianga2017-01-031-0/+2
| * dmaengine: stm32-dma: Add synchronization supportM'boumba Cedric Madianga2017-01-031-0/+8
| * dmaengine: stm32-dma: Fix residue computation issue in cyclic modeM'boumba Cedric Madianga2017-01-031-13/+26
| * dmaengine: stm32-dma: Rework starting transfer managementM'boumba Cedric Madianga2017-01-031-11/+9Star
* | dmaengine: stm32-dma: Fix null pointer dereference in stm32_dma_tx_statusM'boumba Cedric Madianga2017-01-021-7/+3Star
* | dmaengine: stm32-dma: Set correct args number for DMA request from DTM'boumba Cedric Madianga2017-01-021-5/+2Star
|/
* dmaengine: stm32-dma: remove unused ‘src_addr’Vinod Koul2016-12-121-2/+0Star
* dmaengine: stm32-dma: remove unused ‘dst_addr’Vinod Koul2016-12-121-2/+1Star
* dmaengine: stm32-dma: remove unused ‘sfcr’Vinod Koul2016-12-121-2/+1Star
* dmaengine: stm32-dma: make stm32_dma_set_config staticVinod Koul2016-09-261-1/+1
* dmaengine: stm32-dma: Fix unchecked deference of chan->descM'boumba Cedric Madianga2015-12-101-2/+2
* dmaengine: Add STM32 DMA driverM'boumba Cedric Madianga2015-11-161-0/+1141