summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2011-12-23dma: mxs-dma: fix a typo in commentLothar Waßmann1-1/+1
2011-12-23DMA: PL330: Add device tree supportThomas Abraham1-4/+29
2011-12-23DMA: PL330: Infer transfer direction from transfer request instead of platfor...Thomas Abraham1-49/+16
2011-12-23DMA: PL330: move filter function into driverThomas Abraham1-0/+15
2011-12-19dma: MX3_IPU fix dependsEric Bénard1-2/+2
2011-12-13ARM: Orion: Get address map from plat-orion instead of via platform_dataAndrew Lunn1-5/+6
2011-12-08DMA: PL330: Remove pm_runtime_xxx calls from pl330 probe/removeTushar Behera1-15/+2
2011-12-08i.MX IPU DMA: Fix wrong burstsize settingsSascha Hauer1-24/+1
2011-12-05dmaengine/ste_dma40: allow fixed physical channelNarayanan G1-9/+42
2011-12-05dmaengine/amba-pl08x: Config ccfg and increment phychan_hold if phychan is trueViresh Kumar1-9/+12
2011-12-05dmaengine: convert drivers/dma/* to use module_platform_driver()Axel Lin4-47/+5
2011-12-05IMX/SDMA : save the real count for one DMA transaction.Huang Shijie1-2/+9
2011-12-05dma/ep93xx_dma: prevent ep93xx_dma_tasklet() to reference an empty listMika Westerberg1-12/+48
2011-12-05dma/ep93xx_dma: fix initialization of M2M control registerRafal Prylowski1-4/+4
2011-11-28dmaengine: at_hdmac: simplify device selection from platform data or DTNicolas Ferre2-39/+31
2011-11-28dmaengine: at_hdmac: empty entry shape modificationNicolas Ferre1-1/+3
2011-11-28dmaengine: at_hdmac: add const to struct platform_device_id definitionNicolas Ferre1-1/+1
2011-11-28dmaengine/ste_dma40: Add support to use lcla area from esramNarayanan G1-10/+85
2011-11-28dmaengine: timb_dma: fix the spare wariningsVinod Koul1-4/+4
2011-11-28dmaengine/dw_dmac: Reconfigure interrupt and chan_cfg register on resumeViresh Kumar2-28/+42
2011-11-23dmatest: don't use set_freezable_with_signal()Tejun Heo1-19/+27
2011-11-22dmaengine: pl330: Enable module alias autogeneration for AMBA driversDave Martin1-0/+2
2011-11-22dmaengine: pl08x: Enable module alias autogeneration for AMBA driversDave Martin1-0/+2
2011-11-22IMX/DMA : set the DMA direction in the sdma_control()Huang Shijie1-0/+1
2011-11-22dmaengine/ste_dma40: support pm in dma40Narayanan G2-19/+259
2011-11-18dmaengine: add CSR SiRFprimaII DMAC driverRongjun Ying3-0/+725
2011-11-18DMAEngine: Define interleaved transfer request apiJassi Brar1-2/+2
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul20-143/+141
2011-11-17pch_dma: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2-7/+11
2011-11-17pch_dma: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA2-4/+4
2011-11-17dma i.MX: remove individual SOC dependencySascha Hauer1-3/+3
2011-11-17dma: fix spacing for method declaration, coding style issue in iop-adma.cCiaran McCormick1-2/+2
2011-11-10DMA: PL330: Fix build warningBoojin Kim1-1/+2
2011-11-10dmaengine: at_hdmac: add device tree supportNicolas Ferre1-1/+31
2011-11-10dmaengine: at_hdmac: platform data move to use .id_tableNicolas Ferre2-10/+46
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-0/+5
2011-11-04Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds17-479/+864
2011-11-03[media] dmaengine: ipu-idmac: add support for the DMA_PAUSE controlGuennadi Liakhovetski1-23/+42
2011-10-31drivers/dma: Add export.h to ste_dma40.cPaul Gortmaker1-0/+1
2011-10-31drivers/dma: Add module.h to files implicitly using it.Paul Gortmaker3-0/+3
2011-10-31x86: fix up files really needing to include module.hPaul Gortmaker1-0/+1
2011-10-27dmaengine: move drivers to dma_transfer_directionVinod Koul20-143/+141
2011-10-16dmaengine: mid_dma: mask_peripheral_interrupt only when dmac is idleVinod Koul1-4/+3
2011-10-16dmaengine/ep93xx_dma: add module.h includeMika Westerberg1-0/+1
2011-10-12pch_dma: Reduce wasting memoryTomoya MORINAGA1-2/+1
2011-10-11pch_dma: Fix suspend issueTomoya MORINAGA1-1/+1
2011-10-07dma/timberdale: free_irq() on an error pathDan Carpenter1-1/+1
2011-09-28dma: shdma: transfer based runtime PMGuennadi Liakhovetski2-26/+75
2011-09-28dmaengine: shdma: protect against the IRQ handlerGuennadi Liakhovetski1-27/+28
2011-09-21Merge branch 'samsung_dma' into nextVinod Koul2-23/+209