aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/ppc4xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-30dmaengine: ppc4xx: remove xor_hw_desc assignment without readingKrzysztof Kozlowski1-2/+0
2020-10-30dmaengine: ppc4xx: make ppc440spe_adma_chan_list staticKrzysztof Kozlowski1-1/+1
2020-09-18dmaengine: ppc4xx: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-03-11dmaengine: ppc4xx: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7Thomas Gleixner1-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2018-10-16dmaengine: ppc4xx: fix off-by-one build failureChristian Lamparter1-1/+1
2017-09-06Merge branch 'topic/ppc4xx' into for-linusVinod Koul1-13/+10
2017-07-21dmaengine: ppc4xx: remove DRIVER_ATTR() usageGreg Kroah-Hartman1-13/+10
2017-07-19dmaengine: Convert to using %pOF instead of full_nameRob Herring1-8/+6
2016-10-03Merge branch 'topic/unmap_cleanup' into for-linusVinod Koul1-1/+1
2016-10-03Merge branch 'topic/err_reporting' into for-linusVinod Koul1-4/+1
2016-09-14dmaengine: NO_IRQ removal from powerpc-only driversMichael Ellerman1-2/+2
2016-08-08dmaengine: ppc4xx/adma: move unmap to before callbackDave Jiang1-1/+1
2016-08-08dmaengine: ppc4xx_adma: convert callback to helper functionDave Jiang1-4/+1
2016-06-21dmaengine: Remove site specific OOM error messages on kzallocPeter Griffin1-2/+0
2015-03-16dmaengine: Remove FSF mailing addressesJarkko Nikula1-4/+0
2014-10-20dma: ppc4xx: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-29Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+1
2014-01-20drivers/dma: fix error return codeJulia Lawall1-0/+1
2013-12-12dma: fix build warnings in ppc4xxDan Williams1-26/+1
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-270/+2
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineVinod Koul1-269/+1
2013-11-14dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz1-269/+0
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams1-0/+1
2013-11-11powerpc: add missing explicit OF includes for ppcRob Herring1-0/+2
2013-10-25dmaengine: ppc4xx: use DMA_COMPLETE for dma completion statusVinod Koul1-1/+1
2013-07-07Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-3/+2
2013-07-05dma: use platform_{get,set}_drvdata()Jingoo Han1-3/+2
2013-07-03drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz1-47/+0
2013-01-03Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-11-28dma: remove use of __devinitBill Pemberton1-1/+1
2012-11-28dma: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-01dma: fix commentsMasanari Iida1-1/+1
2012-03-13dmaengine: ensure all DMA engine drivers initialize their cookiesRussell King - ARM Linux1-0/+1
2012-03-13dmaengine: fix cookie handling in iop-adma.c and ppc4xx/adma.cRussell King - ARM Linux1-5/+1
2012-03-13dmaengine: consolidate tx_status functionsRussell King - ARM Linux1-14/+2
2012-03-13dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux1-18/+1
2012-03-13dmaengine: add private header fileRussell King - ARM Linux1-0/+1
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2-7/+5
2011-04-06Merge branch 'old_next' into nextVinod Koul1-4/+4
2011-03-31dma: use BUG_ON correctly in ppc4xx/adam.c, v4Coly Li1-4/+4
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely1-6/+5
2010-12-04drivers/dma/ppc4xx: Use printf extension %pR for struct resourceJoe Perches1-3/+2
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-4/+4
2010-07-02of/dma: fix build breakage in ppc4xx adma driverDan Williams1-1/+3
2010-06-02of/dma: fix build breakage in ppc4xx adma driverAnatolij Gustschin1-2/+2
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-12/+7
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-1/+1
2010-05-17Merge branch 'ioat' into dmaengineDan Williams1-0/+1