summaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/fsl_mqs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: fsl_mqs: Support accessing registers by scmi interfaceShengjiu Wang2024-11-051-0/+41
* ASoC: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-09-091-1/+1
* ASoC: fsl_mqs: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS()Fabio Estevam2024-08-141-8/+3
* ASoC: fsl_mqs: Add i.MX95 platform supportShengjiu Wang2024-05-281-6/+40
* ASoC: fsl_mqs: remove duplicated includingWang Jinchao2023-12-151-1/+0
* ASoC: fsl_mqs: Remove duplicate linux/of.h headerLucas Tanure2023-11-201-1/+0
* ASoC: Explicitly include correct DT includesRob Herring2023-10-091-1/+1
* ASoC: fsl_mqs: move of_node_put() to the correct locationLiliang Ye2023-04-171-10/+5
* ASoC: fsl: fsl_mqs: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-3/+2
* ASoC: fsl_mqs: Fix supported clock DAI formatShengjiu Wang2022-08-231-1/+1
* ASoC: fsl: Remove now redundant non_legacy_dai_naming flagCharles Keepax2022-06-271-1/+0
* ASoC: fsl_mqs: Add support for i.MX93 platformShengjiu Wang2022-06-141-0/+14
* Specify clock provider directly to CPU DAIsMark Brown2022-06-091-1/+1
|\
| * ASoC: fsl: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-061-1/+1
| * ASoC: fsl: Update to use set_fmt_new callbackCharles Keepax2022-06-061-2/+2
* | ASoC: fsl_mqs: simplify the code with adding fsl_mqs_soc_dataShengjiu Wang2022-06-061-48/+71
|/
* ASoC: fsl_mqs: fix MODULE_ALIASAlyssa Ross2022-01-041-1/+1
* ASoC: fsl-mqs: Update to modern clocking terminologyMark Brown2021-09-221-2/+2
* ASoC: fsl_mqs: Fix unchecked return value for clk_prepare_enableShengjiu Wang2020-06-231-2/+12
* ASoC: fsl_mqs: Don't check clock is NULL before calling clk APIShengjiu Wang2020-06-231-9/+4
* ASoC: fsl_mqs: Move static keyword to the front of declarationsYueHaibing2019-10-141-1/+1
* ASoC: fsl_mqs: Fix error handling in probeDan Carpenter2019-10-071-12/+15
* ASoC: fsl_mqs: remove set but not used variable 'bclk'YueHaibing2019-10-071-2/+1
* ASoC: fsl_mqs: Add MQS component driverShengjiu Wang2019-10-011-0/+333