devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/7] ASoC: mediatek: mt8188: revise AFE driver
@ 2023-04-26  5:51 Trevor Wu
  2023-04-26  5:51 ` [PATCH v3 1/7] ASoC: mediatek: mt8188: remove supply AUDIO_HIRES Trevor Wu
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Trevor Wu @ 2023-04-26  5:51 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 three 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. Finally, AFE probe function is updated. Bus
protection change was dropped at the previous patch because the dependent
change was not accepted.

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 (7):
  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: dt-bindings: mediatek,mt8188-afe: add audio properties

 .../bindings/sound/mediatek,mt8188-afe.yaml   |  12 +-
 sound/soc/mediatek/mt8188/mt8188-afe-clk.c    | 138 ++-
 sound/soc/mediatek/mt8188/mt8188-afe-clk.h    |  11 +
 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, 751 insertions(+), 484 deletions(-)

-- 
2.18.0


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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-26  5:51 [PATCH v3 0/7] ASoC: mediatek: mt8188: revise AFE driver Trevor Wu
2023-04-26  5:51 ` [PATCH v3 1/7] ASoC: mediatek: mt8188: remove supply AUDIO_HIRES Trevor Wu
2023-04-26  5:51 ` [PATCH v3 2/7] ASoC: mediatek: mt8188: complete set_tdm_slot function Trevor Wu
2023-04-26  5:51 ` [PATCH v3 3/7] ASoC: mediatek: mt8188: revise ETDM control flow Trevor Wu
2023-04-26  5:51 ` [PATCH v3 4/7] ASoC: mediatek: mt8188: refine APLL control Trevor Wu
2023-04-26  5:51 ` [PATCH v3 5/7] ASoC: mediatek: mt8188: combine afe component registration Trevor Wu
2023-04-26  5:51 ` [PATCH v3 6/7] ASoC: mediatek: mt8188: add bus protection Trevor Wu
2023-04-26  5:51 ` [PATCH v3 7/7] ASoC: dt-bindings: mediatek,mt8188-afe: add audio properties Trevor Wu
2023-04-27 14:48   ` Rob Herring
2023-05-05  7:31     ` Trevor Wu (吳文良)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).