aboutsummaryrefslogtreecommitdiff
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-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-08-13dma: tegra: enable/disable dma clockLaxman Dewangan
2012-08-06Merge branch 'fixes_for-3.6' into fixesVinod 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-27dma: imx-dma: Fix kernel crash due to missing clock conversionFabio Estevam
2012-07-24Merge 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
2012-07-20dmaengine: shdma: (cosmetic) simplify a static functionGuennadi Liakhovetski
2012-07-16dmaengine: at_hdmac: add a few const qualifiersUwe Kleine-König
2012-07-16dw_dmac: use 'u32' for LLI structure members, not dma_addr_tAndy Shevchenko
2012-07-16dw_dmac: mark dwc_dump_lli inlineAndy Shevchenko
2012-07-16dma: mxs-dma: Export missing symbols from mxs-dma.cAttila Kinali
2012-07-13dma: shdma: convert to the shdma base libraryGuennadi Liakhovetski
2012-07-13dmaengine: add an shdma-base libraryGuennadi Liakhovetski
2012-07-13dma: move shdma driver to an own directoryGuennadi Liakhovetski
2012-07-13dma: tegra: rename driver and compatible to match with dtsLaxman Dewangan
2012-07-13dma: tegra: fix residual calculation for cyclic caseLaxman Dewangan
2012-07-02Merge branch 'imx/sparse-irq' of git://git.linaro.org/people/shawnguo/linux-2...Arnd Bergmann
2012-07-01dma: ipu: remove the use of ipu_platform_dataShawn Guo
2012-07-01dmaengine: sa11x0-dma: add cyclic DMA supportRussell King
2012-07-01dmaengine: sa11x0-dma: fix DMA residue supportRussell King
2012-07-01dmaengine: PL08x: ensure all descriptors are freed when channel is releasedRussell King
2012-07-01dmaengine: PL08x: get rid of write only pool_ctr and free_txd lockingRussell King
2012-07-01dmaengine: PL08x: get rid of pl08x_prep_channel_resourcesRussell King
2012-07-01dmaengine: PL08x: fix tx_status function to return correct residueRussell King
2012-07-01dmaengine: PL08x: convert to use vchan done listRussell King
2012-07-01dmaengine: PL08x: convert to use vchan submitted/issued listsRussell King
2012-07-01dmaengine: PL08x: use vchan's spinlockRussell King
2012-07-01dmaengine: PL08x: convert to use virt-dma structsRussell King
2012-07-01dmaengine: PL08x: rejig physical channel allocationRussell King
2012-07-01dmaengine: PL08x: start next descriptor from irq contextRussell King
2012-07-01dmaengine: PL08x: split the pend_list in twoRussell King
2012-07-01dmaengine: PL08x: re-jig the starting of txdsRussell King
2012-07-01dmaengine: PL08x: remove waiting descriptor pointerRussell King
2012-07-01dmaengine: PL08x: move DMA signal muxing into slave prepare codeRussell King
2012-07-01dmaengine: PL08x: convert to a list of completed descriptorsRussell King
2012-07-01dmaengine: PL08x: track mux usage on a per-channel basis.Russell King