summaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra/tegra30_ahub.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: tegra: tegra30_ahub: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: tegra30: ahub: Fix incorrect usage of of_device_get_match_dataAakash Hemadri2021-08-171-4/+2
* ASoC: tegra30: ahub: Use of_device_get_match_dataAakash Hemadri2021-08-161-1/+1
* ASoC: tegra30: ahub: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-231-2/+1
* ASoC: tegra: mark runtime-pm functions as __maybe_unusedArnd Bergmann2021-04-221-2/+2
* ASoC: tegra30: ahub: Remove handing of disabled runtime PMDmitry Osipenko2021-03-181-9/+0
* ASoC: tegra30: ahub: Correct suspend-resume callbacksDmitry Osipenko2021-03-181-27/+2
* ASoC: tegra30: ahub: Reset global variableDmitry Osipenko2021-03-181-14/+16
* ASoC: tegra30: ahub: Switch to use reset-bulk APIDmitry Osipenko2021-03-181-68/+36
* ASoC: tegra: ahub: Reset hardware properlyDmitry Osipenko2021-01-251-4/+32
* ASoC: tegra: ahub: Use clk_bulk helpersDmitry Osipenko2021-01-251-23/+7
* ASoC: tegra: ahub: Add missing resetsDmitry Osipenko2021-01-251-0/+2
* ASoC: tegra: Fix reference count leaks.Qiushi Wu2020-06-171-1/+3
* ASoC: tegra: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-09-041-3/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-301-12/+1
* ASoC: tegra: explicitly request exclusive reset controlPhilipp Zabel2017-07-191-2/+2
* ASoC: tegra: Add blank line after declarationsCodrut Grosu2017-03-071-0/+1
* ASoC: tegra: Remove unnecessary 'out of memory' messageCodrut Grosu2017-03-071-3/+1
* ASoC: tegra: Use devm_ioremap_resource instead of open codeAxel Lin2015-08-261-36/+7
* ASoC: tegra: Use devm_clk_getVaishali Thakkar2015-08-051-33/+16
* ASoC: tegra: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* ASoC: tegra: Use flat regcacheDylan Reid2014-03-191-2/+2
* ASoC: tegra: update module reset list for Tegra124Stephen Warren2013-12-121-4/+16
* ASoC: tegra: convert to standard DMA DT bindingsStephen Warren2013-12-111-17/+6
* ASoC: tegra: call pm_runtime APIs around register accessesStephen Warren2013-12-111-0/+32
* ASoC: tegra: use reset frameworkStephen Warren2013-12-111-33/+38
* Merge tag 'asoc-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2013-10-251-14/+101
|\
| * ASoC: tegra: support new register layouts in Tegra124Stephen Warren2013-10-141-14/+101
* | sound: Remove unnecessary semicolonsJoe Perches2013-10-141-2/+2
|/
* ASoC: tegra: add runtime PM to resume functionsStephen Warren2013-06-041-0/+4
* ASoC: tegra: implement suspend/resume for Tegra30 AHUBStephen Warren2013-06-031-0/+21
* Merge remote-tracking branch 'asoc/topic/tegra' into asoc-nextMark Brown2013-04-121-17/+47
|\
| * ASoC: tegra: add Tegra114 support to the AHUB driverStephen Warren2013-03-251-17/+47
* | ASoC: tegra: Use common DAI DMA data structLars-Peter Clausen2013-04-031-4/+4
|/
* Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-13/+3
|\
| * ASoC: tegra: remove auxdataPrashant Gaikwad2013-01-281-12/+2
| * ARM: tegra: migrate to new clock codePrashant Gaikwad2013-01-281-1/+1
* | ASoC: tegra: Use NULL instead of 0 for pointersSachin Kamat2013-01-241-2/+2
|/
* Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-12-131-7/+7
|\
| * ASoC: tegra: remove __dev* attributesBill Pemberton2012-12-101-4/+4
| * ASoC: remove use of __devinitconstBill Pemberton2012-11-201-3/+3
* | ARM: tegra: remove <mach/dma.h>Stephen Warren2012-11-051-1/+0
|/
* Merge branch 'for-3.6/common-clk' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2012-07-061-4/+4
|\
| * ASoC: tegra: add clk_prepare/clk_unpreparePrashant Gaikwad2012-06-121-4/+4
* | ASoC: tegra: add MODULE_DEVICE_TABLE to tegra30_ahubStephen Warren2012-06-081-0/+1
|/
* ASoC: tegra: add tegra30-ahub driverStephen Warren2012-04-131-0/+631