Message ID | 20230718-pm8916-mclk-v1-0-4b4a58b4240a@gerhold.net (mailing list archive) |
---|---|
Headers | show |
Series | ASoC: codecs: msm8916-wcd-analog: Cleanup DT bindings | expand |
On Tue, 18 Jul 2023 13:40:12 +0200, Stephan Gerhold wrote: > Drop the redundant reg-names and mclk from the PM8916 analog codec. > Having the mclk on the analog codec is incorrect because only the > digital codec consumes it directly. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/6] ASoC: dt-bindings: pm8916-analog-codec: Fix misleading example commit: 944b5c7146fbd0a68f501d9a8a87c3fc5767a3de [2/6] ASoC: dt-bindings: pm8916-analog-codec: Drop pointless reg-names commit: dfc491e55255a96b2d43cdb74db10d4222890769 [3/6] ASoC: dt-bindings: pm8916-analog-codec: Drop invalid mclk commit: 469c6d9cd1cfb468f01a15f940272504a6b5d083 [4/6] ASoC: codecs: msm8916-wcd-analog: Drop invalid mclk commit: 97f29c1a6143762626f4f9bd9fc2f8a2282b9dcd [5/6] ASoC: codecs: msm8916-wcd-analog: Properly handle probe errors commit: 5c0f9652da47061ed3f7815c1dfeb205c545ce54 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
On Tue, 18 Jul 2023 13:40:12 +0200, Stephan Gerhold wrote: > Drop the redundant reg-names and mclk from the PM8916 analog codec. > Having the mclk on the analog codec is incorrect because only the > digital codec consumes it directly. > > Applied, thanks! [6/6] arm64: dts: qcom: pm8916: Drop codec reg-names and mclk commit: c7b34291bb376598ea4279658bf3100c8cb1487b Best regards,
Drop the redundant reg-names and mclk from the PM8916 analog codec. Having the mclk on the analog codec is incorrect because only the digital codec consumes it directly. Signed-off-by: Stephan Gerhold <stephan@gerhold.net> --- Stephan Gerhold (6): ASoC: dt-bindings: pm8916-analog-codec: Fix misleading example ASoC: dt-bindings: pm8916-analog-codec: Drop pointless reg-names ASoC: dt-bindings: pm8916-analog-codec: Drop invalid mclk ASoC: codecs: msm8916-wcd-analog: Drop invalid mclk ASoC: codecs: msm8916-wcd-analog: Properly handle probe errors arm64: dts: qcom: pm8916: Drop codec reg-names and mclk .../sound/qcom,pm8916-wcd-analog-codec.yaml | 101 ++++++++++----------- arch/arm64/boot/dts/qcom/apq8016-sbc.dts | 2 - arch/arm64/boot/dts/qcom/pm8916.dtsi | 3 - sound/soc/codecs/msm8916-wcd-analog.c | 56 +++--------- 4 files changed, 62 insertions(+), 100 deletions(-) --- base-commit: 78b31c16983bb9e540d5a14540417275e6f3f4a5 change-id: 20230712-pm8916-mclk-dbc17169c598 Best regards,