[PATCH 0/2] ASoC: ti: davinci-mcasp: McASP code cleanup and clk div fixes

Sen Wang posted 2 patches 1 month ago
sound/soc/ti/davinci-mcasp.c | 45 +++++++++++++++++++++++++-----------
1 file changed, 31 insertions(+), 14 deletions(-)
[PATCH 0/2] ASoC: ti: davinci-mcasp: McASP code cleanup and clk div fixes
Posted by Sen Wang 1 month ago
Just two minor patches that aim to tidy up the code a little bit,
as well as fix the aux_div selection in davinci_mcasp_calc_clk_div()
for mid-range dividers (33 <= div <= 4096).

Sen Wang (2):
  ASoC: ti: davinci-mcasp: extract mcasp_is_auxclk_enabled() helper
  ASoC: ti: davinci-mcasp: improve aux_div selection for mid-range dividers

 sound/soc/ti/davinci-mcasp.c | 45 +++++++++++++++++++++++++-----------
 1 file changed, 31 insertions(+), 14 deletions(-)

-- 
2.43.0
Re: [PATCH 0/2] ASoC: ti: davinci-mcasp: McASP code cleanup and clk div fixes
Posted by Mark Brown 1 month ago
On Thu, 05 Mar 2026 13:58:23 -0600, Sen Wang wrote:
> Just two minor patches that aim to tidy up the code a little bit,
> as well as fix the aux_div selection in davinci_mcasp_calc_clk_div()
> for mid-range dividers (33 <= div <= 4096).
> 
> Sen Wang (2):
>   ASoC: ti: davinci-mcasp: extract mcasp_is_auxclk_enabled() helper
>   ASoC: ti: davinci-mcasp: improve aux_div selection for mid-range dividers
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: ti: davinci-mcasp: extract mcasp_is_auxclk_enabled() helper
      commit: 5bebbfd64b879d1a7220233767be3274e7d442b8
[2/2] ASoC: ti: davinci-mcasp: improve aux_div selection for mid-range dividers
      commit: a8075ada4a341ce58ebf8bef0188cefe6c2f6487

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