[PATCH v4 0/5] ASoC: mediatek: mt8183: Fix clock error handling

phucduc.bui@gmail.com posted 5 patches 3 weeks, 2 days ago
sound/soc/mediatek/mt8183/mt8183-afe-clk.c | 31 +++++++++++-----------
sound/soc/mediatek/mt8183/mt8183-afe-pcm.c |  8 ++----
2 files changed, 17 insertions(+), 22 deletions(-)
[PATCH v4 0/5] ASoC: mediatek: mt8183: Fix clock error handling
Posted by phucduc.bui@gmail.com 3 weeks, 2 days ago
From: bui duc phuc <phucduc.bui@gmail.com>

Hi all,

This series fixes and cleans up clock error handling in the MT8183 ASoC 
driver.

Compile tested only.

Link v2:
https://lore.kernel.org/all/20260821122928.41343-1-phucduc.bui@gmail.com/

Link v3:
https://lore.kernel.org/all/20260828050526.590761-1-phucduc.bui@gmail.com/

Changes in v2:
 - Remove the redundant error log for apll1_mux_setting error handling.
 - Add Fixes tags.
 - Add a cover letter.
Changes in v3:
 - Add a patch to fix clock handling in the mux disable path, 
   as suggested by Cezary. 
 - Return directly from apllx_mux_setting() instead of using a goto label, 
   as suggested by Cezary.
 - Add a Reviewed-by tag.
Changes in v4:
 - Add a Reviewed-by tag from Cezary.
 - In the mux disable path, remove the goto labels so that all teardown 
   steps are attempted and any errors are only reported.

Best regards,
Phuc

bui duc phuc (5):
  ASoC: mediatek: mt8183: Fix wrong clock cleanup on clk_set_parent()
    failure
  ASoC: mediatek: mt8183: Fix clock handling in mux disable path
  ASoC: mediatek: mt8183: Fix APLL enable error handling
  ASoC: mediatek: mt8183: Use dev_err_probe() for error handling
  ASoC: mediatek: mt8183: Drop redundant probe error messages

 sound/soc/mediatek/mt8183/mt8183-afe-clk.c | 31 +++++++++++-----------
 sound/soc/mediatek/mt8183/mt8183-afe-pcm.c |  8 ++----
 2 files changed, 17 insertions(+), 22 deletions(-)

-- 
2.43.0
Re: [PATCH v4 0/5] ASoC: mediatek: mt8183: Fix clock error handling
Posted by Mark Brown 14 hours ago
On Thu, 03 Sep 2026 11:51:58 +0700, phucduc.bui@gmail.com wrote:
> ASoC: mediatek: mt8183: Fix clock error handling
> 
> From: bui duc phuc <phucduc.bui@gmail.com>
> 
> Hi all,
> 
> This series fixes and cleans up clock error handling in the MT8183 ASoC
> driver.
> 
> [...]

Applied to

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

Thanks!

[1/5] ASoC: mediatek: mt8183: Fix wrong clock cleanup on clk_set_parent() failure
      https://git.kernel.org/broonie/sound/c/7f05596bd404
[2/5] ASoC: mediatek: mt8183: Fix clock handling in mux disable path
      https://git.kernel.org/broonie/sound/c/4a0f9566ae0c
[3/5] ASoC: mediatek: mt8183: Fix APLL enable error handling
      https://git.kernel.org/broonie/sound/c/30cf48383006
[4/5] ASoC: mediatek: mt8183: Use dev_err_probe() for error handling
      https://git.kernel.org/broonie/sound/c/21cc0c50d395
[5/5] ASoC: mediatek: mt8183: Drop redundant probe error messages
      https://git.kernel.org/broonie/sound/c/f7bcb8c94ccb

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