aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw_dmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-20Viresh has movedViresh Kumar1-1/+1
2012-05-11dmaengine: Use sg_dma_address instead of sg_physLars-Peter Clausen1-2/+2
2012-05-11dmaengine: dw_dma: add Device Tree probing capabilityViresh Kumar1-0/+10
2012-05-11dmaengine: dw_dmac: Add clk_{un}prepare() supportViresh Kumar1-6/+6
2012-03-21dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine1-1/+1
2012-03-13dmaengine: consolidate initialization of cookiesRussell King - ARM Linux1-2/+2
2012-03-13dmaengine: consolidate tx_status functionsRussell King - ARM Linux1-15/+4
2012-03-13dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux1-1/+1
2012-03-13dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux1-16/+1
2012-03-13dmaengine: add private header fileRussell King - ARM Linux1-0/+1
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux1-5/+5
2012-02-22dmaengine/dw_dmac: Add support for DMA_SLAVE_CONFIGViresh Kumar1-29/+90
2012-02-22dmaengine/dw_dmac: Add 64 bit access width support for slave xfers on mem sideViresh Kumar1-4/+16
2012-02-22dmaengine/dw_dmac: Don't handle block interruptsViresh Kumar1-30/+6
2012-02-22dmaengine/dw_dmac: Use dev_get_platdata() instead of accessing dev directlyViresh Kumar1-1/+1
2012-02-22dmaengine/dw_dmac: Don't use magic number for total number of channelsViresh Kumar1-1/+1
2012-02-22dmaengine/dw_dmac: Hibernation support in dw_dmacRajeev KUMAR1-0/+4
2011-11-28dmaengine/dw_dmac: Reconfigure interrupt and chan_cfg register on resumeViresh Kumar1-28/+41
2011-10-27dmaengine: move drivers to dma_transfer_directionVinod Koul1-7/+7
2011-09-20dmaengine: delete redundant chan_id and chancnt initialization in dma driversBarry Song1-3/+2
2011-05-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-91/+181
2011-05-25dmaengine/dw_dmac: Update maintainer-shipViresh Kumar1-0/+2
2011-05-18Haavard Skinnemoen has left AtmelJean Delvare1-1/+1
2011-05-13dmaengine/dw_dmac: implement pause and resume in dwc_controlLinus Walleij1-20/+39
2011-05-13dmaengine/dw_dmac: Replace spin_lock* with irqsave variants and enable submission from callbackViresh Kumar1-39/+77
2011-05-13dmaengine/dw_dmac: Divide one sg to many desc, if sg len is greater than DWC_MAX_COUNTViresh Kumar1-21/+44
2011-05-13dmaengine/dw_dmac: set residue as total len in dwc_tx_status if status is !DMA_SUCCESSViresh Kumar1-1/+5
2011-05-13dmaengine/dw_dmac: don't call callback routine in case dmaengine_terminate_all() is calledViresh Kumar1-14/+13
2011-03-31dmaengine/dw_dmac fix: dwc_scan_descriptors must compare first desc address also with llpViresh Kumar1-0/+5
2011-03-07dw_dmac: Setting Default Burst length for transfers as 16.Viresh Kumar1-2/+2
2011-03-07dw_dmac: Allow src/dst msize & flow controller to be configured at runtimeViresh KUMAR1-6/+8
2011-03-07dw_dmac: Pass Channel Priority from platform_dataViresh Kumar1-1/+10
2011-03-07dw_dmac: Pass Channel Allocation Order from platform_dataViresh Kumar1-1/+5
2011-03-07dw_dmac: Mark all tx_descriptors with DMA_CRTL_ACK after xfer finishViresh Kumar1-0/+7
2011-03-07dw_dmac: Change value of DWC_MAX_COUNT to 4095.Viresh Kumar1-3/+2
2011-03-07dw_dmac: Adding support for 64 bit access width for memcpy xfersViresh Kumar1-1/+3
2011-03-07dw_dmac: Calling dwc_scan_descriptors from dwc_tx_status() after taking lockViresh Kumar1-0/+2
2011-03-07dw_dmac: Move single descriptor from dwc->queue to dwc->active_list in dwc_complete_allViresh Kumar1-12/+8
2011-03-07dw_dmac: Replace module_init() with subsys_initcall()Viresh Kumar1-1/+1
2011-01-29dmaengine/dw_dmac: provide a mechanism to indicate private devicesJamie Iles1-0/+2
2011-01-29dmaengine/dw_dmac: allow src/dst masters to be configured at runtimeJamie Iles1-14/+17
2011-01-29dmaengine/dw_dmac: don't scan descriptors if no xfers in progressJamie Iles1-0/+3
2010-05-17DMAENGINE: extend the control command to include an argLinus Walleij1-1/+2
2010-03-26dmaengine: provide helper for setting txstateDan Williams1-5/+1
2010-03-26DMAENGINE: generic channel status v2Linus Walleij1-8/+9
2010-03-26DMAENGINE: generic slave control v2Linus Walleij1-2/+8
2009-12-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-2/+0
2009-12-22drivers/dma: drop unnecesary memsetJulia Lawall1-2/+0
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-09-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx into for-linusNeilBrown1-21/+29