summaryrefslogtreecommitdiff
path: root/sound/soc/img
AgeCommit message (Expand)Author
2023-09-25ASoC: img: convert not to use asoc_xxx()Kuninori Morimoto
2023-08-14ASoC: img: merge DAI call back functions into opsKuninori Morimoto
2023-03-20ASoC: img: pistachio-internal-dac: Convert to platform remove callback return...Uwe Kleine-König
2023-03-20ASoC: img: img-spdif-out: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-20ASoC: img: img-spdif-in: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-20ASoC: img: img-parallel-out: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-20ASoC: img: img-i2s-out: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-20ASoC: img: img-i2s-in: Convert to platform remove callback returning voidUwe Kleine-König
2022-06-29ASoC: Refactor non_legacy_dai_naming flagMark Brown
2022-06-27ASoC: img: img-i2s-out: use pm_runtime_resume_and_get()Pierre-Louis Bossart
2022-06-27ASoC: pistachio: Remove now redundant non_legacy_dai_naming flagCharles Keepax
2022-06-27ASoC: img: Migrate to new style legacy DAI naming flagCharles Keepax
2022-06-06ASoC: img: Rename set_fmt_new back to set_fmtCharles Keepax
2022-06-06ASoC: img: Update to use set_fmt_new callbackCharles Keepax
2022-04-25ASoC: img-i2s-in: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi
2022-04-25ASoC: img-parallel-out: using pm_runtime_resume_and_getMinghao Chi
2022-04-25ASoC: img-spdif-out: using pm_runtime_resume_and_get to simplify the codeMinghao Chi
2022-04-25ASoC: img-spdif-in: using pm_runtime_resume_and_get instead of pm_runtime_get...Minghao Chi
2021-12-20ASoC: img: Use dev_err_probe() helperKuninori Morimoto
2021-06-15ASoC: img-spdif-out: Use devm_platform_get_and_ioremap_resource()Yang Yingliang
2021-06-15ASoC: img-spdif-in: Use devm_platform_get_and_ioremap_resource()Yang Yingliang
2021-06-15ASoC: img-parallel-out: Use devm_platform_get_and_ioremap_resource()Yang Yingliang
2021-06-15ASoC: img-i2s-out: Use devm_platform_get_and_ioremap_resource()Yang Yingliang
2021-06-15ASoC: img-i2s-in: Use devm_platform_get_and_ioremap_resource()Yang Yingliang
2021-06-03ASoC: img: Fix PM reference leak in img_i2s_in_probe()Yufen Yu
2020-06-15ASoC: img-parallel-out: Fix a reference count leakQiushi Wu
2020-06-15ASoC: img: Fix a reference count leak in img_i2s_in_set_fmtQiushi Wu
2020-05-29ASoC: img-i2s-out: Fix runtime PM imbalance on errorDinghao Liu
2020-05-27ASoC: img-spdif-in: Fix runtime PM imbalance on errorDinghao Liu
2020-05-27ASoC: img-spdif-out: Fix runtime PM imbalance on errorDinghao Liu
2020-05-26ASoC: fix incomplete error-handling in img_i2s_in_probe.Qiushi Wu
2020-03-27ASoC: img: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-02-12ASoC: pistachio: replace codec to componentKuninori Morimoto
2017-11-10Merge remote-tracking branches 'asoc/topic/hdmi', 'asoc/topic/img' and 'asoc/...Mark Brown
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-09ASoC: img-spdif-out: Add control of sys clock to runtime PMEd Blake
2017-10-09ASoC: img-spdif-out: Add suspend / resume handlingEd Blake
2017-10-09ASoC: img-spdif-in: Add runtime PMEd Blake
2017-10-09ASoC: img-spdif-in: Add suspend / resume handlingEd Blake
2017-10-09ASoC: img-i2s-out: Add control of sys clock to runtime PMEd Blake
2017-10-09ASoC: img-i2s-out: Add suspend / resume handlingEd Blake
2017-10-09ASoC: img-i2s-in: Add runtime PMEd Blake
2017-10-09ASoC: img-i2s-in: Add suspend / resume handlingEd Blake
2017-10-09ASoC: img-parallel-out: Check pm_runtime_get_sync return codeEd Blake
2017-10-04ASoC: img-spdif-out: Rename suspend / resume funcsEd Blake
2017-10-04ASoC: img-parallel-out: Add pm_runtime_get/put to set_fmt callbackEd Blake
2017-10-04ASoC: img-i2s-out: Rename suspend / resume funcsEd Blake