summaryrefslogtreecommitdiffstats
path: root/drivers/dma/iop-adma.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'dmaengine' into async-tx-nextDan Williams2009-09-081-4/+5
|\
| * iop-adma: implement a private tx_listDan Williams2009-09-081-4/+5
* | Merge branch 'iop-raid6' into async-tx-nextDan Williams2009-09-081-44/+393
|\ \
| * | iop-adma: P+Q self testDan Williams2009-08-291-1/+181
| * | iop-adma: P+Q support for iop13xx adma enginesDan Williams2009-08-291-34/+197
| * | iop-adma: fix lockdep false positiveDan Williams2009-08-291-1/+6
| * | iop-adma: cleanup iop_adma_run_tx_complete_actionsDan Williams2009-08-291-9/+10
* | | dmaengine: cleanup unused transaction typesDan Williams2009-09-081-4/+1
|/ /
* | async_tx: add support for asynchronous GF multiplicationDan Williams2009-08-291-1/+1
* | async_tx: rename zero_sum to valDan Williams2009-04-081-19/+19
|/
* dmaengine: initialize tx_list in dma_async_tx_descriptor_initDan Williams2009-03-251-1/+0
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds2009-03-081-8/+8
|\
| * iop-adma, mv_xor: fix mem leak on self-test setup failureRoel Kluin2009-03-041-8/+8
* | [ARM] fix lots of ARM __devexit sillynessRussell King2009-03-031-1/+1
|/
* iop-adma: enable module removalDan Williams2009-01-061-4/+0
* iop-adma: kill debug BUG_ONDan Williams2009-01-061-2/+0
* iop-adma: let devm do its job, don't duplicate freeDan Williams2009-01-061-13/+0
* dmaengine: remove 'bigref' infrastructureDan Williams2009-01-061-1/+0
* dmaengine: kill struct dma_client and supporting infrastructureDan Williams2009-01-061-4/+3
* dmaengine: remove dependency on async_txDan Williams2009-01-051-2/+1
* async_xor: dma_map destination DMA_BIDIRECTIONALDan Williams2008-12-081-3/+13
* iop-adma: use iop_paranoia() for debug BUG_ONsDan Williams2008-11-111-1/+1
* iop-adma: add a dummy read to flush next descriptor updateDan Williams2008-11-111-4/+5
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-1/+1
* iop_adma: document how to calculate the minimum descriptor pool sizeDan Williams2008-07-171-1/+10
* iop_adma: directly reclaim descriptors on allocation failureDan Williams2008-07-171-2/+2
* dmaengine: add DMA_COMPL_SKIP_{SRC,DEST}_UNMAP flags to control dma unmapDan Williams2008-07-081-11/+18
* dmaengine: Add dma_client parameter to device_alloc_chan_resourcesHaavard Skinnemoen2008-07-081-3/+4
* iop-adma: fix platform driver hotplug/coldplugKay Sievers2008-07-081-0/+2
* iop-adma: fixup some kzalloc/memset confusionsChristophe Jaillet2008-05-201-4/+2