aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/tegra20-apb-dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-29dmaengine: tegra-apb: Support non-flow controlled slave configurationDmitry Osipenko1-5/+14
2017-06-30dmaengine: tegra-apb: Really fix runtime-pm usageJon Hunter1-40/+10
2016-08-08dmaengine: tegra20-apb-dma: convert callback to helper functionDave Jiang1-6/+4
2016-07-16Merge branch 'topic/tegra' into for-linusVinod Koul1-7/+5
2016-06-30dmaengine: tegra-apb: Return the actual descriptor statusJon Hunter1-2/+2
2016-06-30dmaengine: tegra-apb: Remove duplicated residue calculationJon Hunter1-12/+12
2016-06-30dmaengine: tegra-apb: Correct grammar in TX status debug messageJon Hunter1-1/+1
2016-06-21dmaengine: Remove site specific OOM error messages on kzallocPeter Griffin1-8/+3
2016-06-21dmaengine: tegra20-apb-dma: Only calculate residue if txstate exists.Peter Griffin1-1/+1
2016-06-14dmaengine: tegra: Remove some whitespace funkinessThierry Reding1-7/+5
2016-05-02dmaengine: tegra-apb: proper default init of channel slave_idShardar Shariff Md1-2/+14
2016-03-04dmaengine: tegra: Move of_device_id table near to its userLaxman Dewangan1-19/+18
2016-03-03dmaengine: tegra: don't open code of_device_get_match_data()Laxman Dewangan1-6/+4
2015-12-05dmaengine: tegra-apb: Free interrupts before killing taskletsJon Hunter1-2/+4
2015-12-05dmaengine: tegra-apb: Update driver to use GFP_NOWAITJon Hunter1-2/+2
2015-12-05dmaengine: tegra-apb: Only save channel state for those in useJon Hunter1-0/+8
2015-12-05dmaengine: tegra-apb: Save and restore word countJon Hunter1-0/+6
2015-12-05dmaengine: tegra-apb: Use dev_get_drvdata()Jon Hunter1-4/+2
2015-12-05dmaengine: tegra-apb: Correct runtime-pm usageJon Hunter1-25/+18
2015-08-20dmaengine: tegra-apb: Simplify locking for device using global pauseJon Hunter1-4/+28
2015-08-20dmaengine: tegra-apb: Remove unnecessary return statements and variablesJon Hunter1-12/+4
2015-08-20dmaengine: tegra-apb: Avoid unnecessary channel base address calculationJon Hunter1-5/+6
2015-08-20dmaengine: tegra-apb: Remove unused variablesJon Hunter1-4/+0
2015-01-14dmaengine: tegra: add slave capabilities reportingPaul Walmsley1-0/+15
2014-12-22dmaengine: tegra: fix incompatible pointer type warnsVinod Koul1-2/+3
2014-12-22dmaengine: tegra20: Split device_controlMaxime Ripard1-20/+2
2014-12-12Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+0
2014-12-05dmaengine / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-1/+1
2014-11-06dmaengine: Remove .owner field for driverKiran Padwal1-1/+0
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart1-1/+1
2014-01-29Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-7/+55
2014-01-20dma: tegra: add support for Tegra148/124Laxman Dewangan1-7/+55
2013-12-11dma: tegra: register as an OF DMA controllerStephen Warren1-3/+36
2013-12-11dma: tegra: use reset frameworkStephen Warren1-3/+10
2013-10-25dmaengine: tegra: use DMA_COMPLETE for dma completion statusVinod Koul1-2/+2
2013-10-07dma: tegra20-apb-dma: Staticize tegra_dma_prep_dma_cyclicSachin Kamat1-1/+1
2013-08-05tegra20-apb-dma: remove useless use of lockAndy Shevchenko1-5/+3
2013-07-05dma: tegra: avoid channel lock up after freeDmitry Osipenko1-0/+1
2013-07-05dma: tegra20-apbdma: err message correctionDmitry Osipenko1-1/+1
2013-05-18drivers/dma: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-02dma: tegra: implement suspend/resume callbacksLaxman Dewangan1-0/+65
2013-04-15dma: tegra: assume CONFIG_OFStephen Warren1-15/+7
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-6/+49
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2013-02-14dma: tegra20-apb-dma: remove unnecessary assignmentAndy Shevchenko1-1/+0
2013-02-05Merge tag 'tegra-for-3.9-soc-ccf' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/socOlof Johansson1-1/+1
2013-01-28ARM: tegra: migrate to new clock codePrashant Gaikwad1-1/+1
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman1-2/+6
2013-01-25dma: Convert to devm_ioremap_resource()Thierry Reding1-6/+4
2013-01-24Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+6