aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/pl330.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-18dmaengine: pl330: fix issues with big-endian armv7Ben Dooks1-4/+4
2015-02-16dmaengine: pl330: add DMA_PAUSE featureRobert Baldyga1-0/+28
2015-02-16dmaengine: pl330: improve pl330_tx_status() functionRobert Baldyga1-2/+72
2015-02-10dmaengine: pl330: fix bug that cause start the same descs in cyclicAddy Ke1-0/+6
2014-12-22dmaengine: pl330: Declare slave capabilities for the generic codeMaxime Ripard1-14/+4
2014-12-22dmaengine: pl330: Split device_controlMaxime Ripard1-65/+51
2014-12-22dmaengine: Make the destination abbreviation coherentMaxime Ripard1-1/+1
2014-12-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-4/+95
2014-12-12Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-3/+4
2014-12-05dmaengine: pl330: update author infoJassi Brar1-1/+1
2014-11-27ARM: 8206/1: dmaengine: pl330: Add PM sleep supportKrzysztof Kozlowski1-0/+41
2014-11-17ARM: 8202/1: dmaengine: pl330: Add runtime Power Management support v12Krzysztof Kozlowski1-4/+54
2014-11-17dmaengine: pl330: Correct device assignment.Andrew Jackson1-2/+3
2014-11-17dmaengine: Fix allocation size for PL330 data buffer depth.Liviu Dudau1-2/+2
2014-11-17dmaengine: pl330: Limit MFIFO usage for memcpy to avoid exhausting entriesJon Medhurst1-1/+1