summaryrefslogtreecommitdiffstats
path: root/drivers/dma/pl330.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-01-301-31/+34
|\
| * dma: pl330: Use dma_get_slave_channel() in the of xlate callbackLars-Peter Clausen2014-01-201-27/+8Star
| * dma: pl330: Differentiate between submitted and issued descriptorsLars-Peter Clausen2014-01-201-4/+20
| * dma: pl330: Alloc dma_parms for the dma deviceLars-Peter Clausen2013-12-161-0/+6
* | Merge remote-tracking branch 'asoc/topic/dma' into for-tiwaiMark Brown2014-01-161-0/+1
|\ \
| * | dma: pl330: Set residue_granularityLars-Peter Clausen2014-01-141-0/+1
| |/
* / dma: pl330: ensure DMA descriptors are zero-initialisedWill Deacon2013-12-181-4/+1Star
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-11-201-16/+16
|\
| * Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul2013-11-161-0/+2
| |\
| | * dmaengine: prepare for generic 'unmap' dataDan Williams2013-11-141-0/+2
| * | dma: pl330: silence a compile warningDan Carpenter2013-11-131-1/+1
| * | dma: pl330: off by one in pl330_probe()Dan Carpenter2013-11-131-1/+1
| * | dma: pl330: Remove unnecessary amba_set_drvdata()Michal Simek2013-10-311-3/+0Star
| * | dma: pl330: Support per channel irq allocationMichal Simek2013-10-131-5/+12
| * | dma: pl330: Simplify irq allocationMichal Simek2013-10-071-8/+2Star
| |/
* / DMA-API: dma: pl330: add dma_set_mask_and_coherent() callRussell King2013-10-311-0/+4
|/
* Merge branch 'topic/api_caps' into for-linusVinod Koul2013-09-041-7/+8
|\
| * dmaengine: pl330: use dma_set_max_seg_size to set the sg limitVinod Koul2013-09-031-7/+8
* | Merge branch 'topic/api_caps' into for-linusVinod Koul2013-09-021-0/+27
|\|
| * dma: pl330: Implement device_slave_capsLars-Peter Clausen2013-07-151-0/+27
* | dma: pl330: Fix handling of TERMINATE_ALL while processing completed descriptorsLars-Peter Clausen2013-08-281-72/+39Star
* | dma: pl330: split off common code to give back descriptorsChanho Park2013-08-131-15/+23
* | dma: use dev_get_platdata()Jingoo Han2013-08-131-1/+1
* | dma: pl330: Fix cyclic transfersLars-Peter Clausen2013-07-281-26/+67
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-07-071-25/+4Star
|\
| * dma: pl330: use dma_addr_t for describing bus addressesWill Deacon2013-07-051-1/+1
| * dma: pl330: rip out broken, redundant ID probingWill Deacon2013-07-051-24/+3Star
* | drivers/dma/pl330.c: fix locking in pl330_free_chan_resources()Bartlomiej Zolnierkiewicz2013-07-041-2/+2
|/
* dma: pl330: Convert to devm_ioremap_resource()Sachin Kamat2013-04-151-3/+4
* DMA: PL330: allow submitting 2 requests at a timeJassi Brar2013-04-151-2/+1Star
* DMA: PL330: Add check if device tree compatiblePadmavathi Venna2013-04-021-11/+27
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-02-261-41/+60
|\
| * DMA: PL330: Register the DMA controller with the generic DMA helpersPadmavathi Venna2013-02-141-0/+10
| * DMA: PL330: Add xlate functionPadmavathi Venna2013-02-141-0/+25
| * DMA: PL330: Add new pl330 filter for DT case.Padmavathi Venna2013-02-141-14/+15
| * DMA: PL330: Use devm_* functionsSachin Kamat2013-01-081-27/+10Star
* | Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-1/+1
|/
* dma: remove use of __devinitBill Pemberton2012-11-281-1/+1
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-10-101-70/+8Star
|\
| * DMA: PL330: return ENOMEM instead of 0 from pl330_alloc_chan_resourcesInderpal Singh2012-09-181-1/+1
| * DMA: PL330: Remove redundant runtime_suspend/resume functionsInderpal Singh2012-09-181-56/+5Star
| * DMA: PL330: Remove controller clock enable/disableInderpal Singh2012-09-181-12/+0Star
| * DMA: PL330: Set the capability of pdm0 and pdm1 as DMA_PRIVATETushar Behera2012-09-141-0/+1
* | Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-10-091-1/+1
|\ \
| * | dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi2012-09-221-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-011-1/+1
|\ \
| * | dma: fix commentsMasanari Iida2012-09-011-1/+1
| |/
* | DMA: PL330: Check the pointer returned by kzallocSachin Kamat2012-09-181-0/+5
* | DMA: PL330: Fix potential NULL pointer dereference in pl330_submit_req()Sachin Kamat2012-09-181-7/+9
|/
* DMA: PL330: Fix racy mutex unlockJavi Merino2012-06-141-16/+10Star