summaryrefslogtreecommitdiff
path: root/drivers/dma/fsl-edma.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: drivers: Use devm_platform_ioremap_resource()Tudor Ambarus2023-01-181-5/+3
* dmaengine: fsl-edma: support edma memcpyJoy Zou2021-10-281-0/+7
* dmaengine: fsl-edma: Fix NULL pointer exception in fsl_edma_tx_handlerKrzysztof Kozlowski2020-06-241-0/+7
* dmaengine: fsl-edma: Add eDMA support for QorIQ LS1028A platformPeng Ma2019-12-181-0/+8
* dmaengine: fsl-edma: implement .device_synchronize callbackAndrey Smirnov2019-08-081-0/+8
* dmaengine: fsl-edma: add i.mx7ulp edma2 version supportRobin Gong2019-08-081-0/+65
* dmaengine: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-311-6/+2
* Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-07-171-13/+30
|\
| * dmaengine: Revert "dmaengine: fsl-edma: add i.mx7ulp edma2 version support"Vinod Koul2019-07-081-66/+0
| * dmaengine: fsl-edma: add i.mx7ulp edma2 version supportRobin Gong2019-07-031-0/+66
| * dmaengine: fsl-edma: add drvdata for fsl-edmaRobin Gong2019-07-031-13/+30
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* dmaengine: fsl-edma: Adjust indentationKrzysztof Kozlowski2019-05-041-3/+3
* dmaengine: fsl-edma: dma map slave device addressLaurentiu Tudor2019-02-041-0/+1
* dmaengine: fsl-edma: add edma version and configurable registersAngelo Dureghello2018-09-111-15/+17
* dmaengine: fsl-edma: extract common fsl-edma code (no changes in behavior int...Angelo Dureghello2018-09-111-696/+1
* dmaengine: fsl-edma: disable clks on all error pathsAndreas Platschek2017-12-151-14/+14
* dmaengine: fsl-edma: kill the tasklets upon exitVinod Koul2016-07-161-0/+12
* dmaengine: fsl-edma: explicitly freeup irqVinod Koul2016-07-161-0/+12
* dmaengine: fsl-edma: print error code in error messages.Peter Griffin2016-06-211-2/+4
* dmaengine: fsl-edma: Fix clock handling error pathsPeter Griffin2016-06-211-4/+15
* dmaengine: fsl-edma: add PM suspend/resume supportYuan Yao2015-12-051-3/+82
* dmaengine: fsl-edma: clear pending interrupts on initializationStefan Agner2015-06-251-4/+5
* dmaengine: fsl-edma: Declare slave capabilities for the generic codeMaxime Ripard2014-12-221-13/+4
* dmaengine: fsl-edma: Split device_controlMaxime Ripard2014-12-221-48/+58
* dmaengine: Make the destination abbreviation coherentMaxime Ripard2014-12-221-1/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * dma: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | dmaengine: fsl-edma: fixup reg offset and hw S/G support in big-endian modelJingchang Lu2014-12-091-93/+96
* | dmaengine: fsl-edma: fix calculation of remaining bytesStefan Agner2014-12-081-1/+1
|/
* dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart2014-08-041-1/+1
* dmaengine: fsl-edma: fix dmamux index calculating errorJingchang Lu2014-07-251-2/+4
* dma: fix eDMA driver as a subsys_initcallYuan Yao2014-04-161-1/+11
* dma: fsl-edma: fix static checker warning of NULL dereferenceJingchang Lu2014-03-061-2/+2
* dma: Add Freescale eDMA engine driver supportJingchang Lu2014-02-181-0/+975