aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/pl330.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02amba: Make the remove callback return voidGravatar Uwe Kleine-König 1-2/+1
2020-12-17Merge tag 'dmaengine-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+0
2020-11-16dmaengine: pl330: _prep_dma_memcpy: Fix wrong burst sizeGravatar Sugar Zhang 1-1/+1
2020-10-30dmaengine: pl330: Remove unreachable codeGravatar Surendran K 1-2/+0
2020-10-01dmaengine: pl330: fix argument for taskletGravatar Vinod Koul 1-1/+1
2020-09-18dmaengine: pl330: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 1-6/+6
2020-09-11Merge tag 'v5.9-rc4' into nextGravatar Vinod Koul 1-8/+4
2020-09-11dmaengine: pl330: Drop local dma_parmsGravatar Robin Murphy 1-5/+0
2020-09-04Merge tag 'dmaengine-fix-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2020-09-03dmaengine: pl330: Simplify with dev_err_probe()Gravatar Krzysztof Kozlowski 1-6/+3
2020-08-25dmaengine: pl330: fix instruction dump formattingGravatar Łukasz Stelmach 1-1/+1
2020-08-25dmaengine: pl330: Fix burst length if burst size is smaller than bus widthGravatar Marek Szyprowski 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-7/+3
2020-07-15dmaengine: pl330: Demote obvious misuse of kerneldoc to standard comment blockGravatar Lee Jones 1-1/+1
2020-07-15dmaengine: pl330: Add quirk 'arm,pl330-periph-burst'Gravatar Sugar Zhang 1-1/+9
2020-07-15dmaengine: pl330: Improve transfer efficiency for the dregsGravatar Sugar Zhang 1-11/+21
2020-07-15dmaengine: pl330: Remove the burst limit for quirk 'NO-FLUSHP'Gravatar Sugar Zhang 1-8/+2
2020-06-24dmaengine: pl330: Make sure the debug is idle before doing DMAGOGravatar Sugar Zhang 1-6/+6
2019-12-10dmaengine: pl330: Convert to the *_late and *_early system sleep callbacksGravatar Ulf Hansson 1-1/+3
2019-12-10dmaengine: pl330: Drop boilerplate code for suspend/resumeGravatar Ulf Hansson 1-10/+2
2019-08-08dmaengine: pl330: use the same attributes when freeing pl330->mcode_cpuGravatar Fuqian Huang 1-4/+5
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-0/+40
2019-06-14dmagengine: pl330: add code to get reset propertyGravatar Dinh Nguyen 1-0/+40
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-04-26dmaengine: pl330: _stop: clear interrupt statusGravatar Sugar Zhang 1-3/+7
2019-03-25dmaengine: pl330: introduce debugfs interfaceGravatar Katsuhiro Suzuki 1-0/+51
2019-01-07dmaengine: pl330: drop useless LIST_HEADGravatar Julia Lawall 1-1/+0
2018-11-24dmaengine: pl330: remove dma_slave_config direction usageGravatar Vinod Koul 1-4/+24
2018-08-18Merge tag 'dmaengine-4.19-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-6/+6
2018-07-25dmaengine: pl330: fix irq race with terminate_allGravatar John Keeping 1-2/+3
2018-07-10dmaengine: pl330: remove set but unused variableGravatar Vinod Koul 1-4/+0
2018-07-10dmaengine: pl330: Mark expected switch fall-throughGravatar Vinod Koul 1-0/+3
2018-06-28dmaengine: pl330: report BURST residue granularityGravatar Marek Szyprowski 1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-2/+2
2018-05-03dmaengine: pl330: flush before wait, and add dev burst support.Gravatar Frank Mori Hess 1-50/+159
2018-03-06dmaengine: pl330: fix a race condition in case of threaded irqsGravatar Qi Hou 1-2/+4
2017-10-20dmaengine: pl330: fix descriptor allocation failGravatar Alexander Kochetkov 1-19/+20
2017-08-28dmaengine: pl330: constify amba_idGravatar Arvind Yadav 1-1/+1
2017-07-08Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-76/+66
2017-06-17dmaengine: pl330: Delete unused functionsGravatar Matthias Kaehlcke 1-67/+0
2017-06-02dmaengine: pl330: fix warning in pl330_removeGravatar Jean-Philippe Brucker 1-1/+2
2017-05-30dmaengine: pl330: Add IOMMU support to slave tranfersGravatar Robin Murphy 1-9/+66
2017-03-28dmaengine: pl330: remove pdata based initializationGravatar Marek Szyprowski 1-34/+8
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Gravatar Joerg Roedel 1-15/+20
2017-01-30Merge branch 'iommu/iommu-priv' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Joerg Roedel 1-2/+3
2017-01-25dmaengine: pl330: fix double lockGravatar Iago Abal 1-13/+6
2017-01-19dmaengine: pl330: Make sure microcode is privilegedGravatar Mitchel Humpherys 1-2/+3
2017-01-03dmaengine: pl330: Fix runtime PM support for terminated transfersGravatar Marek Szyprowski 1-0/+11
2016-12-12dmaengine: pl330: remove unused ‘regs’Gravatar Vinod Koul 1-3/+0
2016-12-08dmaengine: pl330: do not generate unaligned accessGravatar Vladimir Murzin 1-5/+10