summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
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
2012-07-01dmaengine: PL08x: get src/dst addr direct from dma_slave_config structRussell King
2012-07-01dmaengine: PL08x: constify channel names and bus_id stringsRussell King
2012-07-01dmaengine: PL08x: move private data structures into amba-pl08x.cRussell King
2012-07-01dmaengine: PL08x: clean up get_signal/put_signalRussell King
2012-07-01dmaengine: PL08x: remove circular_buffer boolean from channel dataRussell King
2012-07-01dmaengine: PL08x: remove redundant spinlockRussell King
2012-07-01dmaengine: PL08x: fix missed dma_transfer_direction fixupRussell King
2012-07-01dmaengine: PL08x: remove runtime PM supportRussell King
2012-07-01dmaengine: virt-dma: add support for cyclic DMA periodic callbacksRussell King
2012-07-01dmaengine: virt-dma: vchan_find_desc()Russell King
2012-07-01dmaengine: split out virtual channel DMA support from sa11x0 driverRussell King
2012-06-27dma: tegra: set DMA_CYCLIC capabilityLaxman Dewangan
2012-06-27dma: tegra: do not set transfer desc flag to DMA_CTRL_ACK in cyclic modeLaxman Dewangan
2012-06-27dma: tegra: add clk_prepare/clk_unpreparePrashant Gaikwad
2012-06-27dma: tegra: use sg_dma_address() for getting dma buffer addressLaxman Dewangan
2012-06-23dmaengine: mmp_tdma: fix the arch dependencyVinod Koul
2012-06-21Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-06-21dw_dmac: introduce dwc_chan_disableAndy Shevchenko
2012-06-21dw_dmac: move from __init to __devinitAndy Shevchenko
2012-06-21dw_dmac: introduce dwc_fast_fls()Andy Shevchenko
2012-06-21dw_dmac: disable BLOCK interruptsAndy Shevchenko
2012-06-21dw_dmac: disable dma in optimal way in probeAndy Shevchenko
2012-06-21dw_dmac: use __func__ constant in the debug printsAndy Shevchenko
2012-06-21dw_dmac: print correct number of scanned descriptorsAndy Shevchenko
2012-06-21dw_dmac: introduce dwc_dump_chan_regs to dump registersAndy Shevchenko