aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/pl330.c
Commit message (Expand)AuthorAge
* DMA-API: dma: pl330: add dma_set_mask_and_coherent() callRussell King2013-10-31
* Merge branch 'topic/api_caps' into for-linusVinod Koul2013-09-04
|\
| * dmaengine: pl330: use dma_set_max_seg_size to set the sg limitVinod Koul2013-09-02
* | Merge branch 'topic/api_caps' into for-linusVinod Koul2013-09-02
|\|
| * dma: pl330: Implement device_slave_capsLars-Peter Clausen2013-07-15
* | dma: pl330: Fix handling of TERMINATE_ALL while processing completed descriptorsLars-Peter Clausen2013-08-28
* | dma: pl330: split off common code to give back descriptorsChanho Park2013-08-13
* | dma: use dev_get_platdata()Jingoo Han2013-08-13
* | dma: pl330: Fix cyclic transfersLars-Peter Clausen2013-07-28
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-07-07
|\
| * dma: pl330: use dma_addr_t for describing bus addressesWill Deacon2013-07-05
| * dma: pl330: rip out broken, redundant ID probingWill Deacon2013-07-05
* | drivers/dma/pl330.c: fix locking in pl330_free_chan_resources()Bartlomiej Zolnierkiewicz2013-07-03
|/
* dma: pl330: Convert to devm_ioremap_resource()Sachin Kamat2013-04-15
* DMA: PL330: allow submitting 2 requests at a timeJassi Brar2013-04-15
* DMA: PL330: Add check if device tree compatiblePadmavathi Venna2013-04-02
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-02-26
|\
| * DMA: PL330: Register the DMA controller with the generic DMA helpersPadmavathi Venna2013-02-14
| * DMA: PL330: Add xlate functionPadmavathi Venna2013-02-14
| * DMA: PL330: Add new pl330 filter for DT case.Padmavathi Venna2013-02-14
| * DMA: PL330: Use devm_* functionsSachin Kamat2013-01-08
* | Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman2013-01-03
|/
* dma: remove use of __devinitBill Pemberton2012-11-28
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-10-09
|\
| * DMA: PL330: return ENOMEM instead of 0 from pl330_alloc_chan_resourcesInderpal Singh2012-09-17
| * DMA: PL330: Remove redundant runtime_suspend/resume functionsInderpal Singh2012-09-17
| * DMA: PL330: Remove controller clock enable/disableInderpal Singh2012-09-17
| * DMA: PL330: Set the capability of pdm0 and pdm1 as DMA_PRIVATETushar Behera2012-09-13
* | Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-10-08
|\ \
| * | dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi2012-09-22
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-01
|\ \
| * | dma: fix commentsMasanari Iida2012-09-01
| |/
* | DMA: PL330: Check the pointer returned by kzallocSachin Kamat2012-09-17
* | DMA: PL330: Fix potential NULL pointer dereference in pl330_submit_req()Sachin Kamat2012-09-17
|/
* DMA: PL330: Fix racy mutex unlockJavi Merino2012-06-13
* DMA: PL330: Add missing static storage class specifierSachin Kamat2012-06-07
* dmaengine: pl330: dont complete descriptor for cyclic dmaTushar Behera2012-06-07
* DMA: PL330: Remove duplicate header file inclusionSachin Kamat2012-05-11
* dmaengine: pl330: dont complete descriptor for cyclic dmaVinod Koul2012-05-11
* dma: pl330: fix a couple of compilation warningsOlof Johansson2012-04-25
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-03-29
|\
| * dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine2012-03-21
| * Merge branch 'rmk_cookie_fixes2' into nextVinod Koul2012-03-13
| |\
| | * dmaengine: pl330: fix the pl330 build after cookie cleanupVinod Koul2012-03-13
| | * dmaengine: consolidate initialization of cookiesRussell King - ARM Linux2012-03-13
| | * dmaengine: consolidate tx_status functionsRussell King - ARM Linux2012-03-13
| | * dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux2012-03-13
| | * dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux2012-03-13
| | * dmaengine: add private header fileRussell King - ARM Linux2012-03-13
| | * dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-13