summaryrefslogtreecommitdiff
path: root/arch/arm/common/edma.c
AgeCommit message (Expand)Author
2015-10-14ARM/dmaengine: edma: Merge the two drivers under drivers/dma/Peter Ujfalusi
2015-10-14ARM/dmaengine: edma: Remove limitation on the number of eDMA controllersPeter Ujfalusi
2015-10-14ARM/dmaengine: edma: Public API to use private struct pointerPeter Ujfalusi
2015-10-14ARM: common: edma: Internal API to use pointer to 'struct edma'Peter Ujfalusi
2015-10-14ARM/dmaengine: edma: Move of_dma_controller_register to the dmaengine driverPeter Ujfalusi
2015-10-14ARM: davinci/common: Convert edma driver to handle one eDMA instance per driverPeter Ujfalusi
2015-10-14ARM: common: edma: Remove unused functionsPeter Ujfalusi
2015-10-14ARM: common: edma: Fix channel parameter for irq callbacksPeter Ujfalusi
2015-05-06ARM: common: edma: clear completion interrupts on stopJohn Ogness
2014-12-09Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-11-21ARM: common: edma: edma_pm_resume may be unusedArnd Bergmann
2014-11-18ARM: common: edma: add suspend resume hookDaniel Mack
2014-11-05dma: edma: move device registration to platform codeArnd Bergmann
2014-08-26ARM: edma: Fix configuration parsing for SoCs with multiple eDMA3 CCPeter Ujfalusi
2014-07-28ARM: edma: Add edma_assign_channel_eventq() to move channel to a give queuePeter Ujfalusi
2014-07-28ARM: edma: Set default queue to lowest priorityPeter Ujfalusi
2014-05-26Merge tag 'davinci-for-v3.16/edma' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson
2014-05-22ARM: edma: Get IP configuration from HW (number of channels, tc, etc)Peter Ujfalusi
2014-05-22ARM: edma: Save number of regions from pdata to struct edmaPeter Ujfalusi
2014-05-22ARM: edma: Remove num_cc member from struct edmaPeter Ujfalusi
2014-05-22ARM: edma: Do not change TC -> Queue mapping, leave it to default.Peter Ujfalusi
2014-05-22ARM: edma: Take the number of tc from edma_soc_info (pdata)Peter Ujfalusi
2014-05-22ARM: edma: No need to clean the pdata in edma_of_parse_dt()Peter Ujfalusi
2014-05-22ARM: edma: Clean up and simplify the code around irq requestPeter Ujfalusi
2014-04-30dmaengine: edma: Make reading the position of active channels workThomas Gleixner
2014-04-29ARM: common: edma: Fix xbar mappingThomas Gleixner
2014-04-22dmaengine: edma: Set DMA_CYCLIC capability flagPeter Ujfalusi
2014-04-22arm: common: edma: Save the number of event queues/TCsPeter Ujfalusi
2013-10-30dmanengine: fix edma driver to not define DMA_COMPLETEVinod Koul
2013-09-30ARM: edma: Fix clearing of unused list for DT DMA resourcesJoel Fernandes
2013-09-04ARM: edma: Add function to manually trigger an EDMA channelJoel Fernandes
2013-07-16ARM: edma: remove duplicated include from edma.cWei Yongjun
2013-06-24ARM: edma: Add EDMA crossbar event mux supportMatt Porter
2013-06-24ARM: edma: Add DT and runtime PM support to the private EDMA APIMatt Porter
2013-06-18ARM: edma: Convert to devm_* apiLad, Prabhakar
2013-06-18ARM: edma: remove unused transfer controller handlersMatt Porter
2013-06-18ARM: davinci: move private EDMA API to arm/commonMatt Porter