summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
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-18dmaengine: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun
2012-09-14ARM: pxa: move platform_data definitionsArnd Bergmann
2012-09-14ARM: imx: move platform_data definitionsArnd Bergmann
2012-09-14ARM: ep93xx: move platform_data definitionsArnd Bergmann
2012-09-14ARM: at91: move platform_data definitionsArnd Bergmann
2012-09-14DMA: PL330: Set the capability of pdm0 and pdm1 as DMA_PRIVATETushar Behera
2012-09-14dma: tegra: use list_move_tail instead of list_del/list_add_tailWei Yongjun
2012-09-14mxs/dma: Enlarge the CCW descriptor area to 4 pagesMarek Vasut
2012-09-14dw_dmac: utilize slave_id to pass request lineAndy Shevchenko
2012-09-14dmaengine: at_hdmac: check that each sg data length is non-nullNicolas Ferre
2012-09-14dmaengine: at_hdmac: fix comment in atc_prep_slave_sg()Nicolas Ferre
2012-09-14dmaengine: mmp_tdma: add dt supportZhangfei Gao
2012-09-14dmaengine: mmp-pdma supportZhangfei Gao
2012-09-13Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson
2012-09-13ARM: OMAP2+: Prepare for irqs.h removalTony Lindgren
2012-09-11dma: tegra: make data used as *of_device_id.data constLaxman Dewangan
2012-09-11dma: tegra: make tegra_dma.chip_data a pointer to const dataLaxman Dewangan
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov
2012-09-01dma: fix commentsMasanari Iida
2012-09-01ioat: remove unused #definesJon Mason
2012-09-01dmaengine: add TI EDMA DMA engine driverMatt Porter
2012-08-31ioat: Adding Ivy Bridge IOATDMA PCI device IDsDave Jiang
2012-08-31dma/ste_dma40: Fixup clock usage during probeUlf Hansson
2012-08-22drivers/dma/amba-pl08x.c: fix error return codeJulia Lawall
2012-08-22drivers/dma/sirf-dma.c: fix usage of devm functionsJulia Lawall
2012-08-13dma: tegra: enable/disable dma clockLaxman Dewangan
2012-08-06Merge branch 'fixes_for-3.6' into fixesVinod Koul
2012-08-05Merge branch 'fixes_for-3.6' into nextVinod Koul
2012-08-05Merge branch 'for-3.7' into nextVinod Koul
2012-08-02Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds
2012-08-01Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-08-01dmaengine: shdma: restore partial transfer calculationGuennadi Liakhovetski
2012-07-31Merge branches 'dma-omap', 'dma-pl08x' and 'dma-sa11x0' into dmaengineRussell King
2012-07-31dmaengine: omap: add support for cyclic DMARussell King
2012-07-31dmaengine: omap: add support for setting fiRussell King
2012-07-31dmaengine: omap: add support for returning residue in tx_state methodRussell King
2012-07-31dmaengine: add OMAP DMA engine driverRussell King
2012-07-31dma: tegra: enable/disable dma clockLaxman Dewangan
2012-07-27dma: imx-dma: Fix kernel crash due to missing clock conversionFabio Estevam
2012-07-26dw_dmac: use devm_* functions to simplify codeAndy Shevchenko
2012-07-25Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-07-20dmaengine: Cleanup logging messagesJoe Perches
2012-07-20dma: sh: provide a migration path for slave drivers to stop using .privateGuennadi Liakhovetski
2012-07-20dma: sh: use an integer slave ID to improve API compatibilityGuennadi Liakhovetski
2012-07-20dmaengine: shdma: prepare to stop using struct dma_chan::privateGuennadi Liakhovetski