aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra/tegra30_ahub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-17ASoC: tegra30: ahub: Fix incorrect usage of of_device_get_match_dataAakash Hemadri1-4/+2
2021-08-16ASoC: tegra30: ahub: Use of_device_get_match_dataAakash Hemadri1-1/+1
2021-06-23ASoC: tegra30: ahub: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-04-22ASoC: tegra: mark runtime-pm functions as __maybe_unusedArnd Bergmann1-2/+2
2021-03-18ASoC: tegra30: ahub: Remove handing of disabled runtime PMDmitry Osipenko1-9/+0
2021-03-18ASoC: tegra30: ahub: Correct suspend-resume callbacksDmitry Osipenko1-27/+2
2021-03-18ASoC: tegra30: ahub: Reset global variableDmitry Osipenko1-14/+16
2021-03-18ASoC: tegra30: ahub: Switch to use reset-bulk APIDmitry Osipenko1-68/+36
2021-01-25ASoC: tegra: ahub: Reset hardware properlyDmitry Osipenko1-4/+32
2021-01-25ASoC: tegra: ahub: Use clk_bulk helpersDmitry Osipenko1-23/+7
2021-01-25ASoC: tegra: ahub: Add missing resetsDmitry Osipenko1-0/+2
2020-06-17ASoC: tegra: Fix reference count leaks.Qiushi Wu1-1/+3
2019-09-04ASoC: tegra: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner1-12/+1
2017-07-19ASoC: tegra: explicitly request exclusive reset controlPhilipp Zabel1-2/+2
2017-03-07ASoC: tegra: Add blank line after declarationsCodrut Grosu1-0/+1
2017-03-07ASoC: tegra: Remove unnecessary 'out of memory' messageCodrut Grosu1-3/+1
2015-08-26ASoC: tegra: Use devm_ioremap_resource instead of open codeAxel Lin1-36/+7
2015-08-05ASoC: tegra: Use devm_clk_getVaishali Thakkar1-33/+16
2014-10-20ASoC: tegra: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-03-19ASoC: tegra: Use flat regcacheDylan Reid1-2/+2
2013-12-12ASoC: tegra: update module reset list for Tegra124Stephen Warren1-4/+16
2013-12-11ASoC: tegra: convert to standard DMA DT bindingsStephen Warren1-17/+6
2013-12-11ASoC: tegra: call pm_runtime APIs around register accessesStephen Warren1-0/+32
2013-12-11ASoC: tegra: use reset frameworkStephen Warren1-33/+38
2013-10-25Merge tag 'asoc-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-14/+101
2013-10-14ASoC: tegra: support new register layouts in Tegra124Stephen Warren1-14/+101
2013-10-14sound: Remove unnecessary semicolonsJoe Perches1-2/+2
2013-06-04ASoC: tegra: add runtime PM to resume functionsStephen Warren1-0/+4
2013-06-03ASoC: tegra: implement suspend/resume for Tegra30 AHUBStephen Warren1-0/+21
2013-04-12Merge remote-tracking branch 'asoc/topic/tegra' into asoc-nextMark Brown1-17/+47
2013-04-03ASoC: tegra: Use common DAI DMA data structLars-Peter Clausen1-4/+4
2013-03-25ASoC: tegra: add Tegra114 support to the AHUB driverStephen Warren1-17/+47
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-13/+3
2013-01-28ASoC: tegra: remove auxdataPrashant Gaikwad1-12/+2
2013-01-28ARM: tegra: migrate to new clock codePrashant Gaikwad1-1/+1
2013-01-24ASoC: tegra: Use NULL instead of 0 for pointersSachin Kamat1-2/+2
2012-12-13Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-7/+7
2012-12-10ASoC: tegra: remove __dev* attributesBill Pemberton1-4/+4
2012-11-20ASoC: remove use of __devinitconstBill Pemberton1-3/+3
2012-11-05ARM: tegra: remove <mach/dma.h>Stephen Warren1-1/+0
2012-07-06Merge branch 'for-3.6/common-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/clkArnd Bergmann1-4/+4
2012-06-12ASoC: tegra: add clk_prepare/clk_unpreparePrashant Gaikwad1-4/+4
2012-06-08ASoC: tegra: add MODULE_DEVICE_TABLE to tegra30_ahubStephen Warren1-0/+1
2012-04-13ASoC: tegra: add tegra30-ahub driverStephen Warren1-0/+631