summaryrefslogtreecommitdiffstats
path: root/drivers/dma/pl330.c
Commit message (Expand)AuthorAgeFilesLines
* 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-111-0/+6
* dmaengine: pl330: Declare slave capabilities for the generic codeMaxime Ripard2014-12-221-14/+4Star
* dmaengine: pl330: Split device_controlMaxime Ripard2014-12-221-65/+51Star
* 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-131-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/+0Star
* dmaengine: pl330: Remove non-NULL check for pl330_submit_req parametersKrzysztof Kozlowski2014-10-151-4/+0Star
* 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
* dmaengine: pl330: Remove pl330_chan_ctrl()Lars-Peter Clausen2014-07-151-61/+10Star
* dmaengine: pl330: Simplify marking a request as unusedLars-Peter Clausen2014-07-151-38/+13Star
* dmaengine: pl330: Embed pl330_req directly into dma_pl330_descLars-Peter Clausen2014-07-151-90/+69Star
* dmaengine: pl330: Merge dma_pl330_dmac and pl330_dmac structsLars-Peter Clausen2014-07-151-280/+192Star
* dmaengine: pl330: Simplify is_manager()Lars-Peter Clausen2014-07-151-7/+1Star
* dmaengine: pl330: Remove uneccessary ccr validationLars-Peter Clausen2014-07-151-23/+0Star
* dmaengine: pl330: Change type pl330_chid from void * to struct pl330_thread *Lars-Peter Clausen2014-07-151-20/+17Star
* dmaengine: pl330: Remove useless xfer_cb indirectionLars-Peter Clausen2014-07-151-38/+24Star
* dmaengine: pl330: Remove unused mc_len field from _pl330_req structLars-Peter Clausen2014-07-151-4/+1Star
* dmaengine: pl330: Remove unused next field form pl330_xfer structLars-Peter Clausen2014-07-151-15/+5Star
* dmaengine: pl330: Remove unused client_data field form pl330_infoLars-Peter Clausen2014-07-151-2/+0Star
* dmaengine: pl330: Remove unused dmac_reset callbackLars-Peter Clausen2014-07-151-12/+0Star
* dmaengine: pl330: Remove unused pl330_chanstatus structLars-Peter Clausen2014-07-151-29/+0Star
* dmaengine: pl330: Remove duplicated cachecontrol enumLars-Peter Clausen2014-07-151-28/+17Star
* dmaengine: pl330: Use dma_transfer_direction instead of custom pl330_reqtypeLars-Peter Clausen2014-07-151-17/+8Star
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-01-301-31/+34
|\
| * dma: pl330: Use dma_get_slave_channel() in the of xlate callbackLars-Peter Clausen2014-01-201-27/+8Star
| * dma: pl330: Differentiate between submitted and issued descriptorsLars-Peter Clausen2014-01-201-4/+20
| * dma: pl330: Alloc dma_parms for the dma deviceLars-Peter Clausen2013-12-161-0/+6
* | Merge remote-tracking branch 'asoc/topic/dma' into for-tiwaiMark Brown2014-01-161-0/+1
|\ \
| * | dma: pl330: Set residue_granularityLars-Peter Clausen2014-01-141-0/+1
| |/
* / dma: pl330: ensure DMA descriptors are zero-initialisedWill Deacon2013-12-181-4/+1Star
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-11-201-16/+16
|\
| * Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul2013-11-161-0/+2
| |\
| | * dmaengine: prepare for generic 'unmap' dataDan Williams2013-11-141-0/+2
| * | dma: pl330: silence a compile warningDan Carpenter2013-11-131-1/+1