summaryrefslogtreecommitdiffstats
path: root/drivers/dma/amba-pl08x.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-5/+5
* Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-07-171-3/+2
|\
| * dmaengine: amba-pl08x: no need to cast away call to debugfs_create_file()Greg Kroah-Hartman2019-06-141-3/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 133Thomas Gleixner2019-05-301-13/+1
|/
* dmaengine: pl08x: be fair when re-assigning physical channelJean-Nicolas Graux2019-03-251-6/+16
* dmaengine: amba-pl08x: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-171-12/+2
* dmaengine: amba-pl08x: Use vchan_terminate_vdesc() instead of desc_freePeter Ujfalusi2017-12-041-1/+10
* dmaengine: pl08x: constify amba_idArvind Yadav2017-08-281-1/+1
* dmaengine: pl08x: Add support for Faraday Technology FTDMAC020Linus Walleij2017-05-241-155/+612
* dmaengine: pl08x: Make slave engine optionalLinus Walleij2017-05-241-50/+78
* ARM/dmaengine: pl08x: pass reasonable memcpy settingsLinus Walleij2017-05-241-38/+93
* dmaengine: pl08x: remove lock documentationVinod Koul2017-05-041-1/+0
* dmaengine: pl08x: fix pl08x_dma_chan_state documentationVinod Koul2017-05-041-1/+1
* dmaengine: pl08x: Use the BIT() macro consistentlyLinus Walleij2017-05-041-5/+5
* dmaengine: pl080: Fix some missing kerneldocLinus Walleij2017-05-041-2/+5
* dmaengine: pl08x: Add support for the DMA slave mapSylwester Nawrocki2016-11-171-0/+11
* dmaengine: Remove site specific OOM error messages on kzallocPeter Griffin2016-06-211-9/+1
* dmaengine: pl08x: allocate OF slave channel data at probe timeLinus Walleij2016-04-051-28/+58
* dmaengine: pl08x: support dt channel assignmentLinus Walleij2015-08-181-3/+189
* dmaengine: pl08x: Suppress spaces in indentationLeonardo Carreras2015-05-081-1/+1
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-04-241-11/+0
|\
| * Merge branch 'topic/alloc_removal' into for-linusVinod Koul2015-03-181-7/+0
| |\
| | * dmaengine: amba-pl08x:remove device_alloc_chan_resources handlerVinod Koul2015-03-181-7/+0
| * | dmaengine: Remove FSF mailing addressesJarkko Nikula2015-03-161-4/+0
| |/
* / dmaengine: pl08x: Define capabilities for generic capabilities reportingMark Brown2015-03-181-0/+14
|/
* dmaengine: pl08x: Split device_controlMaxime Ripard2014-12-221-66/+90
* dmaengine: pl08x: Remove chancnt affectationsMaxime Ripard2014-11-061-2/+0
* dma: pl08x: Use correct specifier for size_t valuesMark Brown2014-08-041-2/+2
* dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart2014-08-041-1/+1
* dma: pl08x: Export pl08x_filter_idSachin Kamat2014-01-281-0/+2
* dma: pl08x: allow zero slave channelsLinus Walleij2013-12-181-1/+1
* Fix pl08x warningsRussell King - ARM Linux2013-12-041-1/+1
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-11-201-35/+4
|\
| * Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul2013-11-161-31/+1
| |\
| | * dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz2013-11-141-31/+0
| | * dmaengine: prepare for generic 'unmap' dataDan Williams2013-11-131-0/+1
| * | dmaengine: amba-pl08x: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-251-2/+2
| * | dma: misc: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-131-2/+1
| |/
* / DMA-API: dma: pl08x: add dma_set_mask_and_coherent() callRussell King2013-10-311-0/+5
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-09-101-138/+363
|\
| * dmaengine: PL08x: Add cyclic transfer supportAlban Bedel2013-09-021-29/+118
| * dmaengine: PL08x: Fix reading the byte count in cctlAlban Bedel2013-09-021-0/+4
| * dmaengine: PL08x: Add support for different maximum transfer sizeTomasz Figa2013-09-021-1/+7
| * dmaengine: PL08x: Add support for PL080S variantTomasz Figa2013-09-021-27/+118
| * dmaengine: PL08x: Move LLI dumping code into separate functionTomasz Figa2013-09-021-17/+24
| * dmaengine: PL08x: Rework LLI handling to be less fragileTomasz Figa2013-09-021-65/+82
| * dmaengine: PL08x: Add support for different offset of CONFIG registerTomasz Figa2013-09-021-12/+18
| * dmaengine: PL08x: Refactor pl08x_getbytes_chan() to lower indentationTomasz Figa2013-09-021-24/+29
* | DMA: fix printk warning in AMBA PL08x DMA driverAndre Przywara2013-08-221-3/+6
* | DMA: fix AMBA PL08x compilation issue with 64bit DMA address typeAndre Przywara2013-08-221-6/+8
|/