aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/pl330.c
AgeCommit message (Expand)Author
2014-11-17dmaengine: Fix allocation size for PL330 data buffer depth.Liviu Dudau
2014-11-17dmaengine: pl330: Limit MFIFO usage for memcpy to avoid exhausting entriesJon Medhurst
2014-11-17dmaengine: pl330: Align DMA memcpy operations to MFIFO widthJon Medhurst
2014-10-15dmaengine: pl330: Fix NULL pointer dereference on driver unbindKrzysztof Kozlowski
2014-10-15dmaengine: pl330: Fix NULL pointer dereference on probe failureKrzysztof Kozlowski
2014-10-15dmaengine: pl330: Remove unused 'regs' variable in pl330_submit_req()Krzysztof Kozlowski
2014-10-15dmaengine: pl330: Remove non-NULL check for pl330_submit_req parametersKrzysztof Kozlowski
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart
2014-07-22dmaengine: pl330: Check if the DMA descriptor is NULLJavier Martinez Canillas
2014-07-15dmaengine: pl330: Remove pl330_chan_ctrl()Lars-Peter Clausen
2014-07-15dmaengine: pl330: Simplify marking a request as unusedLars-Peter Clausen
2014-07-15dmaengine: pl330: Embed pl330_req directly into dma_pl330_descLars-Peter Clausen
2014-07-15dmaengine: pl330: Merge dma_pl330_dmac and pl330_dmac structsLars-Peter Clausen
2014-07-15dmaengine: pl330: Simplify is_manager()Lars-Peter Clausen
2014-07-15dmaengine: pl330: Remove uneccessary ccr validationLars-Peter Clausen
2014-07-15dmaengine: pl330: Change type pl330_chid from void * to struct pl330_thread *Lars-Peter Clausen
2014-07-15dmaengine: pl330: Remove useless xfer_cb indirectionLars-Peter Clausen
2014-07-15dmaengine: pl330: Remove unused mc_len field from _pl330_req structLars-Peter Clausen
2014-07-15dmaengine: pl330: Remove unused next field form pl330_xfer structLars-Peter Clausen
2014-07-15dmaengine: pl330: Remove unused client_data field form pl330_infoLars-Peter Clausen
2014-07-15dmaengine: pl330: Remove unused dmac_reset callbackLars-Peter Clausen
2014-07-15dmaengine: pl330: Remove unused pl330_chanstatus structLars-Peter Clausen
2014-07-15dmaengine: pl330: Remove duplicated cachecontrol enumLars-Peter Clausen
2014-07-15dmaengine: pl330: Use dma_transfer_direction instead of custom pl330_reqtypeLars-Peter Clausen
2014-01-29Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2014-01-20dma: pl330: Use dma_get_slave_channel() in the of xlate callbackLars-Peter Clausen
2014-01-20dma: pl330: Differentiate between submitted and issued descriptorsLars-Peter Clausen
2014-01-16Merge remote-tracking branch 'asoc/topic/dma' into for-tiwaiMark Brown
2014-01-14dma: pl330: Set residue_granularityLars-Peter Clausen
2013-12-18dma: pl330: ensure DMA descriptors are zero-initialisedWill Deacon
2013-12-16dma: pl330: Alloc dma_parms for the dma deviceLars-Peter Clausen
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams
2013-11-13dma: pl330: silence a compile warningDan Carpenter
2013-11-13dma: pl330: off by one in pl330_probe()Dan Carpenter
2013-10-31DMA-API: dma: pl330: add dma_set_mask_and_coherent() callRussell King
2013-10-31dma: pl330: Remove unnecessary amba_set_drvdata()Michal Simek
2013-10-13dma: pl330: Support per channel irq allocationMichal Simek
2013-10-07dma: pl330: Simplify irq allocationMichal Simek
2013-09-04Merge branch 'topic/api_caps' into for-linusVinod Koul
2013-09-03dmaengine: pl330: use dma_set_max_seg_size to set the sg limitVinod Koul
2013-09-02Merge branch 'topic/api_caps' into for-linusVinod Koul
2013-08-28dma: pl330: Fix handling of TERMINATE_ALL while processing completed descriptorsLars-Peter Clausen
2013-08-13dma: pl330: split off common code to give back descriptorsChanho Park
2013-08-13dma: use dev_get_platdata()Jingoo Han
2013-07-28dma: pl330: Fix cyclic transfersLars-Peter Clausen
2013-07-15dma: pl330: Implement device_slave_capsLars-Peter Clausen
2013-07-07Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-07-05dma: pl330: use dma_addr_t for describing bus addressesWill Deacon