aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/stm32-dma.c
Commit message (Expand)AuthorAge
* dmaengine: stm32-dma: fix residue calculation in stm32-dmaArnaud Pouliquen2019-05-04
* dmaengine: stm32-dma: Fix unsigned variable compared with zeroVinod Koul2019-04-29
* dmaengine: stm32-dma: use platform_get_irq()Fabien Dessenne2019-04-26
* dmaengine: stm32-dma: Add PM Runtime supportPierre-Yves MORDRET2019-01-06
* dmaengine: stm32-dma: check FIFO error interrupt enablePierre-Yves MORDRET2019-01-06
* dmaengine: stm32-dma: check whether length is aligned on FIFO thresholdPierre-Yves MORDRET2018-10-02
* dmaengine: stm32: replace "%p" with "%pK"Benjamin Gaignard2018-07-09
* dmaengine: stm32-dma: properly mask irq bitsPierre Yves MORDRET2018-04-04
* dmaengine: stm32-dma: fix max items per transferPierre Yves MORDRET2018-04-04
* dmaengine: stm32-dma: fix DMA IRQ status handlingPierre Yves MORDRET2018-04-04
* dmaengine: stm32-dma: Improve memory burst managementPierre Yves MORDRET2018-04-04
* dmaengine: stm32-dma: fix typo and reported checkpatch warningsPierre Yves MORDRET2018-04-04
* dmaengine: stm32-dma: fix incomplete configuration in cyclic modePierre Yves MORDRET2018-04-04
* dmaengine: stm32-dma: threshold manages with bitfield featurePierre Yves MORDRET2018-04-04
* dmaengine: stm32-dma: fix up error dev_err messageColin Ian King2017-03-06
* Merge tag 'dmaengine-4.11-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-02-21
|\
| * dmaengine: stm32-dma: Add error messages if xlate failsM'boumba Cedric Madianga2017-01-10
| * dmaengine: stm32-dma: Add max_burst supportM'boumba Cedric Madianga2017-01-02
| * dmaengine: stm32-dma: Add synchronization supportM'boumba Cedric Madianga2017-01-02
| * dmaengine: stm32-dma: Fix residue computation issue in cyclic modeM'boumba Cedric Madianga2017-01-02
| * dmaengine: stm32-dma: Rework starting transfer managementM'boumba Cedric Madianga2017-01-02
* | dmaengine: stm32-dma: Fix null pointer dereference in stm32_dma_tx_statusM'boumba Cedric Madianga2017-01-01
* | dmaengine: stm32-dma: Set correct args number for DMA request from DTM'boumba Cedric Madianga2017-01-01
|/
* dmaengine: stm32-dma: remove unused ‘src_addr’Vinod Koul2016-12-12
* dmaengine: stm32-dma: remove unused ‘dst_addr’Vinod Koul2016-12-12
* dmaengine: stm32-dma: remove unused ‘sfcr’Vinod Koul2016-12-12
* dmaengine: stm32-dma: make stm32_dma_set_config staticVinod Koul2016-09-26
* dmaengine: stm32-dma: Fix unchecked deference of chan->descM'boumba Cedric Madianga2015-12-09
* dmaengine: Add STM32 DMA driverM'boumba Cedric Madianga2015-11-15