summaryrefslogtreecommitdiff
path: root/arch/arm/common/edma.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-14ARM/dmaengine: edma: Merge the two drivers under drivers/dma/Peter Ujfalusi1-1431/+0
2015-10-14ARM/dmaengine: edma: Remove limitation on the number of eDMA controllersPeter Ujfalusi1-17/+5
2015-10-14ARM/dmaengine: edma: Public API to use private struct pointerPeter Ujfalusi1-156/+149
2015-10-14ARM: common: edma: Internal API to use pointer to 'struct edma'Peter Ujfalusi1-203/+197
2015-10-14ARM/dmaengine: edma: Move of_dma_controller_register to the dmaengine driverPeter Ujfalusi1-10/+0
2015-10-14ARM: davinci/common: Convert edma driver to handle one eDMA instance per driverPeter Ujfalusi1-196/+160
2015-10-14ARM: common: edma: Remove unused functionsPeter Ujfalusi1-376/+0
2015-10-14ARM: common: edma: Fix channel parameter for irq callbacksPeter Ujfalusi1-2/+4
2015-05-06ARM: common: edma: clear completion interrupts on stopJohn Ogness1-0/+3
2014-12-10Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+52
2014-11-21ARM: common: edma: edma_pm_resume may be unusedArnd Bergmann1-0/+2
2014-11-18ARM: common: edma: add suspend resume hookDaniel Mack1-2/+50
2014-11-06dma: edma: move device registration to platform codeArnd Bergmann1-0/+9
2014-08-26ARM: edma: Fix configuration parsing for SoCs with multiple eDMA3 CCPeter Ujfalusi1-4/+5
2014-07-28ARM: edma: Add edma_assign_channel_eventq() to move channel to a give queuePeter Ujfalusi1-0/+28
2014-07-28ARM: edma: Set default queue to lowest priorityPeter Ujfalusi1-1/+2
2014-05-27Merge tag 'davinci-for-v3.16/edma' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson1-101/+96
2014-05-22ARM: edma: Get IP configuration from HW (number of channels, tc, etc)Peter Ujfalusi1-42/+73
2014-05-22ARM: edma: Save number of regions from pdata to struct edmaPeter Ujfalusi1-1/+2
2014-05-22ARM: edma: Remove num_cc member from struct edmaPeter Ujfalusi1-4/+0
2014-05-22ARM: edma: Do not change TC -> Queue mapping, leave it to default.Peter Ujfalusi1-27/+1
2014-05-22ARM: edma: Take the number of tc from edma_soc_info (pdata)Peter Ujfalusi1-3/+2
2014-05-22ARM: edma: No need to clean the pdata in edma_of_parse_dt()Peter Ujfalusi1-2/+0
2014-05-22ARM: edma: Clean up and simplify the code around irq requestPeter Ujfalusi1-14/+12
2014-04-30dmaengine: edma: Make reading the position of active channels workThomas Gleixner1-15/+9
2014-04-29ARM: common: edma: Fix xbar mappingThomas Gleixner1-33/+15
2014-04-22dmaengine: edma: Set DMA_CYCLIC capability flagPeter Ujfalusi1-0/+1
2014-04-22arm: common: edma: Save the number of event queues/TCsPeter Ujfalusi1-0/+3
2013-10-30dmanengine: fix edma driver to not define DMA_COMPLETEVinod Koul1-2/+2
2013-09-30ARM: edma: Fix clearing of unused list for DT DMA resourcesJoel Fernandes1-7/+31
2013-09-04ARM: edma: Add function to manually trigger an EDMA channelJoel Fernandes1-0/+17
2013-07-16ARM: edma: remove duplicated include from edma.cWei Yongjun1-1/+0
2013-06-24ARM: edma: Add EDMA crossbar event mux supportMatt Porter1-0/+78
2013-06-24ARM: edma: Add DT and runtime PM support to the private EDMA APIMatt Porter1-13/+173
2013-06-18ARM: edma: Convert to devm_* apiLad, Prabhakar1-45/+20
2013-06-18ARM: edma: remove unused transfer controller handlersMatt Porter1-37/+0
2013-06-18ARM: davinci: move private EDMA API to arm/commonMatt Porter1-0/+1591