aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/tegra20-apb-dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-09dma: tegra: implement flags parameters for cyclic transferLaxman Dewangan1-2/+6
2013-01-08dma: tegra: add support for Tegra114 SoCLaxman Dewangan1-1/+12
2013-01-08dma: tegra: add support for channel wise pauseLaxman Dewangan1-5/+38
2013-01-03Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-11-28dma: remove use of __devinitBill Pemberton1-1/+1
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-7/+5
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+1
2012-10-04dma: tegra: fix interrupt name issue with apb dma.Laxman Dewangan1-3/+3
2012-09-22dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi1-1/+1
2012-09-14dma: tegra: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-4/+2
2012-09-13Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into next/fixes-non-criticalOlof Johansson1-4/+4
2012-09-11dma: tegra: make data used as *of_device_id.data constLaxman Dewangan1-2/+2
2012-09-11dma: tegra: make tegra_dma.chip_data a pointer to const dataLaxman Dewangan1-2/+2
2012-08-13dma: tegra: enable/disable dma clockLaxman Dewangan1-1/+17
2012-07-31dma: tegra: enable/disable dma clockLaxman Dewangan1-1/+17
2012-07-13dma: tegra: rename driver and compatible to match with dtsLaxman Dewangan1-3/+3
2012-07-13dma: tegra: fix residual calculation for cyclic caseLaxman Dewangan1-6/+9
2012-06-27dma: tegra: set DMA_CYCLIC capabilityLaxman Dewangan1-0/+2