aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/txx9dmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-18dmaengine: txx9dmac: convert tasklets to use new tasklet_setup() APIAllen Pais1-8/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-3/+0
2018-04-22dmaengine: txx9dmac: simplify getting .drvdataWolfram Sang1-5/+3
2016-08-08dmaengine: txx9dmac: convert callback to helper functionDave Jiang1-6/+3
2016-07-23dmaengine: txx9dmac: explicitly freeup irqVinod Koul1-2/+7
2014-12-22dmaengine: txx9: Rename device_controlMaxime Ripard1-7/+2
2014-11-24MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BITRalf Baechle1-1/+1
2013-12-12dma: fix build warnings in txx9Dan Williams1-1/+0
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineVinod Koul1-24/+1
2013-11-14dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz1-24/+0
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams1-0/+1
2013-10-25dmaengine: txx9: use DMA_COMPLETE for dma completion statusVinod Koul1-2/+2
2013-08-13dma: use dev_get_platdata()Jingoo Han1-4/+5
2013-08-05txx9dmac: return DMA_SUCCESS immediately from device_tx_status()Andy Shevchenko1-7/+6
2013-04-15dma: Remove erroneous __exit and __exit_p() referencesMaxin B. John1-4/+4
2012-03-21dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine1-1/+1
2012-03-13dmaengine: consolidate initialization of cookiesRussell King - ARM Linux1-2/+2
2012-03-13dmaengine: consolidate tx_status functionsRussell King - ARM Linux1-13/+3
2012-03-13dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux1-1/+1
2012-03-13dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux1-16/+1
2012-03-13dmaengine: add private header fileRussell King - ARM Linux1-0/+2
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux1-5/+5
2011-10-27dmaengine: move drivers to dma_transfer_directionVinod Koul1-6/+6
2010-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-10/+13
2010-05-17DMAENGINE: extend the control command to include an argLinus Walleij1-1/+2
2010-04-30MIPS: TXx9: Add missing MODULE_ALIAS definitions for TXx9 platform devicesGeert Uytterhoeven1-0/+2
2010-03-26dmaengine: provide helper for setting txstateDan Williams1-5/+1
2010-03-26DMAENGINE: generic channel status v2Linus Walleij1-8/+8
2010-03-26DMAENGINE: generic slave control v2Linus Walleij1-2/+8
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-09-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx into for-linusNeilBrown1-13/+11
2009-09-08txx9dmac: implement a private tx_listDan Williams1-13/+11
2009-07-22DMA: Rework txx9dmac suspend_late()/resume_early()Magnus Damm1-5/+10
2009-06-24DMA: txx9dmac: use dma_unmap_single if DMA_COMPL_{SRC,DEST}_UNMAP_SINGLE setAtsushi Nemoto1-8/+12
2009-06-17DMA: TXx9 Soc DMA Controller driverAtsushi Nemoto1-0/+1354