aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/ppc4xx
AgeCommit message (Expand)AuthorFilesLines
2023-09-28dmaengine: ppc4xx: adma: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-3/+2
2023-08-01dmaengine: Explicitly include correct DT includesGravatar Rob Herring 1-1/+1
2023-01-18dmaengine: ppc4xx: Convert to use sysfs_emit()/sysfs_emit_at() APIsGravatar ye xingchen 1-7/+5
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_406.RULEGravatar Thomas Gleixner 2-8/+2
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...Gravatar Thomas Gleixner 1-4/+1
2022-03-11dmaengine: ppc4xx: Make use of the helper macro LIST_HEAD()Gravatar Cai Huoqing 1-1/+1
2021-11-25dmaengine: ppc4xx: remove unused variable `rval'Gravatar Jason Wang 1-2/+1
2021-07-28ppc4xx: replace sscanf() by kstrtoul()Gravatar Salah Triki 1-3/+9
2020-10-30dmaengine: ppc4xx: remove xor_hw_desc assignment without readingGravatar Krzysztof Kozlowski 1-2/+0
2020-10-30dmaengine: ppc4xx: make ppc440spe_adma_chan_list staticGravatar Krzysztof Kozlowski 1-1/+1
2020-09-18dmaengine: ppc4xx: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 1-4/+3
2020-03-11dmaengine: ppc4xx: Use scnprintf() for avoiding potential buffer overflowGravatar Takashi Iwai 1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7Gravatar Thomas Gleixner 1-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2018-10-16dmaengine: ppc4xx: fix off-by-one build failureGravatar Christian Lamparter 1-1/+1
2017-09-06Merge branch 'topic/ppc4xx' into for-linusGravatar Vinod Koul 1-13/+10
2017-07-21dmaengine: ppc4xx: remove DRIVER_ATTR() usageGravatar Greg Kroah-Hartman 1-13/+10
2017-07-19dmaengine: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-8/+6
2016-10-03Merge branch 'topic/unmap_cleanup' into for-linusGravatar Vinod Koul 1-1/+1
2016-10-03Merge branch 'topic/err_reporting' into for-linusGravatar Vinod Koul 1-4/+1
2016-09-14dmaengine: NO_IRQ removal from powerpc-only driversGravatar Michael Ellerman 1-2/+2
2016-08-08dmaengine: ppc4xx/adma: move unmap to before callbackGravatar Dave Jiang 1-1/+1
2016-08-08dmaengine: ppc4xx_adma: convert callback to helper functionGravatar Dave Jiang 1-4/+1
2016-06-21dmaengine: Remove site specific OOM error messages on kzallocGravatar Peter Griffin 1-2/+0
2015-03-16dmaengine: Remove FSF mailing addressesGravatar Jarkko Nikula 1-4/+0
2014-10-20dma: ppc4xx: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-01-29Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-0/+1
2014-01-20drivers/dma: fix error return codeGravatar Julia Lawall 1-0/+1
2013-12-12dma: fix build warnings in ppc4xxGravatar Dan Williams 1-26/+1
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-270/+2
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Vinod Koul 1-269/+1
2013-11-14dmaengine: remove DMA unmap from driversGravatar Bartlomiej Zolnierkiewicz 1-269/+0
2013-11-13dmaengine: prepare for generic 'unmap' dataGravatar Dan Williams 1-0/+1
2013-11-11powerpc: add missing explicit OF includes for ppcGravatar Rob Herring 1-0/+2
2013-10-25dmaengine: ppc4xx: use DMA_COMPLETE for dma completion statusGravatar Vinod Koul 1-1/+1
2013-07-07Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-3/+2
2013-07-05dma: use platform_{get,set}_drvdata()Gravatar Jingoo Han 1-3/+2
2013-07-03drivers/dma: remove unused support for MEMSET operationsGravatar Bartlomiej Zolnierkiewicz 1-47/+0
2013-01-03Drivers: dma: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-2/+2
2012-11-28dma: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-28dma: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-09-01dma: fix commentsGravatar Masanari Iida 1-1/+1
2012-03-13dmaengine: ensure all DMA engine drivers initialize their cookiesGravatar Russell King - ARM Linux 1-0/+1
2012-03-13dmaengine: fix cookie handling in iop-adma.c and ppc4xx/adma.cGravatar Russell King - ARM Linux 1-5/+1
2012-03-13dmaengine: consolidate tx_status functionsGravatar Russell King - ARM Linux 1-14/+2
2012-03-13dmaengine: consolidate assignment of DMA cookiesGravatar Russell King - ARM Linux 1-18/+1
2012-03-13dmaengine: add private header fileGravatar Russell King - ARM Linux 1-0/+1
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureGravatar Russell King - ARM Linux 2-7/+5
2011-04-06Merge branch 'old_next' into nextGravatar Vinod Koul 1-4/+4
2011-03-31dma: use BUG_ON correctly in ppc4xx/adam.c, v4Gravatar Coly Li 1-4/+4