aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/iop-adma.c
AgeCommit message (Expand)Author
2022-10-19dmaengine: remove iop-adma driverArnd Bergmann
2020-10-01Merge branch 'topic/tasklet' into nextVinod Koul
2020-09-18dmaengine: iop-adma: Fix pointer cast warningsYueHaibing
2020-09-18dmaengine: iop_adma: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-07-15dmaengine: iop-adma: Function parameter documentation must adhere to correct ...Lee Jones
2019-11-14dmaengine: iop-adma: clean up an indentation issueColin Ian King
2019-10-14dmaengine: iop-adma: make array 'handler' static const, makes object smallerColin Ian King
2019-09-17Merge tag 'dmaengine-5.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2019-09-04dmaengine: iop-adma.c: fix printk format warningRandy Dunlap
2019-09-04dmaengine: iop-adma: remove set but not used variable 'slots_per_op'YueHaibing
2019-08-14dma: iop-adma: allow building without platform headersArnd Bergmann
2019-08-14dmaengine: iop-adma: use correct printk format stringsArnd Bergmann
2019-08-14dmaengine: iop-adma: include prefetch.hArnd Bergmann
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2016-08-08dmaengine: iop-adma: convert callback to helper functionDave Jiang
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez
2015-08-25drivers/dma/iop-adma: Use dma_alloc_writecombine() kernel-styleLuis R. Rodriguez
2015-03-16dmaengine: Remove FSF mailing addressesJarkko Nikula
2014-11-06dmaengine: Remove .owner field for driverKiran Padwal
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul
2013-11-14dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams
2013-10-25dmaengine: iop: use DMA_COMPLETE for dma completion statusVinod Koul
2013-08-13dma: use dev_get_platdata()Jingoo Han
2013-07-09drivers/dma/iop-adma.c: fix new warningsOlof Johansson
2013-07-03drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-01-07dma: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches
2013-01-03Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman
2012-11-28dma: remove use of __devinitBill Pemberton
2012-11-28dma: remove use of __devexit_pBill Pemberton
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-03-28iop-adma: Corrected array overflow in RAID6 Xscale(R) test.Don Morris
2012-03-13dmaengine: fix for cookie changes and mergeVinod Koul
2012-03-13dmaengine: ensure all DMA engine drivers initialize their cookiesRussell King - ARM Linux
2012-03-13dmaengine: fix cookie handling in iop-adma.c and ppc4xx/adma.cRussell King - ARM Linux
2012-03-13dmaengine: consolidate tx_status functionsRussell King - ARM Linux
2012-03-13dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux
2012-03-13dmaengine: add private header fileRussell King - ARM Linux
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux
2012-02-05dma: Fix typo in iop-adma.cMasanari Iida
2011-12-05dmaengine: convert drivers/dma/* to use module_platform_driver()Axel Lin
2011-11-17dma: fix spacing for method declaration, coding style issue in iop-adma.cCiaran McCormick
2011-03-31dma: use BUG_ON correctly in iop-adma.c, v4Coly Li
2011-01-14Update CONFIG_MD_RAID6_PQ to CONFIG_RAID6_PQ in drivers/dma/iop-adma.cWei Yongquan
2010-05-17Merge branch 'ioat' into dmaengineDan Williams
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-26dmaengine: provide helper for setting txstateDan Williams
2010-03-26DMAENGINE: generic channel status v2Linus Walleij