summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_mqs.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-28ASoC: fsl_mqs: Add i.MX95 platform supportShengjiu Wang1-6/+40
2023-12-15ASoC: fsl_mqs: remove duplicated includingWang Jinchao1-1/+0
2023-11-20ASoC: fsl_mqs: Remove duplicate linux/of.h headerLucas Tanure1-1/+0
2023-10-09ASoC: Explicitly include correct DT includesRob Herring1-1/+1
2023-04-17ASoC: fsl_mqs: move of_node_put() to the correct locationLiliang Ye1-10/+5
2023-03-20ASoC: fsl: fsl_mqs: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2022-08-23ASoC: fsl_mqs: Fix supported clock DAI formatShengjiu Wang1-1/+1
2022-06-27ASoC: fsl: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-06-14ASoC: fsl_mqs: Add support for i.MX93 platformShengjiu Wang1-0/+14
2022-06-09Specify clock provider directly to CPU DAIsMark Brown1-1/+1
2022-06-06ASoC: fsl_mqs: simplify the code with adding fsl_mqs_soc_dataShengjiu Wang1-48/+71
2022-06-06ASoC: fsl: Rename set_fmt_new back to set_fmtCharles Keepax1-1/+1
2022-06-06ASoC: fsl: Update to use set_fmt_new callbackCharles Keepax1-2/+2
2022-01-04ASoC: fsl_mqs: fix MODULE_ALIASAlyssa Ross1-1/+1
2021-09-22ASoC: fsl-mqs: Update to modern clocking terminologyMark Brown1-2/+2
2020-06-23ASoC: fsl_mqs: Fix unchecked return value for clk_prepare_enableShengjiu Wang1-2/+12
2020-06-23ASoC: fsl_mqs: Don't check clock is NULL before calling clk APIShengjiu Wang1-9/+4
2019-10-14ASoC: fsl_mqs: Move static keyword to the front of declarationsYueHaibing1-1/+1
2019-10-07ASoC: fsl_mqs: Fix error handling in probeDan Carpenter1-12/+15
2019-10-07ASoC: fsl_mqs: remove set but not used variable 'bclk'YueHaibing1-2/+1
2019-10-01ASoC: fsl_mqs: Add MQS component driverShengjiu Wang1-0/+333