aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/mmp_pdma.c
AgeCommit message (Expand)Author
2023-10-09dmaengine: Drop unnecessary of_match_device() callsRob Herring
2023-09-28dmaengine: mmp_pdma: Convert to platform remove callback returning voidUwe Kleine-König
2023-01-18dmaengine: drivers: Use devm_platform_ioremap_resource()Tudor Ambarus
2022-05-19dmaengine: mmp: deprecate '#dma-channels'Krzysztof Kozlowski
2021-12-17dmaengine: pxa/mmp: stop referencing config->slave_idArnd Bergmann
2021-10-25dmaengine: mmp_pdma: fix reference count leaks in mmp_pdma_probeXin Xiong
2021-01-26dmaengine: mmp_pdma: Remove mmp_pdma_filter_fn()Lubomir Rintel
2020-09-18dmaengine: mmp: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-07-15dmaengine: mmp_pdma: Demote obvious misuse of kerneldoc to standard comment b...Lee Jones
2020-06-16dmaengine: mmp_pdma: Do not warn when IRQ is shared by all chansLubomir Rintel
2019-11-22dmaengine: mmp_pdma: add missed of_dma_controller_freeChuhong Yuan
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-11-05dmaengine: mmp_pdma: remove dma_slave_config direction usageVinod Koul
2016-08-08dmaengine: mmp_pdma: convert callback to helper functionDave Jiang
2016-07-16dmaengine: mmp_pdma: explicitly freeup irqVinod Koul
2016-05-03dmaengine: mmp_pdma: Use dma_pool_zallocJulia Lawall
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