summaryrefslogtreecommitdiffstats
path: root/drivers/dma/mmp_pdma.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: Drop unnecessary of_match_device() callsRob Herring2023-10-091-4/+1
* dmaengine: mmp_pdma: Convert to platform remove callback returning voidUwe Kleine-König2023-09-281-3/+2
* dmaengine: drivers: Use devm_platform_ioremap_resource()Tudor Ambarus2023-01-181-3/+1
* dmaengine: mmp: deprecate '#dma-channels'Krzysztof Kozlowski2022-05-191-5/+9
* dmaengine: pxa/mmp: stop referencing config->slave_idArnd Bergmann2021-12-171-6/+0
* dmaengine: mmp_pdma: fix reference count leaks in mmp_pdma_probeXin Xiong2021-10-251-0/+1
* dmaengine: mmp_pdma: Remove mmp_pdma_filter_fn()Lubomir Rintel2021-01-261-14/+0
* dmaengine: mmp: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-181-3/+3
* dmaengine: mmp_pdma: Demote obvious misuse of kerneldoc to standard comment b...Lee Jones2020-07-151-3/+3
* dmaengine: mmp_pdma: Do not warn when IRQ is shared by all chansLubomir Rintel2020-06-161-1/+1
* dmaengine: mmp_pdma: add missed of_dma_controller_freeChuhong Yuan2019-11-221-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* dmaengine: mmp_pdma: remove dma_slave_config direction usageVinod Koul2018-11-051-5/+23
* dmaengine: mmp_pdma: convert callback to helper functionDave Jiang2016-08-081-9/+5
* dmaengine: mmp_pdma: explicitly freeup irqVinod Koul2016-07-161-0/+19
* dmaengine: mmp_pdma: Use dma_pool_zallocJulia Lawall2016-05-031-2/+1
* dmaengine: Add an enum for the dmaengine alignment constraintsMaxime Ripard2015-08-051-2/+1
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-04-241-1/+1
|\
| * dmaengine: constify of_device_id arrayFabian Frederick2015-03-181-1/+1
* | dmaengine: mmp_pdma: fix warning about slave capsRobert Jarzmik2015-03-051-0/+7
* | dmaenegine: mmp-pdma: fix irq handler overwrite physical chan issueQiao Zhou2015-02-231-0/+3
|/
* dmaengine: mmp-pdma: Split device_controlMaxime Ripard2014-12-221-53/+56
* dmaengine: Remove .owner field for driverKiran Padwal2014-11-061-1/+0
* dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart2014-08-041-1/+1
* dma: mmp_pdma: add support for residue reportingDaniel Mack2014-05-071-3/+84
* dma: mmp_pdma: Fix physical channel memory allocation sizeLaurent Pinchart2014-05-021-4/+2
* dma: mmp_pdma: Simplify access to channel drcmr valueLaurent Pinchart2014-05-021-1/+1
* dma: mmp_pdma: add IRQF_SHARED when request irqChao Xie2014-03-061-4/+4
* dmaengine: mmp_pdma: fix mismergeArnd Bergmann2014-01-291-8/+0
* Merge branch 'topic/of' into for-linusVinod Koul2014-01-071-13/+4
|\
| * dma: add dma_get_any_slave_channel(), for use in of_xlate()Stephen Warren2013-12-101-23/+7
* | mmp_pdma: Style neateningJoe Perches2013-12-161-99/+105
* | dma: mmp_pdma: add missing platform_set_drvdata() in mmp_pdma_probe()Wei Yongjun2013-11-281-0/+1
|/
* dma: misc: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-131-2/+2
* dma: mmp_pdma: use list_move instead of list_del/list_addWei Yongjun2013-10-071-2/+1
* dma: mmp_pdma: set DMA_PRIVATEDaniel Mack2013-08-251-0/+1
* dma: mmp_pdma: add support for cyclic DMA descriptorsDaniel Mack2013-08-251-1/+111
* dma: mmp_pdma: don't clear DCMD_ENDIRQEN at end of pending chainDaniel Mack2013-08-251-20/+2
* dma: mmp_pdma: only complete one transaction from dma_do_tasklet()Daniel Mack2013-08-251-14/+21
* dma: mmp: simplify use of devm_ioremap_resourceJulia Lawall2013-08-141-3/+0
* dma: mmp_pdma: add support for byte-aligned transfersDaniel Mack2013-08-141-1/+16
* dma: mmp_pdma: remove duplicate assignmentDaniel Mack2013-08-141-1/+0
* dma: mmp_pdma: print the number of channels at probe timeDaniel Mack2013-08-141-1/+1
* dma: mmp_pdma: make the controller a DMA providerDaniel Mack2013-08-141-0/+44
* dma: mmp_pdma: add filter functionDaniel Mack2013-08-141-1/+20
* dma: mmp_pdma: fix maximum transfer lengthDaniel Mack2013-08-141-1/+1
* dma: mmp_pdma: refactor unlocking path in lookup_phy()Daniel Mack2013-08-141-4/+5
* dma: mmp_pdma: factor out DRCMR register calculationDaniel Mack2013-08-141-4/+4
* dma: mmp_pdma: Staticize mmp_pdma_alloc_descriptor()Jingoo Han2013-08-131-1/+2
* dma: mmp_pdma: clear DRCMR when free a phy channelXiang Wang2013-08-051-0/+6