aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/pl330.c
AgeCommit message (Expand)Author
2014-04-09DMA: Fix allocation size for PL330 data buffer depth.Liviu Dudau
2014-01-29Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2014-01-20dma: pl330: Use dma_get_slave_channel() in the of xlate callbackLars-Peter Clausen
2014-01-20dma: pl330: Differentiate between submitted and issued descriptorsLars-Peter Clausen
2014-01-16Merge remote-tracking branch 'asoc/topic/dma' into for-tiwaiMark Brown
2014-01-14dma: pl330: Set residue_granularityLars-Peter Clausen
2013-12-18dma: pl330: ensure DMA descriptors are zero-initialisedWill Deacon
2013-12-16dma: pl330: Alloc dma_parms for the dma deviceLars-Peter Clausen
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams
2013-11-13dma: pl330: silence a compile warningDan Carpenter
2013-11-13dma: pl330: off by one in pl330_probe()Dan Carpenter
2013-10-31DMA-API: dma: pl330: add dma_set_mask_and_coherent() callRussell King
2013-10-31dma: pl330: Remove unnecessary amba_set_drvdata()Michal Simek
2013-10-13dma: pl330: Support per channel irq allocationMichal Simek
2013-10-07dma: pl330: Simplify irq allocationMichal Simek
2013-09-04Merge branch 'topic/api_caps' into for-linusVinod Koul
2013-09-03dmaengine: pl330: use dma_set_max_seg_size to set the sg limitVinod Koul
2013-09-02Merge branch 'topic/api_caps' into for-linusVinod Koul
2013-08-28dma: pl330: Fix handling of TERMINATE_ALL while processing completed descriptorsLars-Peter Clausen
2013-08-13dma: pl330: split off common code to give back descriptorsChanho Park
2013-08-13dma: use dev_get_platdata()Jingoo Han
2013-07-28dma: pl330: Fix cyclic transfersLars-Peter Clausen
2013-07-15dma: pl330: Implement device_slave_capsLars-Peter Clausen
2013-07-07Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-07-05dma: pl330: use dma_addr_t for describing bus addressesWill Deacon
2013-07-05dma: pl330: rip out broken, redundant ID probingWill Deacon
2013-07-03drivers/dma/pl330.c: fix locking in pl330_free_chan_resources()Bartlomiej Zolnierkiewicz
2013-04-15dma: pl330: Convert to devm_ioremap_resource()Sachin Kamat
2013-04-15DMA: PL330: allow submitting 2 requests at a timeJassi Brar
2013-04-02DMA: PL330: Add check if device tree compatiblePadmavathi Venna
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-02-14DMA: PL330: Register the DMA controller with the generic DMA helpersPadmavathi Venna
2013-02-14DMA: PL330: Add xlate functionPadmavathi Venna
2013-02-14DMA: PL330: Add new pl330 filter for DT case.Padmavathi Venna
2013-01-07DMA: PL330: Use devm_* functionsSachin Kamat
2013-01-03Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman
2012-11-28dma: remove use of __devinitBill Pemberton
2012-10-10Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-09-22dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi
2012-09-18DMA: PL330: Check the pointer returned by kzallocSachin Kamat
2012-09-18DMA: PL330: Fix potential NULL pointer dereference in pl330_submit_req()Sachin Kamat
2012-09-18DMA: PL330: return ENOMEM instead of 0 from pl330_alloc_chan_resourcesInderpal Singh
2012-09-18DMA: PL330: Remove redundant runtime_suspend/resume functionsInderpal Singh
2012-09-18DMA: PL330: Remove controller clock enable/disableInderpal Singh
2012-09-14DMA: PL330: Set the capability of pdm0 and pdm1 as DMA_PRIVATETushar Behera
2012-09-01dma: fix commentsMasanari Iida