[PATCH v4 0/9] ASoC: mediatek: mt8188: revise AFE driver

Trevor Wu posted 9 patches 1 year, 4 months ago
.../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(-)
[PATCH v4 0/9] ASoC: mediatek: mt8188: revise AFE driver
Posted by Trevor Wu 1 year, 4 months ago
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
Re: [PATCH v4 0/9] ASoC: mediatek: mt8188: revise AFE driver
Posted by Mark Brown 1 year, 4 months ago
On Wed, 10 May 2023 11:55:17 +0800, Trevor Wu wrote:
> 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.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/9] ASoC: mediatek: mt8188: remove supply AUDIO_HIRES
      commit: 4db399793c34c72dcad18815d54c0cd23750b8f1
[2/9] ASoC: mediatek: mt8188: complete set_tdm_slot function
      commit: 2664c8790cfdcaa81ff8b3b9f649a6635955d636
[3/9] ASoC: mediatek: mt8188: revise ETDM control flow
      commit: e5d2bd4103df419fd33131f1aa7a8dea35e3638c
[4/9] ASoC: mediatek: mt8188: refine APLL control
      commit: 9be0213a6858d0084a9e800d2b451678f014f337
[5/9] ASoC: mediatek: mt8188: combine afe component registration
      commit: e9eab4bed0436a7b7268114ecf55fe4989855d47
[6/9] ASoC: mediatek: mt8188: add bus protection
      commit: fb167449cec1d2f34ef4c6d17ff860076ac0fc44
[7/9] ASoC: mediatek: mt8188: add required clocks
      commit: 2e5c422a624aa35cefb5a448a2040df6627f505b
[8/9] ASoC: dt-bindings: mediatek,mt8188-afe: correct clock name
      commit: 1e4fe75e9746be8e40c57132bb3fba1ce3dd24af
[9/9] ASoC: dt-bindings: mediatek,mt8188-afe: add audio properties
      commit: 739ee993c38596d93150f96153f9bb1cfd7733bc

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark