summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2011-12-23dma: mxs-dma: Don't use CLKGATE bits in CTRL0 to disable DMA channelsLothar Waßmann
2011-12-23dma: mxs-dma: make mxs_dma_prep_slave_sg() multi user safeLothar Waßmann
2011-12-23dma: mxs-dma: Always leave mxs_dma_init() with the clock disabled.Lothar Waßmann
2011-12-23dma: mxs-dma: fix a typo in commentLothar Waßmann
2011-12-08DMA: PL330: Remove pm_runtime_xxx calls from pl330 probe/removeTushar Behera
2011-12-08i.MX IPU DMA: Fix wrong burstsize settingsSascha Hauer
2011-12-05dmaengine/ste_dma40: allow fixed physical channelNarayanan G
2011-12-05dmaengine/amba-pl08x: Config ccfg and increment phychan_hold if phychan is trueViresh Kumar
2011-12-05dmaengine: convert drivers/dma/* to use module_platform_driver()Axel Lin
2011-12-05IMX/SDMA : save the real count for one DMA transaction.Huang Shijie
2011-12-05dma/ep93xx_dma: prevent ep93xx_dma_tasklet() to reference an empty listMika Westerberg
2011-12-05dma/ep93xx_dma: fix initialization of M2M control registerRafal Prylowski
2011-11-28dmaengine: at_hdmac: simplify device selection from platform data or DTNicolas Ferre
2011-11-28dmaengine: at_hdmac: empty entry shape modificationNicolas Ferre
2011-11-28dmaengine: at_hdmac: add const to struct platform_device_id definitionNicolas Ferre
2011-11-28dmaengine/ste_dma40: Add support to use lcla area from esramNarayanan G
2011-11-28dmaengine: timb_dma: fix the spare wariningsVinod Koul
2011-11-28dmaengine/dw_dmac: Reconfigure interrupt and chan_cfg register on resumeViresh Kumar
2011-11-22IMX/DMA : set the DMA direction in the sdma_control()Huang Shijie
2011-11-22dmaengine/ste_dma40: support pm in dma40Narayanan G
2011-11-18dmaengine: add CSR SiRFprimaII DMAC driverRongjun Ying
2011-11-18DMAEngine: Define interleaved transfer request apiJassi Brar
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul
2011-11-17pch_dma: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA
2011-11-17pch_dma: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA
2011-11-17dma i.MX: remove individual SOC dependencySascha Hauer
2011-11-17dma: fix spacing for method declaration, coding style issue in iop-adma.cCiaran McCormick
2011-11-10DMA: PL330: Fix build warningBoojin Kim
2011-11-10dmaengine: at_hdmac: add device tree supportNicolas Ferre
2011-11-10dmaengine: at_hdmac: platform data move to use .id_tableNicolas Ferre
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-04Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2011-11-03[media] dmaengine: ipu-idmac: add support for the DMA_PAUSE controlGuennadi Liakhovetski
2011-10-31drivers/dma: Add export.h to ste_dma40.cPaul Gortmaker
2011-10-31drivers/dma: Add module.h to files implicitly using it.Paul Gortmaker
2011-10-31x86: fix up files really needing to include module.hPaul Gortmaker
2011-10-27dmaengine: move drivers to dma_transfer_directionVinod Koul
2011-10-16dmaengine: mid_dma: mask_peripheral_interrupt only when dmac is idleVinod Koul
2011-10-16dmaengine/ep93xx_dma: add module.h includeMika Westerberg
2011-10-12pch_dma: Reduce wasting memoryTomoya MORINAGA
2011-10-11pch_dma: Fix suspend issueTomoya MORINAGA
2011-10-07dma/timberdale: free_irq() on an error pathDan Carpenter
2011-09-28dma: shdma: transfer based runtime PMGuennadi Liakhovetski
2011-09-28dmaengine: shdma: protect against the IRQ handlerGuennadi Liakhovetski
2011-09-21Merge branch 'samsung_dma' into nextVinod Koul
2011-09-21dmaengine i.MX DMA/SDMA: add missing include of linux/module.hAxel Lin
2011-09-20dmaengine: delete redundant chan_id and chancnt initialization in dma driversBarry Song
2011-09-19dmaengine/amba-pl08x: Check txd->llis_va before freeing dma_poolViresh Kumar
2011-09-19dmaengine/amba-pl08x: Add support for sg len greater than one for slave trans...Viresh Kumar
2011-09-14DMA: PL330: Add DMA_CYCLIC capabilityBoojin Kim