aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/dw_dmac.c
AgeCommit message (Expand)Author
2012-07-24Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
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-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
2012-06-21dw_dmac: use proper casting to print dma_addr_t valuesAndy Shevchenko
2012-06-20Viresh has movedViresh Kumar
2012-05-11dmaengine: Use sg_dma_address instead of sg_physLars-Peter Clausen
2012-05-11dmaengine: dw_dma: add Device Tree probing capabilityViresh Kumar
2012-05-11dmaengine: dw_dmac: Add clk_{un}prepare() supportViresh Kumar
2012-03-21dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine
2012-03-13dmaengine: consolidate initialization of cookiesRussell King - ARM Linux
2012-03-13dmaengine: consolidate tx_status functionsRussell King - ARM Linux
2012-03-13dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux
2012-03-13dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux
2012-03-13dmaengine: add private header fileRussell King - ARM Linux
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux
2012-02-22dmaengine/dw_dmac: Add support for DMA_SLAVE_CONFIGViresh Kumar
2012-02-22dmaengine/dw_dmac: Add 64 bit access width support for slave xfers on mem sideViresh Kumar
2012-02-22dmaengine/dw_dmac: Don't handle block interruptsViresh Kumar
2012-02-22dmaengine/dw_dmac: Use dev_get_platdata() instead of accessing dev directlyViresh Kumar
2012-02-22dmaengine/dw_dmac: Don't use magic number for total number of channelsViresh Kumar
2012-02-22dmaengine/dw_dmac: Hibernation support in dw_dmacRajeev KUMAR
2011-11-28dmaengine/dw_dmac: Reconfigure interrupt and chan_cfg register on resumeViresh Kumar
2011-10-27dmaengine: move drivers to dma_transfer_directionVinod Koul
2011-09-20dmaengine: delete redundant chan_id and chancnt initialization in dma driversBarry Song
2011-05-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2011-05-25dmaengine/dw_dmac: Update maintainer-shipViresh Kumar
2011-05-18Haavard Skinnemoen has left AtmelJean Delvare
2011-05-13dmaengine/dw_dmac: implement pause and resume in dwc_controlLinus Walleij
2011-05-13dmaengine/dw_dmac: Replace spin_lock* with irqsave variants and enable submis...Viresh Kumar
2011-05-13dmaengine/dw_dmac: Divide one sg to many desc, if sg len is greater than DWC_...Viresh Kumar
2011-05-13dmaengine/dw_dmac: set residue as total len in dwc_tx_status if status is !DM...Viresh Kumar
2011-05-13dmaengine/dw_dmac: don't call callback routine in case dmaengine_terminate_al...Viresh Kumar
2011-03-31dmaengine/dw_dmac fix: dwc_scan_descriptors must compare first desc address a...Viresh Kumar
2011-03-07dw_dmac: Setting Default Burst length for transfers as 16.Viresh Kumar
2011-03-07dw_dmac: Allow src/dst msize & flow controller to be configured at runtimeViresh KUMAR
2011-03-07dw_dmac: Pass Channel Priority from platform_dataViresh Kumar
2011-03-07dw_dmac: Pass Channel Allocation Order from platform_dataViresh Kumar
2011-03-07dw_dmac: Mark all tx_descriptors with DMA_CRTL_ACK after xfer finishViresh Kumar
2011-03-07dw_dmac: Change value of DWC_MAX_COUNT to 4095.Viresh Kumar
2011-03-07dw_dmac: Adding support for 64 bit access width for memcpy xfersViresh Kumar
2011-03-07dw_dmac: Calling dwc_scan_descriptors from dwc_tx_status() after taking lockViresh Kumar
2011-03-07dw_dmac: Move single descriptor from dwc->queue to dwc->active_list in dwc_co...Viresh Kumar