summaryrefslogtreecommitdiffstats
path: root/drivers/dma/pl330.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: Revert "dmaengine: pl330: issue_pending waits until WFP state"Vinod Koul2024-03-281-3/+0
* dmaengine: pl330: Clear callback_result for re-used descsDaniel Scally2024-01-221-0/+1
* dmaengine: pl330: issue_pending waits until WFP stateBumyong Lee2023-12-221-0/+3
* dmaengine: pl330: Return DMA_PAUSED when transaction is pausedIlpo Järvinen2023-08-071-2/+16
* dmaengine: pl330: rename _start to prevent build errorRandy Dunlap2023-05-241-4/+4
* dmaengine: pl330: Remove unused flagsHarini Katakam2022-09-051-4/+0
* dmaengine: pl330: Fix lockdep warning about non-static keyDmitry Osipenko2022-07-061-1/+1
* ARM: 9172/1: amba: Cleanup amba pclk operationWang Kefeng2022-02-281-2/+2
* dmaengine: pl330: fix wrong usage of spinlock flags in dma_cyclcBumyong Lee2021-05-101-2/+4
* amba: Make the remove callback return voidUwe Kleine-König2021-02-021-2/+1
* Merge tag 'dmaengine-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-171-2/+0
|\
| * dmaengine: pl330: Remove unreachable codeSurendran K2020-10-301-2/+0
* | dmaengine: pl330: _prep_dma_memcpy: Fix wrong burst sizeSugar Zhang2020-11-161-1/+1
|/
* dmaengine: pl330: fix argument for taskletVinod Koul2020-10-011-1/+1
* dmaengine: pl330: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-181-6/+6
* Merge tag 'v5.9-rc4' into nextVinod Koul2020-09-111-8/+4
|\
| * Merge tag 'dmaengine-fix-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-09-041-1/+1
| |\
| | * dmaengine: pl330: Fix burst length if burst size is smaller than bus widthMarek Szyprowski2020-08-251-1/+1
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-7/+3
| |/
* | dmaengine: pl330: Drop local dma_parmsRobin Murphy2020-09-111-5/+0
* | dmaengine: pl330: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-031-6/+3
* | dmaengine: pl330: fix instruction dump formattingŁukasz Stelmach2020-08-251-1/+1
|/
* dmaengine: pl330: Demote obvious misuse of kerneldoc to standard comment blockLee Jones2020-07-151-1/+1
* dmaengine: pl330: Add quirk 'arm,pl330-periph-burst'Sugar Zhang2020-07-151-1/+9
* dmaengine: pl330: Improve transfer efficiency for the dregsSugar Zhang2020-07-151-11/+21
* dmaengine: pl330: Remove the burst limit for quirk 'NO-FLUSHP'Sugar Zhang2020-07-151-8/+2
* dmaengine: pl330: Make sure the debug is idle before doing DMAGOSugar Zhang2020-06-241-6/+6
* dmaengine: pl330: Convert to the *_late and *_early system sleep callbacksUlf Hansson2019-12-101-1/+3
* dmaengine: pl330: Drop boilerplate code for suspend/resumeUlf Hansson2019-12-101-10/+2
* dmaengine: pl330: use the same attributes when freeing pl330->mcode_cpuFuqian Huang2019-08-081-4/+5
* Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-07-171-0/+40
|\
| * dmagengine: pl330: add code to get reset propertyDinh Nguyen2019-06-141-0/+40
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* dmaengine: pl330: _stop: clear interrupt statusSugar Zhang2019-04-261-3/+7
* dmaengine: pl330: introduce debugfs interfaceKatsuhiro Suzuki2019-03-251-0/+51
* dmaengine: pl330: drop useless LIST_HEADJulia Lawall2019-01-071-1/+0
* dmaengine: pl330: remove dma_slave_config direction usageVinod Koul2018-11-241-4/+24
* Merge tag 'dmaengine-4.19-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2018-08-181-6/+6
|\
| * dmaengine: pl330: fix irq race with terminate_allJohn Keeping2018-07-251-2/+3
| * dmaengine: pl330: remove set but unused variableVinod Koul2018-07-101-4/+0
| * dmaengine: pl330: Mark expected switch fall-throughVinod Koul2018-07-101-0/+3
* | dmaengine: pl330: report BURST residue granularityMarek Szyprowski2018-06-281-1/+1
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* dmaengine: pl330: flush before wait, and add dev burst support.Frank Mori Hess2018-05-031-50/+159
* dmaengine: pl330: fix a race condition in case of threaded irqsQi Hou2018-03-061-2/+4
* dmaengine: pl330: fix descriptor allocation failAlexander Kochetkov2017-10-201-19/+20
* dmaengine: pl330: constify amba_idArvind Yadav2017-08-281-1/+1
* Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-07-081-76/+66
|\
| * dmaengine: pl330: Delete unused functionsMatthias Kaehlcke2017-06-171-67/+0
| * dmaengine: pl330: Add IOMMU support to slave tranfersRobin Murphy2017-05-301-9/+66