aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-01dmaengine: sa11x0-dma: fix DMA residue supportRussell King1-16/+29
2012-07-01dmaengine: PL08x: ensure all descriptors are freed when channel is releasedRussell King1-0/+2
2012-07-01dmaengine: PL08x: get rid of write only pool_ctr and free_txd lockingRussell King1-12/+0
2012-07-01dmaengine: PL08x: get rid of pl08x_prep_channel_resourcesRussell King1-23/+9
2012-07-01dmaengine: PL08x: fix tx_status function to return correct residueRussell King1-27/+34
2012-07-01dmaengine: PL08x: convert to use vchan done listRussell King1-81/+54
2012-07-01dmaengine: PL08x: convert to use vchan submitted/issued listsRussell King1-47/+17
2012-07-01dmaengine: PL08x: use vchan's spinlockRussell King2-25/+21
2012-07-01dmaengine: PL08x: convert to use virt-dma structsRussell King1-28/+29
2012-07-01dmaengine: PL08x: rejig physical channel allocationRussell King1-156/+112
2012-07-01dmaengine: PL08x: start next descriptor from irq contextRussell King1-4/+5
2012-07-01dmaengine: PL08x: split the pend_list in twoRussell King1-13/+28
2012-07-01dmaengine: PL08x: re-jig the starting of txdsRussell King1-20/+17
2012-07-01dmaengine: PL08x: remove waiting descriptor pointerRussell King1-7/+1
2012-07-01dmaengine: PL08x: move DMA signal muxing into slave prepare codeRussell King1-47/+32
2012-07-01dmaengine: PL08x: convert to a list of completed descriptorsRussell King1-10/+20
2012-07-01dmaengine: PL08x: track mux usage on a per-channel basis.Russell King1-5/+13
2012-07-01dmaengine: PL08x: move DMA signal muxing into pl08x_dma_chan structRussell King1-14/+15
2012-07-01dmaengine: PL08x: split DMA signal muxing from channel allocRussell King1-7/+36
2012-07-01dmaengine: PL08x: get rid of unnecessary checks in dma_slave_configRussell King1-28/+13
2012-07-01dmaengine: PL08x: ignore 'direction' argument in dma_slave_configRussell King1-38/+18
2012-07-01dmaengine: PL08x: extract function to to generate cctl valuesRussell King1-21/+32
2012-07-01dmaengine: PL08x: move the bus and increment selection to dma prepare functionRussell King1-12/+14
2012-07-01dmaengine: PL08x: get rid of device_fc in struct pl08x_dma_chanRussell King1-7/+1
2012-07-01dmaengine: PL08x: get src/dst addr direct from dma_slave_config structRussell King1-8/+7
2012-07-01dmaengine: PL08x: constify channel names and bus_id stringsRussell King1-1/+1
2012-07-01dmaengine: PL08x: move private data structures into amba-pl08x.cRussell King1-0/+136
2012-07-01dmaengine: PL08x: clean up get_signal/put_signalRussell King1-2/+2
2012-07-01dmaengine: PL08x: remove circular_buffer boolean from channel dataRussell King1-7/+0
2012-07-01dmaengine: PL08x: remove redundant spinlockRussell King1-3/+0
2012-07-01dmaengine: PL08x: fix missed dma_transfer_direction fixupRussell King1-1/+1
2012-07-01dmaengine: PL08x: remove runtime PM supportRussell King1-10/+0
2012-07-01dmaengine: virt-dma: add support for cyclic DMA periodic callbacksRussell King2-4/+29
2012-07-01dmaengine: virt-dma: vchan_find_desc()Russell King2-1/+14
2012-07-01dmaengine: split out virtual channel DMA support from sa11x0 driverRussell King5-171/+320
2012-06-27dma: tegra: set DMA_CYCLIC capabilityLaxman Dewangan1-0/+2
2012-06-27dma: tegra: do not set transfer desc flag to DMA_CTRL_ACK in cyclic modeLaxman Dewangan1-1/+1
2012-06-27dma: tegra: add clk_prepare/clk_unpreparePrashant Gaikwad1-2/+2
2012-06-27dma: tegra: use sg_dma_address() for getting dma buffer addressLaxman Dewangan1-1/+1
2012-06-23dmaengine: mmp_tdma: fix the arch dependencyVinod Koul1-1/+1
2012-06-20Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-20/+16
2012-06-21dw_dmac: introduce dwc_chan_disableAndy Shevchenko1-18/+14
2012-06-21dw_dmac: move from __init to __devinitAndy Shevchenko1-3/+3
2012-06-21dw_dmac: introduce dwc_fast_fls()Andy Shevchenko1-28/+18
2012-06-21dw_dmac: disable BLOCK interruptsAndy Shevchenko1-0/+4
2012-06-21dw_dmac: disable dma in optimal way in probeAndy Shevchenko1-8/+4
2012-06-21dw_dmac: use __func__ constant in the debug printsAndy Shevchenko1-14/+13
2012-06-21dw_dmac: print correct number of scanned descriptorsAndy Shevchenko1-1/+1
2012-06-21dw_dmac: introduce dwc_dump_chan_regs to dump registersAndy Shevchenko1-21/+16
2012-06-21dw_dmac: use proper casting to print dma_addr_t valuesAndy Shevchenko1-8/+13