aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/common/edma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-09Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus 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-05dma: 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-26Merge tag 'davinci-for-v3.16/edma' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/driversOlof 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