aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/pl330.c
AgeCommit message (Expand)Author
2013-08-11dma: pl330: Fix cyclic transfersLars-Peter Clausen
2013-07-21drivers/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
2012-06-14DMA: PL330: Fix racy mutex unlockJavi Merino
2012-06-07DMA: PL330: Add missing static storage class specifierSachin Kamat
2012-06-07dmaengine: pl330: dont complete descriptor for cyclic dmaTushar Behera
2012-05-11DMA: PL330: Remove duplicate header file inclusionSachin Kamat
2012-05-11dmaengine: pl330: dont complete descriptor for cyclic dmaVinod Koul
2012-04-25dma: pl330: fix a couple of compilation warningsOlof Johansson
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-03-21dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine
2012-03-16ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar
2012-03-13Merge branch 'rmk_cookie_fixes2' into nextVinod Koul
2012-03-13dmaengine: pl330: fix the pl330 build after cookie cleanupVinod Koul
2012-03-13dmaengine: consolidate initialization of cookiesRussell King - ARM Linux
2012-03-13dmaengine: consolidate tx_status functionsRussell King - ARM Linux
2012-03-13dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux
2012-03-13dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux
2012-03-13dmaengine: add private header fileRussell King - ARM Linux
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux
2012-03-08DMA: PL330: Support MEMTOMEM transmit w/o RMB, WMBBoojin Kim
2012-03-08DMA: PL330: Removes useless functionBoojin Kim
2012-03-08DMA: PL330: Merge PL330 driver into drivers/dma/Boojin Kim
2012-01-31drivers/dma/pl330.c: add missing iounmapJulia Lawall
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-01-09Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2011-12-23DMA: PL330: Add device tree supportThomas Abraham
2011-12-23DMA: PL330: Infer transfer direction from transfer request instead of platfor...Thomas Abraham
2011-12-23DMA: PL330: move filter function into driverThomas Abraham
2011-12-08DMA: PL330: Remove pm_runtime_xxx calls from pl330 probe/removeTushar Behera