aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
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-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
2012-07-01dmaengine: PL08x: move DMA signal muxing into pl08x_dma_chan structRussell King
2012-07-01dmaengine: PL08x: split DMA signal muxing from channel allocRussell King
2012-07-01dmaengine: PL08x: get rid of unnecessary checks in dma_slave_configRussell King
2012-07-01dmaengine: PL08x: ignore 'direction' argument in dma_slave_configRussell King
2012-07-01dmaengine: PL08x: extract function to to generate cctl valuesRussell King
2012-07-01dmaengine: PL08x: move the bus and increment selection to dma prepare functionRussell King
2012-07-01dmaengine: PL08x: get rid of device_fc in struct pl08x_dma_chanRussell King