summaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra/tegra30_i2s.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Explicitly include correct DT includesRob Herring2023-10-091-1/+0
* ASoC: tegra: merge DAI call back functions into opsKuninori Morimoto2023-08-141-1/+1
* ASoC: tegra: tegra30_i2s: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: tegra: use helper functionKuninori Morimoto2023-01-311-2/+2
* ASoC: tegra: Migrate to new style legacy DAI naming flagCharles Keepax2022-06-271-1/+2
* ASoC: tegra: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-061-1/+1
* ASoC: tegra: Update to use set_fmt_new callbackCharles Keepax2022-06-061-4/+4
* ASoC: tegra30: i2s: Fix incorrect usage of of_device_get_match_dataAakash Hemadri2021-08-171-4/+4
* ASoC: tegra30: i2s: Use of_device_get_match_dataAakash Hemadri2021-08-161-1/+1
* ASoC: tegra: mark runtime-pm functions as __maybe_unusedArnd Bergmann2021-04-221-2/+2
* ASoC: tegra30: i2s: Remove handing of disabled runtime PMDmitry Osipenko2021-03-181-11/+1
* ASoC: tegra30: i2s: Use devm_clk_get()Dmitry Osipenko2021-03-181-7/+3
* ASoC: tegra30: i2s: Correct driver removal orderDmitry Osipenko2021-03-181-4/+4
* ASoC: tegra30: ahub: Switch to use reset-bulk APIDmitry Osipenko2021-03-181-0/+1
* ASoC: tegra30: i2s: Restore hardware state on runtime PM resumeDmitry Osipenko2021-03-181-28/+12
* ASoC: tegra: sync parameter naming (rate/sample_bits)Kuninori Morimoto2021-01-211-1/+1
* ASoC: tegra: Fix reference count leaks.Qiushi Wu2020-06-171-1/+3
* ASoC: tegra: Revert 24 and 32 bit supportJon Hunter2020-02-021-20/+5
* ASoC: tegra: disable rx_fifo after disable streamBen Dooks2019-10-251-1/+1
* ASoC: tegra: add a TDM configuration callbackEdward Cragg2019-10-251-0/+29
* ASoC: tegra: Allow 24bit and 32bit samplesEdward Cragg2019-10-251-5/+20
* ASoC: tegra: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-07-311-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-301-12/+1
* ASoC: tegra: constify snd_soc_dai_ops structureGustavo A. R. Silva2017-07-171-1/+1
* ASoC: tegra: Remove unnecessary 'out of memory' messageCodrut Grosu2017-03-071-1/+0
* ASoC: tegra: Use devm_ioremap_resource instead of open codeAxel Lin2015-08-261-19/+4
* ASoC: tegra: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* ASoC: tegra: Use flat regcacheDylan Reid2014-03-191-1/+1
* Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-231-45/+52
|\
| * ASoC: tegra: convert to standard DMA DT bindingsStephen Warren2013-12-111-5/+9
| * ASoC: tegra: allocate AHUB FIFO during probe() not startup()Stephen Warren2013-12-111-44/+47
* | ASoC: tegra: fix uninitialized variables in set_fmtStephen Warren2013-12-091-3/+3
|/
* Merge tag 'asoc-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2013-10-251-13/+38
|\
| * ASoC: tegra: support new register layouts in Tegra124Stephen Warren2013-10-141-13/+38
* | sound: Remove unnecessary semicolonsJoe Perches2013-10-141-2/+2
|/
* ASoC: tegra: fix Tegra30 I2S capture parameter setupStephen Warren2013-08-151-1/+1
* ASoC: tegra: add runtime PM to resume functionsStephen Warren2013-06-041-1/+8
* ASoC: tegra: implement suspend/resume for Tegra30 I2SStephen Warren2013-06-031-0/+19
* Merge remote-tracking branch 'asoc/topic/dma' into asoc-nextMark Brown2013-04-121-6/+7
|\
| * ASoC: tegra: Use common DAI DMA data structLars-Peter Clausen2013-04-031-6/+7
* | ASoC: switch over to use snd_soc_register_component() on tegra30 i2sKuninori Morimoto2013-03-261-5/+10
|/
* ASoC: tegra: Staticize some functions in tegra30_i2s.cSachin Kamat2013-01-241-2/+2
* ASoC: tegra: remove __dev* attributesBill Pemberton2012-12-101-3/+3
* ASoC: remove use of __devinitconstBill Pemberton2012-11-201-2/+2
* Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-07-241-42/+43
|\
| * ASoC: tegra: use regmap more directlyStephen Warren2012-06-081-41/+40
| * ASoC: tegra: use DAI's not card's dev for dev_errStephen Warren2012-06-081-1/+1
| * ASoC: tegra: add .stream_name to CPU DAIsStephen Warren2012-06-081-0/+2
* | ASoC: tegra: add clk_prepare/clk_unpreparePrashant Gaikwad2012-06-121-2/+2
|/
* ASoC: tegra: add tegra30-i2s driverStephen Warren2012-04-131-0/+536