dmaengine: fix cyclic dma usage
[linux-flexiantxendom0-3.2.10.git] / drivers / dma / at_hdmac.c
2012-05-15 Vinod Kouldmaengine: fix cyclic dma usage
2012-04-20 Nicolas Ferredmaengine: at_hdmac: remove clear-on-read in atc_dostart()
2012-03-21 Nicolas Ferredmaengine: at_hdmac: add slave config operation
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-01-31 Nikolaus Vossat_hdmac: bugfix for enabling channel irq
2011-11-28 Nicolas Ferredmaengine: at_hdmac: simplify device selection from...
2011-11-28 Nicolas Ferredmaengine: at_hdmac: empty entry shape modification
2011-11-28 Nicolas Ferredmaengine: at_hdmac: add const to struct platform_devic...
2011-11-17 Vinod KoulMerge branch 'dma_slave_direction' into next_test_dirn
2011-11-10 Nicolas Ferredmaengine: at_hdmac: add device tree support
2011-11-10 Nicolas Ferredmaengine: at_hdmac: platform data move to use .id_table
2011-10-27 Vinod Kouldmaengine: move drivers to dma_transfer_direction
2011-09-20 Barry Songdmaengine: delete redundant chan_id and chancnt initial...
2011-08-19 Nicolas Ferredmaengine: at_hdmac: fix way to specify cyclic capability
2011-08-19 Nicolas Ferredmaengine: at_hdmac: add wrappers for testing channel...
2011-08-19 Nicolas Ferredmaengine: at_hdmac: improve power management routines
2011-08-19 Nicolas Ferredmaengine: at_hdmac: replace spin_lock* with irqsave...
2011-06-06 H Hartley Sweetendma: at_hdmac.c: use resource_size
2011-05-28 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2011-05-12 Nicolas Ferredmaengine: at_hdmac: pause: no need to wait for FIFO...
2011-05-09 Nicolas Ferredmaengine: at_hdmac: use descriptor chaining help function
2011-05-09 Nicolas Ferredmaengine: at_hdmac: implement pause and resume in...
2011-05-09 Nicolas Ferredmaengine: at_hdmac: set residue as total len in atc_tx...
2011-05-02 Nicolas Ferredmaengine: at_hdmac: specialize AHB interfaces to optim...
2011-05-02 Nicolas Ferredmaengine: at_hdmac: remove channel status testing...
2011-05-02 Nicolas Ferredmaengine: at_hdmac: debug information sg_len for prep_...
2011-05-02 Nicolas Ferredmaengine: at_hdmac: add cyclic DMA operation support
2011-05-02 Nicolas Ferredmaengine: at_hdmac: modify way to use interrupts
2011-03-31 Lucas De MarchiFix common misspellings
2011-01-17 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2011-01-15 Nicolas Ferredmaengine: at_hdmac: fix race while monitoring channel...
2011-01-15 Nicolas Ferredmaengine: at_hdmac: flags located in first descriptor
2011-01-15 Eric Xudmaengine: at_hdmac: use subsys_initcall instead of...
2011-01-15 Nicolas Ferredmaengine: at_hdmac: no need set ACK in new descriptor
2011-01-15 Nicolas Ferredmaengine: at_hdmac: trivial add precision to unmapping...
2011-01-15 Nicolas Ferredmaengine: at_hdmac: use dma_address to program DMA...
2010-12-14 Nicolas Ferredmaengine: at_hdmac: fix buffer transfer size specification
2010-08-10 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2010-08-05 Yong WangDMAENGINE: at_hdmac: locking fixlet
2010-06-16 Jiri KosinaMerge branch 'master' into for-next
2010-06-16 Uwe Kleine-Königfix typos concerning "initiali[zs]e"
2010-05-17 Dan WilliamsMerge branch 'ioat' into dmaengine
2010-05-17 Linus WalleijDMAENGINE: extend the control command to include an arg
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
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
2009-12-30 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2009-12-16 Nicolas Ferredma: at_hdmac: correct incompatible type for argument...
2009-12-15 Alexey Dobriyanconst: constify remaining dev_pm_ops
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-09-23 NeilBrownMerge branch 'next' of git://git./linux/kernel/git...
2009-09-14 Dan Williamsat_hdmac: Rework suspend_late()/resume_early()
2009-09-09 Atsushi Nemotodmaengine: Move all map_sg/unmap_sg for slave channel...
2009-09-09 Dan Williamsat_hdmac: implement a private tx_list
2009-07-23 Nicolas Ferredmaengine: at_hdmac: add DMA slave transfers
2009-07-23 Nicolas Ferredmaengine: at_hdmac: new driver for the Atmel AHB DMA...