summaryrefslogtreecommitdiffstats
path: root/drivers/dma/pl330.c
Commit message (Expand)AuthorAgeFilesLines
*-----. Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel2017-02-101-15/+20
|\ \ \ \
| | | | * Merge branch 'iommu/iommu-priv' of git://git.kernel.org/pub/scm/linux/kernel/...Joerg Roedel2017-01-301-2/+3
| | | |/|
| | | | * dmaengine: pl330: Make sure microcode is privilegedMitchel Humpherys2017-01-191-2/+3
| |_|_|/ |/| | |
| | * | dmaengine: pl330: fix double lockIago Abal2017-01-251-13/+6
| | |/
| | * dmaengine: pl330: Fix runtime PM support for terminated transfersMarek Szyprowski2017-01-031-0/+11
| |/ |/|
* | dmaengine: pl330: remove unused ‘regs’Vinod Koul2016-12-121-3/+0
* | dmaengine: pl330: do not generate unaligned accessVladimir Murzin2016-12-081-5/+10
* | dmaengine: pl330: Handle xferred count if DMAMOV hasn't finishedStephen Barber2016-11-141-0/+5
|/
* Merge branch 'topic/pl330' into for-linusVinod Koul2016-10-031-1/+14
|\
| * dmaengine: pl330: Acquire dmac's spinlock in pl330_tx_statusHsin-Yu Chao2016-09-091-0/+2
| * dmaengine: pl330: fix residual for non-running BUSY descriptorsStephen Barber2016-09-091-1/+12
* | dmaengine: pl330: convert callback to helper functionDave Jiang2016-08-081-6/+4
|/
* dmaengine: pl330: explicitly freeup irqVinod Koul2016-07-161-0/+6
* dmaengine: Remove site specific OOM error messages on kzallocPeter Griffin2016-06-211-4/+1
* dmaengine: pl330: fix to support the burst modeCaesar Wang2016-03-011-5/+4
* dmaengine: pl330: add max burst for dmaengineShawn Lin2016-02-091-0/+3
* dmaengine: pl330: add quirk for broken no flushpAddy Ke2016-02-091-25/+62
* dmaengine: pl330: support burst mode for dev-to-mem and mem-to-dev transmitBoojin Kim2016-02-091-7/+13
* Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-09-041-0/+3
|\
| * dmaengine: pl330: do not emit loop for 1 byte transfer.Michal Suchanek2015-08-191-0/+3
* | dmaengine: pl330: Really fix choppy sound because of wrong residue calculationKrzysztof Kozlowski2015-07-071-1/+1
* | dmaengine: pl330: Fix overflow when reporting residue in memcpyKrzysztof Kozlowski2015-07-071-0/+1
|/
* Merge tag 'dmaengine-4.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-06-291-3/+5
|\
| * dmaengine: pl330: fix wording in mcbufsz messageMichal Suchanek2015-06-081-2/+2
| * dmaengine: pl330: Initialize pl330 for pl330_prep_dma_memcpy after NULL check...Maninder Singh2015-05-251-1/+3
* | dmaengine: pl330: Fix hang on dmaengine_terminate_all on certain boardsKrzysztof Kozlowski2015-05-221-0/+3
|/
* dmaengine: pl330: fix return status on pending transfersBen Dooks2015-03-181-1/+11
* dmaengine: pl330: make unexported functions staticBen Dooks2015-03-181-3/+3
* dmaengine: pl330: fix issues with big-endian armv7Ben Dooks2015-03-181-4/+4
* dmaengine: pl330: add DMA_PAUSE featureRobert Baldyga2015-02-161-0/+28
* dmaengine: pl330: improve pl330_tx_status() functionRobert Baldyga2015-02-161-2/+72
* dmaengine: pl330: fix bug that cause start the same descs in cyclicAddy Ke2015-02-101-0/+6
* dmaengine: pl330: Declare slave capabilities for the generic codeMaxime Ripard2014-12-221-14/+4
* dmaengine: pl330: Split device_controlMaxime Ripard2014-12-221-65/+51
* dmaengine: Make the destination abbreviation coherentMaxime Ripard2014-12-221-1/+1
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-12-121-4/+95
|\
| * ARM: 8206/1: dmaengine: pl330: Add PM sleep supportKrzysztof Kozlowski2014-11-271-0/+41
| * ARM: 8202/1: dmaengine: pl330: Add runtime Power Management support v12Krzysztof Kozlowski2014-11-171-4/+54
* | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-12-121-3/+4
|\ \
| * | dmaengine: pl330: update author infoJassi Brar2014-12-051-1/+1
| * | dmaengine: pl330: Correct device assignment.Andrew Jackson2014-11-171-2/+3
| |/
* | dmaengine: Fix allocation size for PL330 data buffer depth.Liviu Dudau2014-11-171-2/+2
* | dmaengine: pl330: Limit MFIFO usage for memcpy to avoid exhausting entriesJon Medhurst2014-11-171-1/+1
* | dmaengine: pl330: Align DMA memcpy operations to MFIFO widthJon Medhurst2014-11-171-4/+13
|/
* dmaengine: pl330: Fix NULL pointer dereference on driver unbindKrzysztof Kozlowski2014-10-151-2/+4
* dmaengine: pl330: Fix NULL pointer dereference on probe failureKrzysztof Kozlowski2014-10-151-2/+4
* dmaengine: pl330: Remove unused 'regs' variable in pl330_submit_req()Krzysztof Kozlowski2014-10-151-3/+0
* dmaengine: pl330: Remove non-NULL check for pl330_submit_req parametersKrzysztof Kozlowski2014-10-151-4/+0
* dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart2014-08-041-1/+1
* dmaengine: pl330: Check if the DMA descriptor is NULLJavier Martinez Canillas2014-07-221-1/+6