aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/pl330.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-29Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-31/+34
2014-01-20dma: pl330: Use dma_get_slave_channel() in the of xlate callbackLars-Peter Clausen1-27/+8
2014-01-20dma: pl330: Differentiate between submitted and issued descriptorsLars-Peter Clausen1-4/+20
2014-01-16Merge remote-tracking branch 'asoc/topic/dma' into for-tiwaiMark Brown1-0/+1
2014-01-14dma: pl330: Set residue_granularityLars-Peter Clausen1-0/+1
2013-12-18dma: pl330: ensure DMA descriptors are zero-initialisedWill Deacon1-4/+1
2013-12-16dma: pl330: Alloc dma_parms for the dma deviceLars-Peter Clausen1-0/+6
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-16/+16
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineVinod Koul1-0/+2
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams1-0/+2
2013-11-13dma: pl330: silence a compile warningDan Carpenter1-1/+1
2013-11-13dma: pl330: off by one in pl330_probe()Dan Carpenter1-1/+1
2013-10-31DMA-API: dma: pl330: add dma_set_mask_and_coherent() callRussell King1-0/+4
2013-10-31dma: pl330: Remove unnecessary amba_set_drvdata()Michal Simek1-3/+0
2013-10-13dma: pl330: Support per channel irq allocationMichal Simek1-5/+12
2013-10-07dma: pl330: Simplify irq allocationMichal Simek1-8/+2
2013-09-04Merge branch 'topic/api_caps' into for-linusVinod Koul1-7/+8
2013-09-03dmaengine: pl330: use dma_set_max_seg_size to set the sg limitVinod Koul1-7/+8
2013-09-02Merge branch 'topic/api_caps' into for-linusVinod Koul1-0/+27
2013-08-28dma: pl330: Fix handling of TERMINATE_ALL while processing completed descriptorsLars-Peter Clausen1-72/+39
2013-08-13dma: pl330: split off common code to give back descriptorsChanho Park1-15/+23
2013-08-13dma: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-28dma: pl330: Fix cyclic transfersLars-Peter Clausen1-26/+67
2013-07-15dma: pl330: Implement device_slave_capsLars-Peter Clausen1-0/+27
2013-07-07Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-25/+4
2013-07-05dma: pl330: use dma_addr_t for describing bus addressesWill Deacon1-1/+1
2013-07-05dma: pl330: rip out broken, redundant ID probingWill Deacon1-24/+3
2013-07-03drivers/dma/pl330.c: fix locking in pl330_free_chan_resources()Bartlomiej Zolnierkiewicz1-2/+2
2013-04-15dma: pl330: Convert to devm_ioremap_resource()Sachin Kamat1-3/+4
2013-04-15DMA: PL330: allow submitting 2 requests at a timeJassi Brar1-2/+1
2013-04-02DMA: PL330: Add check if device tree compatiblePadmavathi Venna1-11/+27
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-41/+60
2013-02-14DMA: PL330: Register the DMA controller with the generic DMA helpersPadmavathi Venna1-0/+10
2013-02-14DMA: PL330: Add xlate functionPadmavathi Venna1-0/+25
2013-02-14DMA: PL330: Add new pl330 filter for DT case.Padmavathi Venna1-14/+15
2013-01-07DMA: PL330: Use devm_* functionsSachin Kamat1-27/+10
2013-01-03Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-11-28dma: remove use of __devinitBill Pemberton1-1/+1
2012-10-10Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-70/+8
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+1
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-09-22dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi1-1/+1
2012-09-18DMA: PL330: Check the pointer returned by kzallocSachin Kamat1-0/+5
2012-09-18DMA: PL330: Fix potential NULL pointer dereference in pl330_submit_req()Sachin Kamat1-7/+9
2012-09-18DMA: PL330: return ENOMEM instead of 0 from pl330_alloc_chan_resourcesInderpal Singh1-1/+1
2012-09-18DMA: PL330: Remove redundant runtime_suspend/resume functionsInderpal Singh1-56/+5
2012-09-18DMA: PL330: Remove controller clock enable/disableInderpal Singh1-12/+0
2012-09-14DMA: PL330: Set the capability of pdm0 and pdm1 as DMA_PRIVATETushar Behera1-0/+1
2012-09-01dma: fix commentsMasanari Iida1-1/+1
2012-06-14DMA: PL330: Fix racy mutex unlockJavi Merino1-16/+10