aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/mmp_tdma.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-8/+2
2019-05-27dmaengine: mmp_tdma: Let the core do the device node validationGravatar Baolin Wang 1-8/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 22Gravatar Thomas Gleixner 1-5/+1
2018-10-24Merge branch 'topic/dmam' into for-linusGravatar Vinod Koul 1-5/+2
2018-10-07dmaengine: mmp_tdma: remove dma_slave_config direction usageGravatar Vinod Koul 1-2/+20
2018-08-29dmaengine: mmp_tdma: use dmaenginem_async_device_register to simplify the codeGravatar Huang Shijie 1-5/+2
2016-10-03Merge branch 'topic/err_reporting' into for-linusGravatar Vinod Koul 1-3/+1
2016-09-26dmaengine: mmp_tdma: use correct print specifiers for size_tGravatar Vinod Koul 1-1/+1
2016-08-08dmaengine: mmp_tdma: convert callback to helper functionGravatar Dave Jiang 1-3/+1
2016-07-16dmaengine: mmp_tdma: statify symbolsGravatar Vinod Koul 1-2/+2
2016-06-21dmaengine: Remove site specific OOM error messages on kzallocGravatar Peter Griffin 1-3/+2
2015-08-05dmaengine: Add an enum for the dmaengine alignment constraintsGravatar Maxime Ripard 1-2/+1
2015-06-30genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()Gravatar Vladimir Zapolskiy 1-1/+1
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-1/+1
2015-03-18dmaengine: constify of_device_id arrayGravatar Fabian Frederick 1-1/+1
2015-03-04dma: mmp-tdma: refine dma disable and dma-pos updateGravatar Qiao Zhou 1-6/+25
2015-01-13dmaengine: mmp-tdma: fix terminate_all return codeGravatar Arnd Bergmann 1-0/+2
2015-01-13dmaengine: mmp-tdma: don't include mach/regs-icu.hGravatar Arnd Bergmann 1-1/+0
2014-12-22dmaengine: mmp-tdma: Split device_controlGravatar Maxime Ripard 1-38/+44
2014-11-06dmaengine: Remove .owner field for driverGravatar Kiran Padwal 1-1/+0
2014-09-11dmaengine: mmp_tdma: add DMA_PREP_INTERRUPT flag supportGravatar Qiao Zhou 1-5/+14
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationGravatar Laurent Pinchart 1-1/+1
2014-03-06dma: mmp_tdma: move to generic device tree bindingGravatar Nenghua Cao 1-0/+50
2014-01-09dma:mmp_tdma: get sram pool through device treeGravatar Nenghua Cao 1-4/+18
2013-12-16dmaengine: mmp: fix uninitialized variableGravatar Vinod Koul 1-1/+1
2013-12-16dmaengine: mmp_tdma: fix the 'pointer from integer' warningsGravatar Vinod Koul 1-2/+2
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-6/+34
2013-11-13drivers/dma/mmp_tdma.c: use gen_pool_dma_alloc() to allocate descriptorGravatar Nicolin Chen 1-6/+1
2013-10-25dmaengine: mmp_tdma: use DMA_COMPLETE for dma completion statusGravatar Vinod Koul 1-3/+3
2013-10-13dma: mmp_tdma: add multiple burst size support for 910-squGravatar Qiao Zhou 1-1/+29
2013-10-13dma: misc: remove deprecated IRQF_DISABLEDGravatar Michael Opdenacker 1-2/+2
2013-08-14dma: mmp: simplify use of devm_ioremap_resourceGravatar Julia Lawall 1-3/+0
2013-08-05mmp_tdma: set cookies as well when asked for tx statusGravatar Andy Shevchenko 1-1/+2
2013-07-05dma: mmp_tdma: disable irq when disabling dma channelGravatar Qiao Zhou 1-0/+4
2013-01-25dma: Convert to devm_ioremap_resource()Gravatar Thierry Reding 1-3/+4
2013-01-03Drivers: dma: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-1/+1
2012-11-28dma: remove use of __devinitGravatar Bill Pemberton 1-2/+2
2012-11-28dma: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-10-10Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-20/+31
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Gravatar Linus Torvalds 1-1/+1
2012-09-22dmaengine: Pass flags via device_prep_dma_cyclic() callbackGravatar Peter Ujfalusi 1-1/+1
2012-09-14ARM: pxa: move platform_data definitionsGravatar Arnd Bergmann 1-1/+1
2012-09-14dmaengine: mmp_tdma: add dt supportGravatar Zhangfei Gao 1-20/+31
2012-06-20dmaengine: mmp_tdma: add mmp tdma supportGravatar Zhangfei Gao 1-0/+610