Hi,
On Wed, Aug 21, 2019 at 1:41 AM Mark Brown broonie@kernel.org wrote:
The patch
ASoC: sun4i-i2s: Fix the MCLK and BCLK dividers on newer SoCs
has been applied to the asoc tree at
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.4
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
From c1d3a921d72bd21f266ca28c15213fbe78160a4b Mon Sep 17 00:00:00 2001 From: Maxime Ripard maxime.ripard@bootlin.com Date: Mon, 19 Aug 2019 21:25:16 +0200 Subject: [PATCH] ASoC: sun4i-i2s: Fix the MCLK and BCLK dividers on newer SoCs
From: Marcus Cooper codekipper@gmail.com
The authorship of this patch looks to be wrong. Maybe it's a tooling issue. I imagine it might have happened if Maxime created the patches using `git format-patch` with his @bootlin.com address, then sent them with his @kernel.org address, and `git send-email` swapped out the "From:" header and prepended it to the body.
Either way the "From:" line looks odd in the commit log.
ChenYu
The clock division dividers have changed between the older (A10/A31) and newer (H3, A64, etc) SoCs.
While this was addressed through an offset on some SoCs, it was missing some dividers as well, so the support wasn't perfect. Let's introduce a pointer in the quirk structure for the divider calculation functions to use so we can have the proper range now.
Signed-off-by: Marcus Cooper codekipper@gmail.com [Maxime: Fix the commit log, use a field in the quirk structure] Signed-off-by: Maxime Ripard maxime.ripard@bootlin.com Link: https://lore.kernel.org/r/0e5b4abf06cd3202354315201c6af44caeb20236.156624245... Signed-off-by: Mark Brown broonie@kernel.org