Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / drivers / dma / dw_dmac.c
2012-03-21 Alexandre Bouninedmaengine: add context parameter to prep_slave_sg and...
2012-03-13 Russell King - ARM... dmaengine: consolidate initialization of cookies
2012-03-13 Russell King - ARM... dmaengine: consolidate tx_status functions
2012-03-13 Russell King - ARM... dmaengine: provide a common function for completing...
2012-03-13 Russell King - ARM... dmaengine: consolidate assignment of DMA cookies
2012-03-13 Russell King - ARM... dmaengine: add private header file
2012-03-13 Russell King - ARM... dmaengine: move last completed cookie into generic...
2012-02-22 Viresh Kumardmaengine/dw_dmac: Add support for DMA_SLAVE_CONFIG
2012-02-22 Viresh Kumardmaengine/dw_dmac: Add 64 bit access width support...
2012-02-22 Viresh Kumardmaengine/dw_dmac: Don't handle block interrupts
2012-02-22 Viresh Kumardmaengine/dw_dmac: Use dev_get_platdata() instead of...
2012-02-22 Viresh Kumardmaengine/dw_dmac: Don't use magic number for total...
2012-02-22 Rajeev KUMARdmaengine/dw_dmac: Hibernation support in dw_dmac
2011-11-28 Viresh Kumardmaengine/dw_dmac: Reconfigure interrupt and chan_cfg...
2011-10-27 Vinod Kouldmaengine: move drivers to dma_transfer_direction
2011-09-20 Barry Songdmaengine: delete redundant chan_id and chancnt initial...
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-28 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2011-05-25 Viresh Kumardmaengine/dw_dmac: Update maintainer-ship
2011-05-18 Jean DelvareHaavard Skinnemoen has left Atmel
2011-05-13 Linus Walleijdmaengine/dw_dmac: implement pause and resume in dwc_co...
2011-05-13 Viresh Kumardmaengine/dw_dmac: Replace spin_lock* with irqsave...
2011-05-13 Viresh Kumardmaengine/dw_dmac: Divide one sg to many desc, if sg...
2011-05-13 Viresh Kumardmaengine/dw_dmac: set residue as total len in dwc_tx_s...
2011-05-13 Viresh Kumardmaengine/dw_dmac: don't call callback routine in case...
2011-03-31 Viresh Kumardmaengine/dw_dmac fix: dwc_scan_descriptors must compar...
2011-03-06 Viresh Kumardw_dmac: Setting Default Burst length for transfers...
2011-03-06 Viresh KUMARdw_dmac: Allow src/dst msize & flow controller to be...
2011-03-06 Viresh Kumardw_dmac: Pass Channel Priority from platform_data
2011-03-06 Viresh Kumardw_dmac: Pass Channel Allocation Order from platform_data
2011-03-06 Viresh Kumardw_dmac: Mark all tx_descriptors with DMA_CRTL_ACK...
2011-03-06 Viresh Kumardw_dmac: Change value of DWC_MAX_COUNT to 4095.
2011-03-06 Viresh Kumardw_dmac: Adding support for 64 bit access width for...
2011-03-06 Viresh Kumardw_dmac: Calling dwc_scan_descriptors from dwc_tx_statu...
2011-03-06 Viresh Kumardw_dmac: Move single descriptor from dwc->queue to...
2011-03-06 Viresh Kumardw_dmac: Replace module_init() with subsys_initcall()
2011-01-30 Jamie Ilesdmaengine/dw_dmac: provide a mechanism to indicate...
2011-01-30 Jamie Ilesdmaengine/dw_dmac: allow src/dst masters to be configur...
2011-01-30 Jamie Ilesdmaengine/dw_dmac: don't scan descriptors if no xfers...
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-17 Linus WalleijDMAENGINE: extend the control command to include an arg
2010-03-26 Dan Williamsdmaengine: provide helper for setting txstate
2010-03-26 Linus WalleijDMAENGINE: generic channel status v2
2010-03-26 Linus WalleijDMAENGINE: generic slave control v2
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2009-12-30 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2009-12-22 Julia Lawalldrivers/dma: drop unnecesary memset
2009-12-15 Alexey Dobriyanconst: constify remaining dev_pm_ops
2009-09-23 NeilBrownMerge branch 'next' of git://git./linux/kernel/git...
2009-09-09 Atsushi Nemotodmaengine: Move all map_sg/unmap_sg for slave channel...
2009-09-09 Dan Williamsdw_dmac: implement a private tx_list
2009-07-21 Magnus DammDMA: Rework dw_dmac suspend_late()/resume_early()
2009-04-03 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2009-04-01 Hans-Christian Egtvedtdw_dmac: add cyclic API to DW DMA driver
2009-03-25 Dan Williamsdmaengine: initialize tx_list in dma_async_tx_descripto...
2009-03-24 Kay Sieversdma: struct device - replace bus_id with dev_name(...
2009-02-18 Dan Williamsatmel-mci: fix initialization of dma slave data
2009-01-06 Dan Williamsdmaengine: add a release for dma class devices and...
2009-01-06 Dan Williamsdmaengine: kill struct dma_client and supporting infras...
2009-01-06 Dan Williamsatmel-mci: convert to dma_request_channel and down...
2009-01-06 Dan Williamsdmaengine: up-level reference counting to the module...
2008-10-04 Haavard Skinnemoendw_dmac: fix copy/paste bug in tasklet
2008-07-08 Haavard Skinnemoendmaengine: Driver for the Synopsys DesignWare DMA contr...