summaryrefslogtreecommitdiffstats
path: root/drivers/dma/iop-adma.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/tasklet' into nextVinod Koul2020-10-011-4/+4
|\
| * dmaengine: iop_adma: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-181-4/+4
* | dmaengine: iop-adma: Fix pointer cast warningsYueHaibing2020-09-181-6/+5
|/
* dmaengine: iop-adma: Function parameter documentation must adhere to correct ...Lee Jones2020-07-151-2/+1
* dmaengine: iop-adma: clean up an indentation issueColin Ian King2019-11-141-1/+1
* dmaengine: iop-adma: make array 'handler' static const, makes object smallerColin Ian King2019-10-141-3/+5
* Merge tag 'dmaengine-5.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-09-171-4/+2
|\
| * dmaengine: iop-adma.c: fix printk format warningRandy Dunlap2019-09-041-2/+2
| * dmaengine: iop-adma: remove set but not used variable 'slots_per_op'YueHaibing2019-09-041-2/+0
* | dma: iop-adma: allow building without platform headersArnd Bergmann2019-08-141-2/+1
* | dmaengine: iop-adma: use correct printk format stringsArnd Bergmann2019-08-141-9/+9
* | dmaengine: iop-adma: include prefetch.hArnd Bergmann2019-08-141-0/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-10/+1
* dmaengine: iop-adma: convert callback to helper functionDave Jiang2016-08-081-2/+1
* dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez2016-03-091-4/+4
* drivers/dma/iop-adma: Use dma_alloc_writecombine() kernel-styleLuis R. Rodriguez2015-08-251-4/+5
* dmaengine: Remove FSF mailing addressesJarkko Nikula2015-03-161-4/+0
* dmaengine: Remove .owner field for driverKiran Padwal2014-11-061-1/+0
* Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul2013-11-161-94/+3
|\
| * dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz2013-11-141-94/+2
| * dmaengine: prepare for generic 'unmap' dataDan Williams2013-11-131-0/+1
* | dmaengine: iop: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-251-8/+8
|/
* dma: use dev_get_platdata()Jingoo Han2013-08-131-3/+3
* drivers/dma/iop-adma.c: fix new warningsOlof Johansson2013-07-091-2/+2
* drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz2013-07-031-65/+1
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-02-261-23/+22
|\
| * dma: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2013-01-071-23/+22
* | Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
|/
* dma: remove use of __devinitBill Pemberton2012-11-281-4/+4
* dma: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-101-2/+2
|\
| * iop-adma: Corrected array overflow in RAID6 Xscale(R) test.Don Morris2012-03-281-2/+2
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-03-291-39/+13
|\ \
| * | dmaengine: fix for cookie changes and mergeVinod Koul2012-03-131-0/+1
| * | dmaengine: ensure all DMA engine drivers initialize their cookiesRussell King - ARM Linux2012-03-131-0/+1
| * | dmaengine: fix cookie handling in iop-adma.c and ppc4xx/adma.cRussell King - ARM Linux2012-03-131-10/+2
| * | dmaengine: consolidate tx_status functionsRussell King - ARM Linux2012-03-131-13/+3
| * | dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux2012-03-131-13/+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
| |/
* / dma: Fix typo in iop-adma.cMasanari Iida2012-02-051-1/+1
|/
* dmaengine: convert drivers/dma/* to use module_platform_driver()Axel Lin2011-12-051-14/+2
* dma: fix spacing for method declaration, coding style issue in iop-adma.cCiaran McCormick2011-11-171-2/+2
* dma: use BUG_ON correctly in iop-adma.c, v4Coly Li2011-03-311-3/+3
* Update CONFIG_MD_RAID6_PQ to CONFIG_RAID6_PQ in drivers/dma/iop-adma.cWei Yongquan2011-01-141-2/+2
* Merge branch 'ioat' into dmaengineDan Williams2010-05-171-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | dmaengine: provide helper for setting txstateDan Williams2010-03-261-13/+2
* | DMAENGINE: generic channel status v2Linus Walleij2010-03-261-21/+23
|/
* iop-adma.c: use resource_size()H Hartley Sweeten2009-12-111-2/+2