aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/pl330.c
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-01-29
|\
| * dma: pl330: Use dma_get_slave_channel() in the of xlate callbackLars-Peter Clausen2014-01-20
| * dma: pl330: Differentiate between submitted and issued descriptorsLars-Peter Clausen2014-01-20
| * dma: pl330: Alloc dma_parms for the dma deviceLars-Peter Clausen2013-12-15
* | Merge remote-tracking branch 'asoc/topic/dma' into for-tiwaiMark Brown2014-01-16
|\ \
| * | dma: pl330: Set residue_granularityLars-Peter Clausen2014-01-14
| |/
* / dma: pl330: ensure DMA descriptors are zero-initialisedWill Deacon2013-12-18
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-11-20
|\
| * Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul2013-11-16
| |\
| | * dmaengine: prepare for generic 'unmap' dataDan Williams2013-11-13
| * | dma: pl330: silence a compile warningDan Carpenter2013-11-13
| * | dma: pl330: off by one in pl330_probe()Dan Carpenter2013-11-13
| * | dma: pl330: Remove unnecessary amba_set_drvdata()Michal Simek2013-10-31
| * | dma: pl330: Support per channel irq allocationMichal Simek2013-10-13
| * | dma: pl330: Simplify irq allocationMichal Simek2013-10-06
| |/
* / 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