aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/mmp_tdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-18dmaengine: mmp: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-06-16dmaengine: mmp_tdma: share the IRQ lineLubomir Rintel1-1/+1
2020-06-10Merge tag 'dmaengine-5.8-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-4/+22
2020-04-27dmaengine: mmp_tdma: Validate the transfer directionLubomir Rintel1-0/+5
2020-04-23dmaengine: mmp_tdma: Fill in slave capabilitiesLubomir Rintel1-0/+11
2020-04-23dmaengine: mmp_tdma: Log an error if channel is in wrong stateLubomir Rintel1-1/+3
2020-04-23dmaengine: mmp_tdma: Reset channel error on releaseLubomir Rintel1-0/+2
2020-04-23dmaengine: mmp_tdma: Drop "mmp_tdma: from error messagesLubomir Rintel1-3/+3
2020-04-23dmaengine: mmp_tdma: Do not ignore slave config validation errorsLubomir Rintel1-1/+2
2019-11-22dmaengine: mmp_tdma: add missed of_dma_controller_freeChuhong Yuan1-0/+3
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-8/+2
2019-05-27dmaengine: mmp_tdma: Let the core do the device node validationBaolin Wang1-8/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 22Thomas Gleixner1-5/+1
2018-10-24Merge branch 'topic/dmam' into for-linusVinod Koul1-5/+2
2018-10-07dmaengine: mmp_tdma: remove dma_slave_config direction usageVinod Koul1-2/+20
2018-08-29dmaengine: mmp_tdma: use dmaenginem_async_device_register to simplify the codeHuang Shijie1-5/+2
2016-10-03Merge branch 'topic/err_reporting' into for-linusVinod Koul1-3/+1
2016-09-26dmaengine: mmp_tdma: use correct print specifiers for size_tVinod Koul1-1/+1
2016-08-08dmaengine: mmp_tdma: convert callback to helper functionDave Jiang1-3/+1
2016-07-16dmaengine: mmp_tdma: statify symbolsVinod Koul1-2/+2
2016-06-21dmaengine: Remove site specific OOM error messages on kzallocPeter Griffin1-3/+2
2015-08-05dmaengine: Add an enum for the dmaengine alignment constraintsMaxime Ripard1-2/+1
2015-06-30genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()Vladimir Zapolskiy1-1/+1
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+1
2015-03-18dmaengine: constify of_device_id arrayFabian Frederick1-1/+1
2015-03-04dma: mmp-tdma: refine dma disable and dma-pos updateQiao Zhou1-6/+25
2015-01-13dmaengine: mmp-tdma: fix terminate_all return codeArnd Bergmann1-0/+2
2015-01-13dmaengine: mmp-tdma: don't include mach/regs-icu.hArnd Bergmann1-1/+0
2014-12-22dmaengine: mmp-tdma: Split device_controlMaxime Ripard1-38/+44
2014-11-06dmaengine: Remove .owner field for driverKiran Padwal1-1/+0
2014-09-11dmaengine: mmp_tdma: add DMA_PREP_INTERRUPT flag supportQiao Zhou1-5/+14
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart1-1/+1
2014-03-06dma: mmp_tdma: move to generic device tree bindingNenghua Cao1-0/+50
2014-01-09dma:mmp_tdma: get sram pool through device treeNenghua Cao1-4/+18
2013-12-16dmaengine: mmp: fix uninitialized variableVinod Koul1-1/+1
2013-12-16dmaengine: mmp_tdma: fix the 'pointer from integer' warningsVinod Koul1-2/+2
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-6/+34
2013-11-13drivers/dma/mmp_tdma.c: use gen_pool_dma_alloc() to allocate descriptorNicolin Chen1-6/+1
2013-10-25dmaengine: mmp_tdma: use DMA_COMPLETE for dma completion statusVinod Koul1-3/+3
2013-10-13dma: mmp_tdma: add multiple burst size support for 910-squQiao Zhou1-1/+29
2013-10-13dma: misc: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+2
2013-08-14dma: mmp: simplify use of devm_ioremap_resourceJulia Lawall1-3/+0
2013-08-05mmp_tdma: set cookies as well when asked for tx statusAndy Shevchenko1-1/+2
2013-07-05dma: mmp_tdma: disable irq when disabling dma channelQiao Zhou1-0/+4
2013-01-25dma: Convert to devm_ioremap_resource()Thierry Reding1-3/+4
2013-01-03Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-11-28dma: remove use of __devinitBill Pemberton1-2/+2
2012-11-28dma: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-10Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-20/+31
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+1