public inbox for linux-mediatek@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v4 0/9] ASoC: mediatek: mt8188: revise AFE driver
@ 2023-05-10  3:55 Trevor Wu
  2023-05-10  3:55 ` [PATCH v4 1/9] ASoC: mediatek: mt8188: remove supply AUDIO_HIRES Trevor Wu
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Trevor Wu @ 2023-05-10  3:55 UTC (permalink / raw)
  To: broonie, lgirdwood, tiwai, perex, robh+dt, krzysztof.kozlowski+dt,
	matthias.bgg, angelogioacchino.delregno
  Cc: trevor.wu, alsa-devel, linux-mediatek, linux-arm-kernel,
	linux-kernel, devicetree

The series of patches consists of four major changes.
First, remove redundant supply for ADDA DAI dirver. Second, revise ETDM
control including APLL dynamic switch via DAPM, so APLL can be enabled
when it is really required. Third, update AFE probe function. Bus
protection change was dropped at the previous patch because the dependent
change was not accepted at that time. Finally, correct some binding errors
and add required clocks.

Changes since v3:
  - correct errors in binding file
  - add required clocks which are possibly used in the future

Changes since v2:
  - remove required properties in dt-binding file

Changes since v1:
  - replace unnecessary dev_info with dev_dbg
  - fix dt-binging ABI breaking behavior

Trevor Wu (9):
  ASoC: mediatek: mt8188: remove supply AUDIO_HIRES
  ASoC: mediatek: mt8188: complete set_tdm_slot function
  ASoC: mediatek: mt8188: revise ETDM control flow
  ASoC: mediatek: mt8188: refine APLL control
  ASoC: mediatek: mt8188: combine afe component registration
  ASoC: mediatek: mt8188: add bus protection
  ASoC: mediatek: mt8188: add required clocks
  ASoC: dt-bindings: mediatek,mt8188-afe: correct clock name
  ASoC: dt-bindings: mediatek,mt8188-afe: add audio properties

 .../bindings/sound/mediatek,mt8188-afe.yaml   |  66 +-
 sound/soc/mediatek/mt8188/mt8188-afe-clk.c    | 142 ++-
 sound/soc/mediatek/mt8188/mt8188-afe-clk.h    |  15 +
 sound/soc/mediatek/mt8188/mt8188-afe-pcm.c    | 113 ++-
 sound/soc/mediatek/mt8188/mt8188-dai-adda.c   |  37 -
 sound/soc/mediatek/mt8188/mt8188-dai-etdm.c   | 922 ++++++++++--------
 sound/soc/mediatek/mt8188/mt8188-reg.h        |   2 +
 7 files changed, 795 insertions(+), 502 deletions(-)

-- 
2.18.0



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-05-15 15:31 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-10  3:55 [PATCH v4 0/9] ASoC: mediatek: mt8188: revise AFE driver Trevor Wu
2023-05-10  3:55 ` [PATCH v4 1/9] ASoC: mediatek: mt8188: remove supply AUDIO_HIRES Trevor Wu
2023-05-10  3:55 ` [PATCH v4 2/9] ASoC: mediatek: mt8188: complete set_tdm_slot function Trevor Wu
2023-05-10  3:55 ` [PATCH v4 3/9] ASoC: mediatek: mt8188: revise ETDM control flow Trevor Wu
2023-05-10  3:55 ` [PATCH v4 4/9] ASoC: mediatek: mt8188: refine APLL control Trevor Wu
2023-05-10  3:55 ` [PATCH v4 5/9] ASoC: mediatek: mt8188: combine afe component registration Trevor Wu
2023-05-10  3:55 ` [PATCH v4 6/9] ASoC: mediatek: mt8188: add bus protection Trevor Wu
2023-05-10  3:55 ` [PATCH v4 7/9] ASoC: mediatek: mt8188: add required clocks Trevor Wu
2023-05-10  3:55 ` [PATCH v4 8/9] ASoC: dt-bindings: mediatek,mt8188-afe: correct clock name Trevor Wu
2023-05-10  7:52   ` Krzysztof Kozlowski
2023-05-10  3:55 ` [PATCH v4 9/9] ASoC: dt-bindings: mediatek,mt8188-afe: add audio properties Trevor Wu
2023-05-10  7:53   ` Krzysztof Kozlowski
2023-05-15 15:31 ` [PATCH v4 0/9] ASoC: mediatek: mt8188: revise AFE driver Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox