aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/amba-pl08x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-5/+5
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-3/+2
2019-06-14dmaengine: amba-pl08x: no need to cast away call to debugfs_create_file()Greg Kroah-Hartman1-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 133Thomas Gleixner1-13/+1
2019-03-25dmaengine: pl08x: be fair when re-assigning physical channelJean-Nicolas Graux1-6/+16
2018-12-17dmaengine: amba-pl08x: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-12/+2
2017-12-04dmaengine: amba-pl08x: Use vchan_terminate_vdesc() instead of desc_freePeter Ujfalusi1-1/+10
2017-08-28dmaengine: pl08x: constify amba_idArvind Yadav1-1/+1
2017-05-24dmaengine: pl08x: Add support for Faraday Technology FTDMAC020Linus Walleij1-155/+612
2017-05-24dmaengine: pl08x: Make slave engine optionalLinus Walleij1-50/+78
2017-05-24ARM/dmaengine: pl08x: pass reasonable memcpy settingsLinus Walleij1-38/+93
2017-05-04dmaengine: pl08x: remove lock documentationVinod Koul1-1/+0
2017-05-04dmaengine: pl08x: fix pl08x_dma_chan_state documentationVinod Koul1-1/+1
2017-05-04dmaengine: pl08x: Use the BIT() macro consistentlyLinus Walleij1-5/+5
2017-05-04dmaengine: pl080: Fix some missing kerneldocLinus Walleij1-2/+5
2016-11-17dmaengine: pl08x: Add support for the DMA slave mapSylwester Nawrocki1-0/+11
2016-06-21dmaengine: Remove site specific OOM error messages on kzallocPeter Griffin1-9/+1
2016-04-05dmaengine: pl08x: allocate OF slave channel data at probe timeLinus Walleij1-28/+58
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