summaryrefslogtreecommitdiffstats
path: root/drivers/dma/pl330.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | DMA: PL330: Removes useless functionBoojin Kim2012-03-081-46/+0Star
| * | DMA: PL330: Merge PL330 driver into drivers/dma/Boojin Kim2012-03-081-1/+2113
| |/
| * drivers/dma/pl330.c: add missing iounmapJulia Lawall2012-01-311-6/+11
* | ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar2012-03-171-12/+1Star
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-01-181-22/+9Star
|\
| * DMA: PL330: Remove pm_runtime_xxx calls from pl330 probe/removeTushar Behera2011-12-081-15/+2Star
| * Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul2011-11-171-9/+9
| |\
| | * dmaengine: move drivers to dma_transfer_directionVinod Koul2011-10-271-9/+9
| * | DMA: PL330: Fix build warningBoojin Kim2011-11-101-1/+2
| |/
* | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-091-46/+53
|\ \
| * | DMA: PL330: Add device tree supportThomas Abraham2011-12-231-4/+29
| * | DMA: PL330: Infer transfer direction from transfer request instead of platfor...Thomas Abraham2011-12-231-49/+16Star