aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/pl330.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+40
2019-06-14dmagengine: pl330: add code to get reset propertyDinh Nguyen1-0/+40
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-26dmaengine: pl330: _stop: clear interrupt statusSugar Zhang1-3/+7
2019-03-25dmaengine: pl330: introduce debugfs interfaceKatsuhiro Suzuki1-0/+51
2019-01-07dmaengine: pl330: drop useless LIST_HEADJulia Lawall1-1/+0
2018-11-24dmaengine: pl330: remove dma_slave_config direction usageVinod Koul1-4/+24
2018-08-18Merge tag 'dmaengine-4.19-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-6/+6
2018-07-25dmaengine: pl330: fix irq race with terminate_allJohn Keeping1-2/+3
2018-07-10dmaengine: pl330: remove set but unused variableVinod Koul1-4/+0
2018-07-10dmaengine: pl330: Mark expected switch fall-throughVinod Koul1-0/+3
2018-06-28dmaengine: pl330: report BURST residue granularityMarek Szyprowski1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-05-03dmaengine: pl330: flush before wait, and add dev burst support.Frank Mori Hess1-50/+159
2018-03-06dmaengine: pl330: fix a race condition in case of threaded irqsQi Hou1-2/+4
2017-10-20dmaengine: pl330: fix descriptor allocation failAlexander Kochetkov1-19/+20
2017-08-28dmaengine: pl330: constify amba_idArvind Yadav1-1/+1
2017-07-08Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-76/+66
2017-06-17dmaengine: pl330: Delete unused functionsMatthias Kaehlcke1-67/+0
2017-06-02dmaengine: pl330: fix warning in pl330_removeJean-Philippe Brucker1-1/+2
2017-05-30dmaengine: pl330: Add IOMMU support to slave tranfersRobin Murphy1-9/+66
2017-03-28dmaengine: pl330: remove pdata based initializationMarek Szyprowski1-34/+8
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/mediatek', 'arm/core', 'x86/vt-d' and 'core' into nextJoerg Roedel1-15/+20
2017-01-30Merge branch 'iommu/iommu-priv' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/coreJoerg Roedel1-2/+3
2017-01-25dmaengine: pl330: fix double lockIago Abal1-13/+6
2017-01-19dmaengine: pl330: Make sure microcode is privilegedMitchel Humpherys1-2/+3
2017-01-03dmaengine: pl330: Fix runtime PM support for terminated transfersMarek Szyprowski1-0/+11
2016-12-12dmaengine: pl330: remove unused ‘regs’Vinod Koul1-3/+0
2016-12-08dmaengine: pl330: do not generate unaligned accessVladimir Murzin1-5/+10
2016-11-14dmaengine: pl330: Handle xferred count if DMAMOV hasn't finishedStephen Barber1-0/+5
2016-10-03Merge branch 'topic/pl330' into for-linusVinod Koul1-1/+14
2016-09-09dmaengine: pl330: Acquire dmac's spinlock in pl330_tx_statusHsin-Yu Chao1-0/+2
2016-09-09dmaengine: pl330: fix residual for non-running BUSY descriptorsStephen Barber1-1/+12
2016-08-08dmaengine: pl330: convert callback to helper functionDave Jiang1-6/+4
2016-07-16dmaengine: pl330: explicitly freeup irqVinod Koul1-0/+6
2016-06-21dmaengine: Remove site specific OOM error messages on kzallocPeter Griffin1-4/+1
2016-03-01dmaengine: pl330: fix to support the burst modeCaesar Wang1-5/+4
2016-02-09dmaengine: pl330: add max burst for dmaengineShawn Lin1-0/+3
2016-02-09dmaengine: pl330: add quirk for broken no flushpAddy Ke1-25/+62
2016-02-09dmaengine: pl330: support burst mode for dev-to-mem and mem-to-dev transmitBoojin Kim1-7/+13
2015-09-04Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+3
2015-08-19dmaengine: pl330: do not emit loop for 1 byte transfer.Michal Suchanek1-0/+3
2015-07-07dmaengine: pl330: Really fix choppy sound because of wrong residue calculationKrzysztof Kozlowski1-1/+1
2015-07-07dmaengine: pl330: Fix overflow when reporting residue in memcpyKrzysztof Kozlowski1-0/+1
2015-06-29Merge tag 'dmaengine-4.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-3/+5
2015-06-08dmaengine: pl330: fix wording in mcbufsz messageMichal Suchanek1-2/+2
2015-05-25dmaengine: pl330: Initialize pl330 for pl330_prep_dma_memcpy after NULL check of pchManinder Singh1-1/+3
2015-05-22dmaengine: pl330: Fix hang on dmaengine_terminate_all on certain boardsKrzysztof Kozlowski1-0/+3
2015-03-18dmaengine: pl330: fix return status on pending transfersBen Dooks1-1/+11
2015-03-18dmaengine: pl330: make unexported functions staticBen Dooks1-3/+3