summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ppc4xx
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: Explicitly include correct DT includesRob Herring2023-08-011-1/+1
* dmaengine: ppc4xx: Convert to use sysfs_emit()/sysfs_emit_at() APIsye xingchen2023-01-181-7/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_406.RULEThomas Gleixner2022-06-102-8/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...Thomas Gleixner2022-06-101-4/+1
* dmaengine: ppc4xx: Make use of the helper macro LIST_HEAD()Cai Huoqing2022-03-111-1/+1
* dmaengine: ppc4xx: remove unused variable `rval'Jason Wang2021-11-251-2/+1
* ppc4xx: replace sscanf() by kstrtoul()Salah Triki2021-07-281-3/+9
* dmaengine: ppc4xx: remove xor_hw_desc assignment without readingKrzysztof Kozlowski2020-10-301-2/+0
* dmaengine: ppc4xx: make ppc440spe_adma_chan_list staticKrzysztof Kozlowski2020-10-301-1/+1
* dmaengine: ppc4xx: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-181-4/+3
* dmaengine: ppc4xx: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-111-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7Thomas Gleixner2019-05-211-13/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* dmaengine: ppc4xx: fix off-by-one build failureChristian Lamparter2018-10-161-1/+1
* Merge branch 'topic/ppc4xx' into for-linusVinod Koul2017-09-061-13/+10
|\
| * dmaengine: ppc4xx: remove DRIVER_ATTR() usageGreg Kroah-Hartman2017-07-211-13/+10
* | dmaengine: Convert to using %pOF instead of full_nameRob Herring2017-07-191-8/+6
|/
* Merge branch 'topic/unmap_cleanup' into for-linusVinod Koul2016-10-031-1/+1
|\
| * dmaengine: ppc4xx/adma: move unmap to before callbackDave Jiang2016-08-081-1/+1
* | Merge branch 'topic/err_reporting' into for-linusVinod Koul2016-10-031-4/+1
|\|
| * dmaengine: ppc4xx_adma: convert callback to helper functionDave Jiang2016-08-081-4/+1
* | dmaengine: NO_IRQ removal from powerpc-only driversMichael Ellerman2016-09-141-2/+2
|/
* dmaengine: Remove site specific OOM error messages on kzallocPeter Griffin2016-06-211-2/+0
* dmaengine: Remove FSF mailing addressesJarkko Nikula2015-03-161-4/+0
* dma: ppc4xx: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-01-291-0/+1
|\
| * drivers/dma: fix error return codeJulia Lawall2014-01-201-0/+1
* | dma: fix build warnings in ppc4xxDan Williams2013-12-121-26/+1
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-11-201-270/+2
|\
| * Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul2013-11-161-269/+1
| |\
| | * dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz2013-11-141-269/+0
| | * dmaengine: prepare for generic 'unmap' dataDan Williams2013-11-131-0/+1
| * | dmaengine: ppc4xx: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-251-1/+1
| |/
* / powerpc: add missing explicit OF includes for ppcRob Herring2013-11-111-0/+2
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-07-071-3/+2
|\
| * dma: use platform_{get,set}_drvdata()Jingoo Han2013-07-051-3/+2
* | drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz2013-07-031-47/+0
|/
* Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+2
* dma: remove use of __devinitBill Pemberton2012-11-281-1/+1
* dma: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* dma: fix commentsMasanari Iida2012-09-011-1/+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-5/+1
* dmaengine: consolidate tx_status functionsRussell King - ARM Linux2012-03-131-14/+2
* dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux2012-03-131-18/+1
* dmaengine: add private header fileRussell King - ARM Linux2012-03-131-0/+1
* dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-132-7/+5
* Merge branch 'old_next' into nextVinod Koul2011-04-061-4/+4
|\
| * dma: use BUG_ON correctly in ppc4xx/adam.c, v4Coly Li2011-03-311-4/+4
* | dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-281-6/+5
|/