aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/amba-pl08x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-18dmaengine: pl08x: support dt channel assignmentLinus Walleij1-3/+189
2015-05-08dmaengine: pl08x: Suppress spaces in indentationLeonardo Carreras1-1/+1
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-11/+0
2015-03-18Merge branch 'topic/alloc_removal' into for-linusVinod Koul1-7/+0
2015-03-18dmaengine: amba-pl08x:remove device_alloc_chan_resources handlerVinod Koul1-7/+0
2015-03-18dmaengine: pl08x: Define capabilities for generic capabilities reportingMark Brown1-0/+14
2015-03-16dmaengine: Remove FSF mailing addressesJarkko Nikula1-4/+0
2014-12-22dmaengine: pl08x: Split device_controlMaxime Ripard1-66/+90
2014-11-06dmaengine: pl08x: Remove chancnt affectationsMaxime Ripard1-2/+0
2014-08-04dma: pl08x: Use correct specifier for size_t valuesMark Brown1-2/+2
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart1-1/+1
2014-01-28dma: pl08x: Export pl08x_filter_idSachin Kamat1-0/+2
2013-12-18dma: pl08x: allow zero slave channelsLinus Walleij1-1/+1
2013-12-04Fix pl08x warningsRussell King - ARM Linux1-1/+1
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-35/+4
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineVinod Koul1-31/+1
2013-11-14dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz1-31/+0
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams1-0/+1
2013-10-31DMA-API: dma: pl08x: add dma_set_mask_and_coherent() callRussell King1-0/+5
2013-10-25dmaengine: amba-pl08x: use DMA_COMPLETE for dma completion statusVinod Koul1-2/+2
2013-10-13dma: misc: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+1
2013-09-10Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-138/+363
2013-09-02dmaengine: PL08x: Add cyclic transfer supportAlban Bedel1-29/+118
2013-09-02dmaengine: PL08x: Fix reading the byte count in cctlAlban Bedel1-0/+4
2013-09-02dmaengine: PL08x: Add support for different maximum transfer sizeTomasz Figa1-1/+7
2013-09-02dmaengine: PL08x: Add support for PL080S variantTomasz Figa1-27/+118
2013-09-02dmaengine: PL08x: Move LLI dumping code into separate functionTomasz Figa1-17/+24
2013-09-02dmaengine: PL08x: Rework LLI handling to be less fragileTomasz Figa1-65/+82
2013-09-02dmaengine: PL08x: Add support for different offset of CONFIG registerTomasz Figa1-12/+18
2013-09-02dmaengine: PL08x: Refactor pl08x_getbytes_chan() to lower indentationTomasz Figa1-24/+29
2013-08-22DMA: fix printk warning in AMBA PL08x DMA driverAndre Przywara1-3/+6
2013-08-22DMA: fix AMBA PL08x compilation issue with 64bit DMA address typeAndre Przywara1-6/+8
2013-07-05dmaengine: PL08x: Avoid collisions with get_signal() macroMark Brown1-4/+4
2013-01-13pl080.h: moved from arm/include/asm/hardware to include/linux/amba/Alessandro Rubini1-1/+1
2013-01-07dma: amba-pl08x: use vchan_dma_desc_free_listAkinobu Mita1-7/+1
2012-08-22drivers/dma/amba-pl08x.c: fix error return codeJulia Lawall1-0/+2
2012-07-01dmaengine: PL08x: ensure all descriptors are freed when channel is releasedRussell King1-0/+2
2012-07-01dmaengine: PL08x: get rid of write only pool_ctr and free_txd lockingRussell King1-12/+0
2012-07-01dmaengine: PL08x: get rid of pl08x_prep_channel_resourcesRussell King1-23/+9
2012-07-01dmaengine: PL08x: fix tx_status function to return correct residueRussell King1-27/+34
2012-07-01dmaengine: PL08x: convert to use vchan done listRussell King1-81/+54
2012-07-01dmaengine: PL08x: convert to use vchan submitted/issued listsRussell King1-47/+17
2012-07-01dmaengine: PL08x: use vchan's spinlockRussell King1-25/+20
2012-07-01dmaengine: PL08x: convert to use virt-dma structsRussell King1-28/+29
2012-07-01dmaengine: PL08x: rejig physical channel allocationRussell King1-156/+112
2012-07-01dmaengine: PL08x: start next descriptor from irq contextRussell King1-4/+5
2012-07-01dmaengine: PL08x: split the pend_list in twoRussell King1-13/+28
2012-07-01dmaengine: PL08x: re-jig the starting of txdsRussell King1-20/+17
2012-07-01dmaengine: PL08x: remove waiting descriptor pointerRussell King1-7/+1
2012-07-01dmaengine: PL08x: move DMA signal muxing into slave prepare codeRussell King1-47/+32