summaryrefslogtreecommitdiffstats
path: root/drivers/dma/pl330.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dmaengine-4.19-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2018-08-181-6/+6
|\
| * dmaengine: pl330: fix irq race with terminate_allJohn Keeping2018-07-251-2/+3
| * dmaengine: pl330: remove set but unused variableVinod Koul2018-07-101-4/+0
| * dmaengine: pl330: Mark expected switch fall-throughVinod Koul2018-07-101-0/+3
* | dmaengine: pl330: report BURST residue granularityMarek Szyprowski2018-06-281-1/+1
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* dmaengine: pl330: flush before wait, and add dev burst support.Frank Mori Hess2018-05-031-50/+159
* dmaengine: pl330: fix a race condition in case of threaded irqsQi Hou2018-03-061-2/+4
* dmaengine: pl330: fix descriptor allocation failAlexander Kochetkov2017-10-201-19/+20
* dmaengine: pl330: constify amba_idArvind Yadav2017-08-281-1/+1
* Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-07-081-76/+66
|\
| * dmaengine: pl330: Delete unused functionsMatthias Kaehlcke2017-06-171-67/+0
| * dmaengine: pl330: Add IOMMU support to slave tranfersRobin Murphy2017-05-301-9/+66
* | dmaengine: pl330: fix warning in pl330_removeJean-Philippe Brucker2017-06-021-1/+2
|/
* dmaengine: pl330: remove pdata based initializationMarek Szyprowski2017-03-281-34/+8
*-----. 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