aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/pl330.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-17dmaengine: pl330: Align DMA memcpy operations to MFIFO widthJon Medhurst1-4/+13
2014-10-15dmaengine: pl330: Fix NULL pointer dereference on driver unbindKrzysztof Kozlowski1-2/+4
2014-10-15dmaengine: pl330: Fix NULL pointer dereference on probe failureKrzysztof Kozlowski1-2/+4
2014-10-15dmaengine: pl330: Remove unused 'regs' variable in pl330_submit_req()Krzysztof Kozlowski1-3/+0
2014-10-15dmaengine: pl330: Remove non-NULL check for pl330_submit_req parametersKrzysztof Kozlowski1-4/+0
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart1-1/+1
2014-07-22dmaengine: pl330: Check if the DMA descriptor is NULLJavier Martinez Canillas1-1/+6
2014-07-15dmaengine: pl330: Remove pl330_chan_ctrl()Lars-Peter Clausen1-61/+10
2014-07-15dmaengine: pl330: Simplify marking a request as unusedLars-Peter Clausen1-38/+13
2014-07-15dmaengine: pl330: Embed pl330_req directly into dma_pl330_descLars-Peter Clausen1-90/+69
2014-07-15dmaengine: pl330: Merge dma_pl330_dmac and pl330_dmac structsLars-Peter Clausen1-280/+192
2014-07-15dmaengine: pl330: Simplify is_manager()Lars-Peter Clausen1-7/+1
2014-07-15dmaengine: pl330: Remove uneccessary ccr validationLars-Peter Clausen1-23/+0
2014-07-15dmaengine: pl330: Change type pl330_chid from void * to struct pl330_thread *Lars-Peter Clausen1-20/+17
2014-07-15dmaengine: pl330: Remove useless xfer_cb indirectionLars-Peter Clausen1-38/+24
2014-07-15dmaengine: pl330: Remove unused mc_len field from _pl330_req structLars-Peter Clausen1-4/+1
2014-07-15dmaengine: pl330: Remove unused next field form pl330_xfer structLars-Peter Clausen1-15/+5
2014-07-15dmaengine: pl330: Remove unused client_data field form pl330_infoLars-Peter Clausen1-2/+0
2014-07-15dmaengine: pl330: Remove unused dmac_reset callbackLars-Peter Clausen1-12/+0
2014-07-15dmaengine: pl330: Remove unused pl330_chanstatus structLars-Peter Clausen1-29/+0
2014-07-15dmaengine: pl330: Remove duplicated cachecontrol enumLars-Peter Clausen1-28/+17
2014-07-15dmaengine: pl330: Use dma_transfer_direction instead of custom pl330_reqtypeLars-Peter Clausen1-17/+8
2014-01-29Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-31/+34
2014-01-20dma: pl330: Use dma_get_slave_channel() in the of xlate callbackLars-Peter Clausen1-27/+8
2014-01-20dma: pl330: Differentiate between submitted and issued descriptorsLars-Peter Clausen1-4/+20
2014-01-16Merge remote-tracking branch 'asoc/topic/dma' into for-tiwaiMark Brown1-0/+1
2014-01-14dma: pl330: Set residue_granularityLars-Peter Clausen1-0/+1
2013-12-18dma: pl330: ensure DMA descriptors are zero-initialisedWill Deacon1-4/+1
2013-12-16dma: pl330: Alloc dma_parms for the dma deviceLars-Peter Clausen1-0/+6
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-16/+16
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineVinod Koul1-0/+2
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams1-0/+2
2013-11-13dma: pl330: silence a compile warningDan Carpenter1-1/+1
2013-11-13dma: pl330: off by one in pl330_probe()Dan Carpenter1-1/+1
2013-10-31DMA-API: dma: pl330: add dma_set_mask_and_coherent() callRussell King1-0/+4
2013-10-31dma: pl330: Remove unnecessary amba_set_drvdata()Michal Simek1-3/+0