summaryrefslogtreecommitdiffstats
path: root/drivers/dma/intel_mid_dma.c
AgeCommit message (Expand)AuthorLines
2014-12-22dmaengine: intel-mid-dma: Split device_controlMaxime Ripard-19/+6
2013-10-25dmaengine: intel_mid_dma: use DMA_COMPLETE for dma completion statusVinod Koul-2/+2
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki-1/+1
2013-01-03Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman-1/+1
2012-11-28dma: remove use of __devinitBill Pemberton-1/+1
2012-11-28dma: remove use of __devexit_pBill Pemberton-1/+1
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov-1/+1
2012-05-11dmaengine: Use dma_sg_len(sg) instead of sg->lengthLars-Peter Clausen-3/+3
2012-05-11dmaengine: Use sg_dma_address instead of sg_physLars-Peter Clausen-1/+1
2012-03-21dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine-1/+2
2012-03-13dmaengine: fix for cookie changes and mergeVinod Koul-0/+1
2012-03-13dmaengine: consolidate initialization of cookiesRussell King - ARM Linux-2/+2
2012-03-13dmaengine: consolidate tx_status functionsRussell King - ARM Linux-16/+3
2012-03-13dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux-1/+1
2012-03-13dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux-8/+1
2012-03-13dmaengine: add private header fileRussell King - ARM Linux-0/+2
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux-5/+4
2012-02-22dmaengine: intel_mid_dma: move pm_runtime_putAdrian Hunter-1/+1
2012-02-22dmaengine: intel_mid_dma: fix error status maskAdrian Hunter-1/+2
2012-01-02dmaengine: intel_mid_dma: remove legacy pm interfaceKristen Carlson Accardi-5/+7
2011-12-23dmaengine: intel_mid_dma: error path fixAdrian Hunter-1/+5
2011-12-23dmaengine: intel_mid_dma: locking and freeing fixesAdrian Hunter-1/+6
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul-7/+7
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+1
2011-10-31x86: fix up files really needing to include module.hPaul Gortmaker-0/+1
2011-10-27dmaengine: move drivers to dma_transfer_directionVinod Koul-7/+7
2011-10-16dmaengine: mid_dma: mask_peripheral_interrupt only when dmac is idleVinod Koul-4/+3
2011-09-20dmaengine: delete redundant chan_id and chancnt initialization in dma driversBarry Song-2/+0
2011-07-26dma: intel_mid_dma: remove redundant pci_set_drvdata callsAxel Lin-2/+0
2011-05-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds-4/+13
2011-04-01intel_mid_dma: fix runtime pm issuesKristen Carlson Accardi-4/+13
2011-03-31Fix common misspellingsLucas De Marchi-4/+4
2011-01-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds-9/+24
2010-12-22Merge branch 'master' into for-nextJiri Kosina-5/+3
2010-12-07Merge branches 'fsldma' and 'intel-mid' into dmaengineDan Williams-9/+24
2010-12-04intel_mid_dma: add support for single item scatter-gather listFeng Tang-4/+24
2010-12-04intel_mid_dma: fix section mismatch warningsDan Williams-3/+3
2010-12-03dma: intel_mid_dma: fix double free on mid_setup_dma error pathAxel Lin-2/+0
2010-12-03dma/intel_mid_dma: remove unneeded null checkDan Carpenter-5/+0
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König-3/+3
2010-10-07intel_mid_dma: change the slave interfaceKoul, Vinod-23/+43
2010-10-07intel_mid_dma: fix the WARN_ONsKoul, Vinod-3/+3
2010-10-07intel_mid_dma: Add sg list support to DMA driverRamesh Babu K V-46/+221
2010-10-07intel_mid_dma: Allow DMAC2 to share interruptYong Wang-4/+1
2010-10-07intel_mid_dma: Allow IRQ sharingYong Wang-11/+14
2010-10-07intel_mid_dma: Add runtime PM supportKoul, Vinod-7/+116
2010-07-27intel_mid: Add Mrst & Mfld DMA DriversVinod Koul-0/+1143