summaryrefslogtreecommitdiff
path: root/drivers/dma/dw_dmac.c
AgeCommit message (Expand)Author
2012-04-05dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine
2012-04-03dmaengine/dw_dmac: Reconfigure interrupt and chan_cfg register on resumeViresh Kumar
2012-04-03dmaengine: consolidate initialization of cookiesRussell King - ARM Linux
2012-04-03dmaengine: consolidate tx_status functionsRussell King - ARM Linux
2012-04-03dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux
2012-04-03dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux
2012-04-03dmaengine: add private header fileRussell King - ARM Linux
2012-04-03dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux
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
2011-03-07dw_dmac: Replace module_init() with subsys_initcall()Viresh Kumar
2011-01-29dmaengine/dw_dmac: provide a mechanism to indicate private devicesJamie Iles
2011-01-29dmaengine/dw_dmac: allow src/dst masters to be configured at runtimeJamie Iles
2011-01-29dmaengine/dw_dmac: don't scan descriptors if no xfers in progressJamie Iles
2010-05-17DMAENGINE: extend the control command to include an argLinus Walleij
2010-03-26dmaengine: provide helper for setting txstateDan Williams
2010-03-26DMAENGINE: generic channel status v2Linus Walleij
2010-03-26DMAENGINE: generic slave control v2Linus Walleij
2009-12-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds
2009-12-22drivers/dma: drop unnecesary memsetJulia Lawall
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan
2009-09-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...NeilBrown
2009-09-08dmaengine: Move all map_sg/unmap_sg for slave channel to its clientAtsushi Nemoto
2009-09-08dw_dmac: implement a private tx_listDan Williams
2009-07-22DMA: Rework dw_dmac suspend_late()/resume_early()Magnus Damm
2009-04-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2009-04-01dw_dmac: add cyclic API to DW DMA driverHans-Christian Egtvedt
2009-03-25dmaengine: initialize tx_list in dma_async_tx_descriptor_initDan Williams
2009-03-24dma: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2009-02-18atmel-mci: fix initialization of dma slave dataDan Williams
2009-01-06dmaengine: add a release for dma class devices and dependent infrastructureDan Williams
2009-01-06dmaengine: kill struct dma_client and supporting infrastructureDan Williams
2009-01-06atmel-mci: convert to dma_request_channel and down-level dma_slaveDan Williams
2009-01-06dmaengine: up-level reference counting to the module levelDan Williams