summaryrefslogtreecommitdiff
path: root/drivers/dma/mmp_pdma.c
Commit message (Expand)AuthorAge
* dmaengine: mmp_pdma: convert callback to helper functionDave Jiang2016-08-08
* dmaengine: mmp_pdma: explicitly freeup irqVinod Koul2016-07-16
* dmaengine: mmp_pdma: Use dma_pool_zallocJulia Lawall2016-05-03
* dmaengine: Add an enum for the dmaengine alignment constraintsMaxime Ripard2015-08-05
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-04-24
|\
| * dmaengine: constify of_device_id arrayFabian Frederick2015-03-18
* | dmaengine: mmp_pdma: fix warning about slave capsRobert Jarzmik2015-03-05
* | dmaenegine: mmp-pdma: fix irq handler overwrite physical chan issueQiao Zhou2015-02-23
|/
* dmaengine: mmp-pdma: Split device_controlMaxime Ripard2014-12-22
* dmaengine: Remove .owner field for driverKiran Padwal2014-11-06
* dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart2014-08-04
* dma: mmp_pdma: add support for residue reportingDaniel Mack2014-05-07
* dma: mmp_pdma: Fix physical channel memory allocation sizeLaurent Pinchart2014-05-02
* dma: mmp_pdma: Simplify access to channel drcmr valueLaurent Pinchart2014-05-02
* dma: mmp_pdma: add IRQF_SHARED when request irqChao Xie2014-03-06
* dmaengine: mmp_pdma: fix mismergeArnd Bergmann2014-01-29
* Merge branch 'topic/of' into for-linusVinod Koul2014-01-07
|\
| * dma: add dma_get_any_slave_channel(), for use in of_xlate()Stephen Warren2013-12-10
* | mmp_pdma: Style neateningJoe Perches2013-12-16
* | dma: mmp_pdma: add missing platform_set_drvdata() in mmp_pdma_probe()Wei Yongjun2013-11-28
|/
* dma: misc: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-13
* dma: mmp_pdma: use list_move instead of list_del/list_addWei Yongjun2013-10-07
* dma: mmp_pdma: set DMA_PRIVATEDaniel Mack2013-08-25
* dma: mmp_pdma: add support for cyclic DMA descriptorsDaniel Mack2013-08-25
* dma: mmp_pdma: don't clear DCMD_ENDIRQEN at end of pending chainDaniel Mack2013-08-25
* dma: mmp_pdma: only complete one transaction from dma_do_tasklet()Daniel Mack2013-08-25
* dma: mmp: simplify use of devm_ioremap_resourceJulia Lawall2013-08-14
* dma: mmp_pdma: add support for byte-aligned transfersDaniel Mack2013-08-14
* dma: mmp_pdma: remove duplicate assignmentDaniel Mack2013-08-14
* dma: mmp_pdma: print the number of channels at probe timeDaniel Mack2013-08-14
* dma: mmp_pdma: make the controller a DMA providerDaniel Mack2013-08-14
* dma: mmp_pdma: add filter functionDaniel Mack2013-08-14
* dma: mmp_pdma: fix maximum transfer lengthDaniel Mack2013-08-14
* dma: mmp_pdma: refactor unlocking path in lookup_phy()Daniel Mack2013-08-14
* dma: mmp_pdma: factor out DRCMR register calculationDaniel Mack2013-08-14
* dma: mmp_pdma: Staticize mmp_pdma_alloc_descriptor()Jingoo Han2013-08-13
* dma: mmp_pdma: clear DRCMR when free a phy channelXiang Wang2013-08-05
* dma: mmp_pdma: add protect when alloc/free phy channelsXiang Wang2013-08-05
* mmp_pdma: remove useless use of lockAndy Shevchenko2013-08-05
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-02-26
|\
| * dma: remove unnecessary null pointer check in mmp_pdma.cCong Ding2013-01-20
* | dma: Convert to devm_ioremap_resource()Thierry Reding2013-01-25
* | Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman2013-01-03
|/
* dma: remove use of __devinitBill Pemberton2012-11-28
* dma: remove use of __devexit_pBill Pemberton2012-11-28
* dmaengine: mmp-pdma supportZhangfei Gao2012-09-14