summaryrefslogtreecommitdiffstats
path: root/drivers/dma/mmp_tdma.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: mmp_tdma: statify symbolsVinod Koul2016-07-161-2/+2
* dmaengine: Remove site specific OOM error messages on kzallocPeter Griffin2016-06-211-3/+2
* dmaengine: Add an enum for the dmaengine alignment constraintsMaxime Ripard2015-08-051-2/+1
* genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()Vladimir Zapolskiy2015-06-301-1/+1
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-04-241-1/+1
|\
| * dmaengine: constify of_device_id arrayFabian Frederick2015-03-181-1/+1
* | dma: mmp-tdma: refine dma disable and dma-pos updateQiao Zhou2015-03-041-6/+25
|/
* dmaengine: mmp-tdma: fix terminate_all return codeArnd Bergmann2015-01-131-0/+2
* dmaengine: mmp-tdma: don't include mach/regs-icu.hArnd Bergmann2015-01-131-1/+0
* dmaengine: mmp-tdma: Split device_controlMaxime Ripard2014-12-221-38/+44
* dmaengine: Remove .owner field for driverKiran Padwal2014-11-061-1/+0
* dmaengine: mmp_tdma: add DMA_PREP_INTERRUPT flag supportQiao Zhou2014-09-111-5/+14
* dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart2014-08-041-1/+1
* dma: mmp_tdma: move to generic device tree bindingNenghua Cao2014-03-061-0/+50
* dma:mmp_tdma: get sram pool through device treeNenghua Cao2014-01-091-4/+18
* dmaengine: mmp: fix uninitialized variableVinod Koul2013-12-161-1/+1
* dmaengine: mmp_tdma: fix the 'pointer from integer' warningsVinod Koul2013-12-161-2/+2
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-11-201-6/+34
|\
| * dmaengine: mmp_tdma: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-251-3/+3
| * dma: mmp_tdma: add multiple burst size support for 910-squQiao Zhou2013-10-131-1/+29
| * dma: misc: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-131-2/+2
* | drivers/dma/mmp_tdma.c: use gen_pool_dma_alloc() to allocate descriptorNicolin Chen2013-11-131-6/+1
|/
* dma: mmp: simplify use of devm_ioremap_resourceJulia Lawall2013-08-141-3/+0
* mmp_tdma: set cookies as well when asked for tx statusAndy Shevchenko2013-08-051-1/+2
* dma: mmp_tdma: disable irq when disabling dma channelQiao Zhou2013-07-051-0/+4
* dma: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-3/+4
* Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* dma: remove use of __devinitBill Pemberton2012-11-281-2/+2
* dma: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-10-101-20/+31
|\
| * dmaengine: mmp_tdma: add dt supportZhangfei Gao2012-09-141-20/+31
* | Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-10-091-1/+1
|\ \
| * | dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi2012-09-221-1/+1
| |/
* / ARM: pxa: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
|/
* dmaengine: mmp_tdma: add mmp tdma supportZhangfei Gao2012-06-201-0/+610