summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/tegra30_i2s.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-09ASoC: Explicitly include correct DT includesRob Herring1-1/+0
2023-08-14ASoC: tegra: merge DAI call back functions into opsKuninori Morimoto1-1/+1
2023-03-20ASoC: tegra: tegra30_i2s: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-01-31ASoC: tegra: use helper functionKuninori Morimoto1-2/+2
2022-06-27ASoC: tegra: Migrate to new style legacy DAI naming flagCharles Keepax1-1/+2
2022-06-06ASoC: tegra: Rename set_fmt_new back to set_fmtCharles Keepax1-1/+1
2022-06-06ASoC: tegra: Update to use set_fmt_new callbackCharles Keepax1-4/+4
2021-08-17ASoC: tegra30: i2s: Fix incorrect usage of of_device_get_match_dataAakash Hemadri1-4/+4
2021-08-16ASoC: tegra30: i2s: Use of_device_get_match_dataAakash Hemadri1-1/+1
2021-04-22ASoC: tegra: mark runtime-pm functions as __maybe_unusedArnd Bergmann1-2/+2
2021-03-18ASoC: tegra30: i2s: Remove handing of disabled runtime PMDmitry Osipenko1-11/+1
2021-03-18ASoC: tegra30: i2s: Use devm_clk_get()Dmitry Osipenko1-7/+3
2021-03-18ASoC: tegra30: i2s: Correct driver removal orderDmitry Osipenko1-4/+4
2021-03-18ASoC: tegra30: ahub: Switch to use reset-bulk APIDmitry Osipenko1-0/+1
2021-03-18ASoC: tegra30: i2s: Restore hardware state on runtime PM resumeDmitry Osipenko1-28/+12
2021-01-21ASoC: tegra: sync parameter naming (rate/sample_bits)Kuninori Morimoto1-1/+1
2020-06-17ASoC: tegra: Fix reference count leaks.Qiushi Wu1-1/+3
2020-02-02ASoC: tegra: Revert 24 and 32 bit supportJon Hunter1-20/+5
2019-10-25ASoC: tegra: disable rx_fifo after disable streamBen Dooks1-1/+1
2019-10-25ASoC: tegra: add a TDM configuration callbackEdward Cragg1-0/+29
2019-10-25ASoC: tegra: Allow 24bit and 32bit samplesEdward Cragg1-5/+20
2019-07-31ASoC: tegra: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner1-12/+1
2017-07-17ASoC: tegra: constify snd_soc_dai_ops structureGustavo A. R. Silva1-1/+1
2017-03-07ASoC: tegra: Remove unnecessary 'out of memory' messageCodrut Grosu1-1/+0
2015-08-26ASoC: tegra: Use devm_ioremap_resource instead of open codeAxel Lin1-19/+4
2014-10-20ASoC: tegra: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-03-20ASoC: tegra: Use flat regcacheDylan Reid1-1/+1
2014-01-24Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-45/+52
2013-12-12ASoC: tegra: convert to standard DMA DT bindingsStephen Warren1-5/+9
2013-12-12ASoC: tegra: allocate AHUB FIFO during probe() not startup()Stephen Warren1-44/+47
2013-12-09ASoC: tegra: fix uninitialized variables in set_fmtStephen Warren1-3/+3
2013-10-25Merge tag 'asoc-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai1-13/+38
2013-10-14ASoC: tegra: support new register layouts in Tegra124Stephen Warren1-13/+38
2013-10-14sound: Remove unnecessary semicolonsJoe Perches1-2/+2
2013-08-15ASoC: tegra: fix Tegra30 I2S capture parameter setupStephen Warren1-1/+1
2013-06-04ASoC: tegra: add runtime PM to resume functionsStephen Warren1-1/+8
2013-06-03ASoC: tegra: implement suspend/resume for Tegra30 I2SStephen Warren1-0/+19
2013-04-12Merge remote-tracking branch 'asoc/topic/dma' into asoc-nextMark Brown1-6/+7
2013-04-03ASoC: tegra: Use common DAI DMA data structLars-Peter Clausen1-6/+7
2013-03-27ASoC: switch over to use snd_soc_register_component() on tegra30 i2sKuninori Morimoto1-5/+10
2013-01-24ASoC: tegra: Staticize some functions in tegra30_i2s.cSachin Kamat1-2/+2
2012-12-09ASoC: tegra: remove __dev* attributesBill Pemberton1-3/+3
2012-11-20ASoC: remove use of __devinitconstBill Pemberton1-2/+2
2012-07-25Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds1-42/+43
2012-06-12ASoC: tegra: add clk_prepare/clk_unpreparePrashant Gaikwad1-2/+2
2012-06-08ASoC: tegra: use regmap more directlyStephen Warren1-41/+40
2012-06-08ASoC: tegra: use DAI's not card's dev for dev_errStephen Warren1-1/+1
2012-06-08ASoC: tegra: add .stream_name to CPU DAIsStephen Warren1-0/+2
2012-04-13ASoC: tegra: add tegra30-i2s driverStephen Warren1-0/+536