summaryrefslogtreecommitdiffstats
path: root/drivers/dma/txx9dmac.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: txx9dmac: simplify getting .drvdataWolfram Sang2018-04-221-5/+3
* dmaengine: txx9dmac: convert callback to helper functionDave Jiang2016-08-081-6/+3
* dmaengine: txx9dmac: explicitly freeup irqVinod Koul2016-07-231-2/+7
* dmaengine: txx9: Rename device_controlMaxime Ripard2014-12-221-7/+2
* MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BITRalf Baechle2014-11-241-1/+1
* dma: fix build warnings in txx9Dan Williams2013-12-121-1/+0
* Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul2013-11-161-24/+1
|\
| * dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz2013-11-141-24/+0
| * dmaengine: prepare for generic 'unmap' dataDan Williams2013-11-131-0/+1
* | dmaengine: txx9: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-251-2/+2
|/
* dma: use dev_get_platdata()Jingoo Han2013-08-131-4/+5
* txx9dmac: return DMA_SUCCESS immediately from device_tx_status()Andy Shevchenko2013-08-051-7/+6
* dma: Remove erroneous __exit and __exit_p() referencesMaxin B. John2013-04-151-4/+4
* dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine2012-03-211-1/+1
* dmaengine: consolidate initialization of cookiesRussell King - ARM Linux2012-03-131-2/+2
* dmaengine: consolidate tx_status functionsRussell King - ARM Linux2012-03-131-13/+3
* dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux2012-03-131-1/+1
* dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux2012-03-131-16/+1
* dmaengine: add private header fileRussell King - ARM Linux2012-03-131-0/+2
* dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-131-5/+5
* dmaengine: move drivers to dma_transfer_directionVinod Koul2011-10-271-6/+6
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2010-05-211-10/+13
|\
| * DMAENGINE: extend the control command to include an argLinus Walleij2010-05-171-1/+2
| * dmaengine: provide helper for setting txstateDan Williams2010-03-261-5/+1
| * DMAENGINE: generic channel status v2Linus Walleij2010-03-261-8/+8
| * DMAENGINE: generic slave control v2Linus Walleij2010-03-261-2/+8
* | MIPS: TXx9: Add missing MODULE_ALIAS definitions for TXx9 platform devicesGeert Uytterhoeven2010-04-301-0/+2
|/
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...NeilBrown2009-09-231-13/+11
|\
| * txx9dmac: implement a private tx_listDan Williams2009-09-081-13/+11
* | DMA: Rework txx9dmac suspend_late()/resume_early()Magnus Damm2009-07-221-5/+10
|/
* DMA: txx9dmac: use dma_unmap_single if DMA_COMPL_{SRC,DEST}_UNMAP_SINGLE setAtsushi Nemoto2009-06-241-8/+12
* DMA: TXx9 Soc DMA Controller driverAtsushi Nemoto2009-06-171-0/+1354