summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2012-09-18DMA: PL330: Check the pointer returned by kzallocSachin Kamat-0/+5
2012-09-18DMA: PL330: Fix potential NULL pointer dereference in pl330_submit_req()Sachin Kamat-7/+9
2012-09-14dmaengine: at_hdmac: check that each sg data length is non-nullNicolas Ferre-0/+11
2012-09-14dmaengine: at_hdmac: fix comment in atc_prep_slave_sg()Nicolas Ferre-1/+1
2012-08-13dma: tegra: enable/disable dma clockLaxman Dewangan-1/+17
2012-08-06Merge branch 'fixes_for-3.6' into fixesVinod Koul-11/+25
2012-08-02Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds-0/+21
2012-08-01Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds-664/+1622
2012-08-01dmaengine: shdma: restore partial transfer calculationGuennadi Liakhovetski-0/+21
2012-07-31Merge branches 'dma-omap', 'dma-pl08x' and 'dma-sa11x0' into dmaengineRussell King-500/+595
2012-07-31dmaengine: omap: add support for cyclic DMARussell King-4/+89
2012-07-31dmaengine: omap: add support for setting fiRussell King-2/+3
2012-07-31dmaengine: omap: add support for returning residue in tx_state methodRussell King-5/+64
2012-07-31dmaengine: add OMAP DMA engine driverRussell King-0/+531
2012-07-27dma: imx-dma: Fix kernel crash due to missing clock conversionFabio Estevam-11/+25
2012-07-24Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-1717/+4083
2012-07-20dmaengine: Cleanup logging messagesJoe Perches-8/+12
2012-07-20dma: sh: provide a migration path for slave drivers to stop using .privateGuennadi Liakhovetski-27/+92
2012-07-20dma: sh: use an integer slave ID to improve API compatibilityGuennadi Liakhovetski-18/+19
2012-07-20dmaengine: shdma: prepare to stop using struct dma_chan::privateGuennadi Liakhovetski-18/+17
2012-07-20dmaengine: shdma: (cosmetic) simplify a static functionGuennadi Liakhovetski-4/+4
2012-07-16dmaengine: at_hdmac: add a few const qualifiersUwe Kleine-König-2/+2
2012-07-16dw_dmac: use 'u32' for LLI structure members, not dma_addr_tAndy Shevchenko-8/+5
2012-07-16dw_dmac: mark dwc_dump_lli inlineAndy Shevchenko-1/+1
2012-07-16dma: mxs-dma: Export missing symbols from mxs-dma.cAttila Kinali-0/+2
2012-07-13dma: shdma: convert to the shdma base libraryGuennadi Liakhovetski-874/+292
2012-07-13dmaengine: add an shdma-base libraryGuennadi Liakhovetski-0/+869
2012-07-13dma: move shdma driver to an own directoryGuennadi Liakhovetski-2/+3
2012-07-13dma: tegra: rename driver and compatible to match with dtsLaxman Dewangan-3/+3
2012-07-13dma: tegra: fix residual calculation for cyclic caseLaxman Dewangan-6/+9
2012-07-02Merge branch 'imx/sparse-irq' of git://git.linaro.org/people/shawnguo/linux-2...Arnd Bergmann-10/+12
2012-07-01dma: ipu: remove the use of ipu_platform_dataShawn Guo-10/+12
2012-07-01dmaengine: sa11x0-dma: add cyclic DMA supportRussell King-16/+92
2012-07-01dmaengine: sa11x0-dma: fix DMA residue supportRussell King-16/+29
2012-07-01dmaengine: PL08x: ensure all descriptors are freed when channel is releasedRussell King-0/+2
2012-07-01dmaengine: PL08x: get rid of write only pool_ctr and free_txd lockingRussell King-12/+0
2012-07-01dmaengine: PL08x: get rid of pl08x_prep_channel_resourcesRussell King-23/+9
2012-07-01dmaengine: PL08x: fix tx_status function to return correct residueRussell King-27/+34
2012-07-01dmaengine: PL08x: convert to use vchan done listRussell King-81/+54
2012-07-01dmaengine: PL08x: convert to use vchan submitted/issued listsRussell King-47/+17
2012-07-01dmaengine: PL08x: use vchan's spinlockRussell King-25/+21
2012-07-01dmaengine: PL08x: convert to use virt-dma structsRussell King-28/+29
2012-07-01dmaengine: PL08x: rejig physical channel allocationRussell King-156/+112
2012-07-01dmaengine: PL08x: start next descriptor from irq contextRussell King-4/+5
2012-07-01dmaengine: PL08x: split the pend_list in twoRussell King-13/+28
2012-07-01dmaengine: PL08x: re-jig the starting of txdsRussell King-20/+17
2012-07-01dmaengine: PL08x: remove waiting descriptor pointerRussell King-7/+1
2012-07-01dmaengine: PL08x: move DMA signal muxing into slave prepare codeRussell King-47/+32
2012-07-01dmaengine: PL08x: convert to a list of completed descriptorsRussell King-10/+20
2012-07-01dmaengine: PL08x: track mux usage on a per-channel basis.Russell King-5/+13