aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/fsl-edma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-24dmaengine: fsl-edma: Fix NULL pointer exception in fsl_edma_tx_handlerKrzysztof Kozlowski1-0/+7
2019-12-18dmaengine: fsl-edma: Add eDMA support for QorIQ LS1028A platformPeng Ma1-0/+8
2019-08-08dmaengine: fsl-edma: implement .device_synchronize callbackAndrey Smirnov1-0/+8
2019-08-08dmaengine: fsl-edma: add i.mx7ulp edma2 version supportRobin Gong1-0/+65
2019-07-31dmaengine: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-6/+2
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-13/+30
2019-07-08dmaengine: Revert "dmaengine: fsl-edma: add i.mx7ulp edma2 version support"Vinod Koul1-66/+0
2019-07-03dmaengine: fsl-edma: add i.mx7ulp edma2 version supportRobin Gong1-0/+66
2019-07-03dmaengine: fsl-edma: add drvdata for fsl-edmaRobin Gong1-13/+30
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-04dmaengine: fsl-edma: Adjust indentationKrzysztof Kozlowski1-3/+3
2019-02-04dmaengine: fsl-edma: dma map slave device addressLaurentiu Tudor1-0/+1
2018-09-11dmaengine: fsl-edma: add edma version and configurable registersAngelo Dureghello1-15/+17
2018-09-11dmaengine: fsl-edma: extract common fsl-edma code (no changes in behavior intended)Angelo Dureghello1-696/+1
2017-12-15dmaengine: fsl-edma: disable clks on all error pathsAndreas Platschek1-14/+14
2016-07-16dmaengine: fsl-edma: kill the tasklets upon exitVinod Koul1-0/+12
2016-07-16dmaengine: fsl-edma: explicitly freeup irqVinod Koul1-0/+12
2016-06-21dmaengine: fsl-edma: print error code in error messages.Peter Griffin1-2/+4
2016-06-21dmaengine: fsl-edma: Fix clock handling error pathsPeter Griffin1-4/+15
2015-12-05dmaengine: fsl-edma: add PM suspend/resume supportYuan Yao1-3/+82
2015-06-25dmaengine: fsl-edma: clear pending interrupts on initializationStefan Agner1-4/+5
2014-12-22dmaengine: fsl-edma: Declare slave capabilities for the generic codeMaxime Ripard1-13/+4
2014-12-22dmaengine: fsl-edma: Split device_controlMaxime Ripard1-48/+58
2014-12-22dmaengine: Make the destination abbreviation coherentMaxime Ripard1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-09dmaengine: fsl-edma: fixup reg offset and hw S/G support in big-endian modelJingchang Lu1-93/+96
2014-12-08dmaengine: fsl-edma: fix calculation of remaining bytesStefan Agner1-1/+1
2014-10-20dma: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart1-1/+1
2014-07-25dmaengine: fsl-edma: fix dmamux index calculating errorJingchang Lu1-2/+4
2014-04-16dma: fix eDMA driver as a subsys_initcallYuan Yao1-1/+11
2014-03-06dma: fsl-edma: fix static checker warning of NULL dereferenceJingchang Lu1-2/+2
2014-02-18dma: Add Freescale eDMA engine driver supportJingchang Lu1-0/+975