aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/pl330.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-14dmaengine: pl330: Handle xferred count if DMAMOV hasn't finishedGravatar Stephen Barber 1-0/+5
2016-10-03Merge branch 'topic/pl330' into for-linusGravatar Vinod Koul 1-1/+14
2016-09-09dmaengine: pl330: Acquire dmac's spinlock in pl330_tx_statusGravatar Hsin-Yu Chao 1-0/+2
2016-09-09dmaengine: pl330: fix residual for non-running BUSY descriptorsGravatar Stephen Barber 1-1/+12
2016-08-08dmaengine: pl330: convert callback to helper functionGravatar Dave Jiang 1-6/+4
2016-07-16dmaengine: pl330: explicitly freeup irqGravatar Vinod Koul 1-0/+6
2016-06-21dmaengine: Remove site specific OOM error messages on kzallocGravatar Peter Griffin 1-4/+1
2016-03-01dmaengine: pl330: fix to support the burst modeGravatar Caesar Wang 1-5/+4
2016-02-09dmaengine: pl330: add max burst for dmaengineGravatar Shawn Lin 1-0/+3
2016-02-09dmaengine: pl330: add quirk for broken no flushpGravatar Addy Ke 1-25/+62
2016-02-09dmaengine: pl330: support burst mode for dev-to-mem and mem-to-dev transmitGravatar Boojin Kim 1-7/+13
2015-09-04Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-0/+3
2015-08-19dmaengine: pl330: do not emit loop for 1 byte transfer.Gravatar Michal Suchanek 1-0/+3
2015-07-07dmaengine: pl330: Really fix choppy sound because of wrong residue calculationGravatar Krzysztof Kozlowski 1-1/+1
2015-07-07dmaengine: pl330: Fix overflow when reporting residue in memcpyGravatar Krzysztof Kozlowski 1-0/+1
2015-06-29Merge tag 'dmaengine-4.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-3/+5
2015-06-08dmaengine: pl330: fix wording in mcbufsz messageGravatar Michal Suchanek 1-2/+2
2015-05-25dmaengine: pl330: Initialize pl330 for pl330_prep_dma_memcpy after NULL check...Gravatar Maninder Singh 1-1/+3
2015-05-22dmaengine: pl330: Fix hang on dmaengine_terminate_all on certain boardsGravatar Krzysztof Kozlowski 1-0/+3
2015-03-18dmaengine: pl330: fix return status on pending transfersGravatar Ben Dooks 1-1/+11
2015-03-18dmaengine: pl330: make unexported functions staticGravatar Ben Dooks 1-3/+3
2015-03-18dmaengine: pl330: fix issues with big-endian armv7Gravatar Ben Dooks 1-4/+4
2015-02-16dmaengine: pl330: add DMA_PAUSE featureGravatar Robert Baldyga 1-0/+28
2015-02-16dmaengine: pl330: improve pl330_tx_status() functionGravatar Robert Baldyga 1-2/+72
2015-02-10dmaengine: pl330: fix bug that cause start the same descs in cyclicGravatar Addy Ke 1-0/+6
2014-12-22dmaengine: pl330: Declare slave capabilities for the generic codeGravatar Maxime Ripard 1-14/+4
2014-12-22dmaengine: pl330: Split device_controlGravatar Maxime Ripard 1-65/+51
2014-12-22dmaengine: Make the destination abbreviation coherentGravatar Maxime Ripard 1-1/+1
2014-12-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-4/+95
2014-12-12Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-3/+4
2014-12-05dmaengine: pl330: update author infoGravatar Jassi Brar 1-1/+1
2014-11-27ARM: 8206/1: dmaengine: pl330: Add PM sleep supportGravatar Krzysztof Kozlowski 1-0/+41
2014-11-17ARM: 8202/1: dmaengine: pl330: Add runtime Power Management support v12Gravatar Krzysztof Kozlowski 1-4/+54
2014-11-17dmaengine: pl330: Correct device assignment.Gravatar Andrew Jackson 1-2/+3
2014-11-17dmaengine: Fix allocation size for PL330 data buffer depth.Gravatar Liviu Dudau 1-2/+2
2014-11-17dmaengine: pl330: Limit MFIFO usage for memcpy to avoid exhausting entriesGravatar Jon Medhurst 1-1/+1