aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/at_hdmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-28dmaengine: at_hdmac: simplify device selection from platform data or DTNicolas Ferre1-32/+31
2011-11-28dmaengine: at_hdmac: empty entry shape modificationNicolas Ferre1-1/+3
2011-11-28dmaengine: at_hdmac: add const to struct platform_device_id definitionNicolas Ferre1-1/+1
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul1-11/+11
2011-11-10dmaengine: at_hdmac: add device tree supportNicolas Ferre1-1/+31
2011-11-10dmaengine: at_hdmac: platform data move to use .id_tableNicolas Ferre1-10/+38
2011-10-27dmaengine: move drivers to dma_transfer_directionVinod Koul1-11/+11
2011-09-20dmaengine: delete redundant chan_id and chancnt initialization in dma driversBarry Song1-3/+2
2011-08-19dmaengine: at_hdmac: fix way to specify cyclic capabilityNicolas Ferre1-6/+4
2011-08-19dmaengine: at_hdmac: add wrappers for testing channel stateNicolas Ferre1-10/+9
2011-08-19dmaengine: at_hdmac: improve power management routinesNicolas Ferre1-1/+87
2011-08-19dmaengine: at_hdmac: replace spin_lock* with irqsave variantsNicolas Ferre1-22/+30
2011-06-06dma: at_hdmac.c: use resource_sizeH Hartley Sweeten1-2/+2
2011-05-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-85/+291
2011-05-12dmaengine: at_hdmac: pause: no need to wait for FIFO emptyNicolas Ferre1-16/+0
2011-05-09dmaengine: at_hdmac: use descriptor chaining help functionNicolas Ferre1-30/+3
2011-05-09dmaengine: at_hdmac: implement pause and resume in atc_controlNicolas Ferre1-27/+70
2011-05-09dmaengine: at_hdmac: set residue as total len in atc_tx_statusNicolas Ferre1-1/+6
2011-05-02dmaengine: at_hdmac: specialize AHB interfaces to optimize transfersNicolas Ferre1-11/+15
2011-05-02dmaengine: at_hdmac: remove channel status testing in taskletNicolas Ferre1-7/+0
2011-05-02dmaengine: at_hdmac: debug information sg_len for prep_slave_sgNicolas Ferre1-1/+2
2011-05-02dmaengine: at_hdmac: add cyclic DMA operation supportNicolas Ferre1-14/+217
2011-05-02dmaengine: at_hdmac: modify way to use interruptsNicolas Ferre1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-10/+9
2011-01-14dmaengine: at_hdmac: fix race while monitoring channel statusNicolas Ferre1-2/+2
2011-01-14dmaengine: at_hdmac: flags located in first descriptorNicolas Ferre1-3/+3
2011-01-14dmaengine: at_hdmac: use subsys_initcall instead of module_initEric Xu1-1/+1
2011-01-14dmaengine: at_hdmac: no need set ACK in new descriptorNicolas Ferre1-1/+0
2011-01-14dmaengine: at_hdmac: trivial add precision to unmapping commentNicolas Ferre1-1/+1
2011-01-14dmaengine: at_hdmac: use dma_address to program DMA hardwareNicolas Ferre1-2/+2
2010-12-14dmaengine: at_hdmac: fix buffer transfer size specificationNicolas Ferre1-1/+1
2010-08-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-2/+2
2010-08-04DMAENGINE: at_hdmac: locking fixletYong Wang1-2/+2
2010-06-16Merge branch 'master' into for-nextJiri Kosina1-16/+19
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-05-17Merge branch 'ioat' into dmaengineDan Williams1-0/+1
2010-05-17DMAENGINE: extend the control command to include an argLinus Walleij1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-26dmaengine: provide helper for setting txstateDan Williams1-6/+1
2010-03-26DMAENGINE: generic channel status v2Linus Walleij1-14/+15
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/+2
2009-12-16dma: at_hdmac: correct incompatible type for argument 1 of 'spin_lock_bh'Nicolas Ferre1-2/+2
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-09-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx into for-linusNeilBrown1-29/+31
2009-09-14at_hdmac: Rework suspend_late()/resume_early()Dan Williams1-7/+12
2009-09-08dmaengine: Move all map_sg/unmap_sg for slave channel to its clientAtsushi Nemoto1-21/+22
2009-09-08at_hdmac: implement a private tx_listDan Williams1-8/+9