summaryrefslogtreecommitdiffstats
path: root/drivers/dma/pl330.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* DMA: PL330: Add missing static storage class specifierSachin Kamat2012-06-071-1/+1
* dmaengine: pl330: dont complete descriptor for cyclic dmaTushar Behera2012-06-071-1/+1
* DMA: PL330: Remove duplicate header file inclusionSachin Kamat2012-05-111-1/+0Star
* dmaengine: pl330: dont complete descriptor for cyclic dmaVinod Koul2012-05-111-1/+2
* dma: pl330: fix a couple of compilation warningsOlof Johansson2012-04-251-10/+15
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-03-301-39/+2110
|\
| * dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine2012-03-211-2/+3
| * Merge branch 'rmk_cookie_fixes2' into nextVinod Koul2012-03-131-30/+7Star
| |\
| | * dmaengine: pl330: fix the pl330 build after cookie cleanupVinod Koul2012-03-131-1/+0Star
| | * dmaengine: consolidate initialization of cookiesRussell King - ARM Linux2012-03-131-1/+1
| | * dmaengine: consolidate tx_status functionsRussell King - ARM Linux2012-03-131-12/+1Star
| | * dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux2012-03-131-1/+1
| | * dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux2012-03-131-12/+2Star
| | * dmaengine: add private header fileRussell King - ARM Linux2012-03-131-0/+2
| | * dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-131-6/+3Star
| * | DMA: PL330: Support MEMTOMEM transmit w/o RMB, WMBBoojin Kim2012-03-081-5/+26