aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/mmp_pdma.c
AgeCommit message (Expand)Author
2015-08-05dmaengine: Add an enum for the dmaengine alignment constraintsMaxime Ripard
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2015-03-18dmaengine: constify of_device_id arrayFabian Frederick
2015-03-05dmaengine: mmp_pdma: fix warning about slave capsRobert Jarzmik
2015-02-23dmaenegine: mmp-pdma: fix irq handler overwrite physical chan issueQiao Zhou
2014-12-22dmaengine: mmp-pdma: Split device_controlMaxime Ripard
2014-11-06dmaengine: Remove .owner field for driverKiran Padwal
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart
2014-05-07dma: mmp_pdma: add support for residue reportingDaniel Mack
2014-05-02dma: mmp_pdma: Fix physical channel memory allocation sizeLaurent Pinchart
2014-05-02dma: mmp_pdma: Simplify access to channel drcmr valueLaurent Pinchart
2014-03-06dma: mmp_pdma: add IRQF_SHARED when request irqChao Xie
2014-01-29dmaengine: mmp_pdma: fix mismergeArnd Bergmann
2014-01-07Merge branch 'topic/of' into for-linusVinod Koul
2013-12-16mmp_pdma: Style neateningJoe Perches
2013-12-10dma: add dma_get_any_slave_channel(), for use in of_xlate()Stephen Warren
2013-11-28dma: mmp_pdma: add missing platform_set_drvdata() in mmp_pdma_probe()Wei Yongjun
2013-10-13dma: misc: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-10-07dma: mmp_pdma: use list_move instead of list_del/list_addWei Yongjun
2013-08-25dma: mmp_pdma: set DMA_PRIVATEDaniel Mack
2013-08-25dma: mmp_pdma: add support for cyclic DMA descriptorsDaniel Mack
2013-08-25dma: mmp_pdma: don't clear DCMD_ENDIRQEN at end of pending chainDaniel Mack
2013-08-25dma: mmp_pdma: only complete one transaction from dma_do_tasklet()Daniel Mack
2013-08-14dma: mmp: simplify use of devm_ioremap_resourceJulia Lawall
2013-08-14dma: mmp_pdma: add support for byte-aligned transfersDaniel Mack
2013-08-14dma: mmp_pdma: remove duplicate assignmentDaniel Mack
2013-08-14dma: mmp_pdma: print the number of channels at probe timeDaniel Mack
2013-08-14dma: mmp_pdma: make the controller a DMA providerDaniel Mack
2013-08-14dma: mmp_pdma: add filter functionDaniel Mack
2013-08-14dma: mmp_pdma: fix maximum transfer lengthDaniel Mack
2013-08-14dma: mmp_pdma: refactor unlocking path in lookup_phy()Daniel Mack
2013-08-14dma: mmp_pdma: factor out DRCMR register calculationDaniel Mack
2013-08-13dma: mmp_pdma: Staticize mmp_pdma_alloc_descriptor()Jingoo Han
2013-08-05dma: mmp_pdma: clear DRCMR when free a phy channelXiang Wang
2013-08-05dma: mmp_pdma: add protect when alloc/free phy channelsXiang Wang
2013-08-05mmp_pdma: remove useless use of lockAndy Shevchenko
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-01-25dma: Convert to devm_ioremap_resource()Thierry Reding
2013-01-20dma: remove unnecessary null pointer check in mmp_pdma.cCong Ding
2013-01-03Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman
2012-11-28dma: remove use of __devinitBill Pemberton
2012-11-28dma: remove use of __devexit_pBill Pemberton
2012-09-14dmaengine: mmp-pdma supportZhangfei Gao