aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/mmp_pdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-26dmaengine: mmp_pdma: Remove mmp_pdma_filter_fn()Lubomir Rintel1-14/+0
2020-09-18dmaengine: mmp: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-07-15dmaengine: mmp_pdma: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-3/+3
2020-06-16dmaengine: mmp_pdma: Do not warn when IRQ is shared by all chansLubomir Rintel1-1/+1
2019-11-22dmaengine: mmp_pdma: add missed of_dma_controller_freeChuhong Yuan1-0/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-11-05dmaengine: mmp_pdma: remove dma_slave_config direction usageVinod Koul1-5/+23
2016-08-08dmaengine: mmp_pdma: convert callback to helper functionDave Jiang1-9/+5
2016-07-16dmaengine: mmp_pdma: explicitly freeup irqVinod Koul1-0/+19
2016-05-03dmaengine: mmp_pdma: Use dma_pool_zallocJulia Lawall1-2/+1
2015-08-05dmaengine: Add an enum for the dmaengine alignment constraintsMaxime Ripard1-2/+1
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+1
2015-03-18dmaengine: constify of_device_id arrayFabian Frederick1-1/+1
2015-03-05dmaengine: mmp_pdma: fix warning about slave capsRobert Jarzmik1-0/+7
2015-02-23dmaenegine: mmp-pdma: fix irq handler overwrite physical chan issueQiao Zhou1-0/+3
2014-12-22dmaengine: mmp-pdma: Split device_controlMaxime Ripard1-53/+56
2014-11-06dmaengine: Remove .owner field for driverKiran Padwal1-1/+0
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart1-1/+1
2014-05-07dma: mmp_pdma: add support for residue reportingDaniel Mack1-3/+84
2014-05-02dma: mmp_pdma: Fix physical channel memory allocation sizeLaurent Pinchart1-4/+2
2014-05-02dma: mmp_pdma: Simplify access to channel drcmr valueLaurent Pinchart1-1/+1
2014-03-06dma: mmp_pdma: add IRQF_SHARED when request irqChao Xie1-4/+4
2014-01-29dmaengine: mmp_pdma: fix mismergeArnd Bergmann1-8/+0
2014-01-07Merge branch 'topic/of' into for-linusVinod Koul1-13/+4
2013-12-16mmp_pdma: Style neateningJoe Perches1-99/+105
2013-12-10dma: add dma_get_any_slave_channel(), for use in of_xlate()Stephen Warren1-23/+7
2013-11-28dma: mmp_pdma: add missing platform_set_drvdata() in mmp_pdma_probe()Wei Yongjun1-0/+1
2013-10-13dma: misc: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+2
2013-10-07dma: mmp_pdma: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2013-08-25dma: mmp_pdma: set DMA_PRIVATEDaniel Mack1-0/+1
2013-08-25dma: mmp_pdma: add support for cyclic DMA descriptorsDaniel Mack1-1/+111
2013-08-25dma: mmp_pdma: don't clear DCMD_ENDIRQEN at end of pending chainDaniel Mack1-20/+2
2013-08-25dma: mmp_pdma: only complete one transaction from dma_do_tasklet()Daniel Mack1-14/+21
2013-08-14dma: mmp: simplify use of devm_ioremap_resourceJulia Lawall1-3/+0
2013-08-14dma: mmp_pdma: add support for byte-aligned transfersDaniel Mack1-1/+16
2013-08-14dma: mmp_pdma: remove duplicate assignmentDaniel Mack1-1/+0
2013-08-14dma: mmp_pdma: print the number of channels at probe timeDaniel Mack1-1/+1
2013-08-14dma: mmp_pdma: make the controller a DMA providerDaniel Mack1-0/+44
2013-08-14dma: mmp_pdma: add filter functionDaniel Mack1-1/+20
2013-08-14dma: mmp_pdma: fix maximum transfer lengthDaniel Mack1-1/+1
2013-08-14dma: mmp_pdma: refactor unlocking path in lookup_phy()Daniel Mack1-4/+5
2013-08-14dma: mmp_pdma: factor out DRCMR register calculationDaniel Mack1-4/+4
2013-08-13dma: mmp_pdma: Staticize mmp_pdma_alloc_descriptor()Jingoo Han1-1/+2
2013-08-05dma: mmp_pdma: clear DRCMR when free a phy channelXiang Wang1-0/+6
2013-08-05dma: mmp_pdma: add protect when alloc/free phy channelsXiang Wang1-16/+26
2013-08-05mmp_pdma: remove useless use of lockAndy Shevchenko1-9/+1
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-4/+2
2013-01-25dma: Convert to devm_ioremap_resource()Thierry Reding1-3/+4
2013-01-20dma: remove unnecessary null pointer check in mmp_pdma.cCong Ding1-4/+2
2013-01-03Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman1-1/+1