From: Srinivas Kandagatla <srini@kernel.org>
To: Ajay Kumar Nandam <ajay.nandam@oss.qualcomm.com>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
Takashi Iwai <tiwai@suse.com>,
Srinivas Kandagatla <srini@kernel.org>
Cc: linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-msm@vger.kernel.org,
Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Subject: Re: [PATCH v8 0/3] ASoC: qcom: lpass: Switch VA/WSA macros to PM clock framework
Date: Fri, 3 Jul 2026 08:57:56 +0100 [thread overview]
Message-ID: <0e1860c7-08cc-4bf5-b913-80d1239c8b5f@kernel.org> (raw)
In-Reply-To: <20260702-xo-sd-codec-v7-b4-v8-0-d39d0fdb7859@oss.qualcomm.com>
On 7/1/26 7:44 PM, Ajay Kumar Nandam wrote:
> Hi,
>
> This series converts the LPASS WSA and VA macro codec drivers to the
> PM clock framework for runtime PM clock handling.
>
> The runtime clock enable/disable sequencing is moved to PM clock helpers
> for clocks described in device tree, while regcache state handling remains
> in the codec runtime PM callbacks. This keeps register cache synchronization
> explicit in the driver and lets runtime PM drop codec clock votes when the
> macros are idle.
>
> The series also keeps WSA MCLK-output clock registration resource-managed
> by switching it to devm_clk_hw_register(), which allows the empty WSA remove
> callback to be dropped.
>
> Changes since v7:
> - Dropped va_macro_setup_pm_clocks() helper in the VA patch and inlined
> devm_pm_clk_create() + of_pm_clk_add_clks() directly in probe, matching
> the WSA pattern for consistency.
>
> Changes since v6:
> - Dropped the now-empty WSA macro remove callback.
> - Sorted the VA macro pm_clock.h include.
> - Re-sent as v7 with proper cover-letter threading after the broken v6
> resend was accidentally sent as separate threads.
>
> Changes since v5:
> - Rebased to current linux-next/master and regenerated as a standalone
> series that applies cleanly.
> - Added depends on PM_CLK for SND_SOC_LPASS_WSA_MACRO and
> SND_SOC_LPASS_VA_MACRO since PM clock APIs are used.
> - Improved runtime-PM probe/resume unwind handling in WSA/VA error paths.
> - Kept runtime autosuspend delay at 100 ms in both PM-clock conversion
> patches.
>
> Link: https://lore.kernel.org/r/20260604124823.3467457-1-ajay.nandam@oss.qualcomm.com
> Link: https://lore.kernel.org/r/20260623071708.2822269-1-ajay.nandam@oss.qualcomm.com
> Signed-off-by: Ajay Kumar Nandam <ajay.nandam@oss.qualcomm.com>
> ---
> Changes in v8:
> - EDITME: describe what is new in this series revision.
> - EDITME: use bulletpoints and terse descriptions.
> - Link to v7: https://patch.msgid.link/20260629-xo-sd-codec-v7-b4-v7-0-fb37ce457c42@oss.qualcomm.com
>
> ---
> Ajay Kumar Nandam (3):
> ASoC: codecs: lpass-wsa-macro: Switch to PM clock framework for runtime PM
> ASoC: codecs: lpass-va-macro: Switch to PM clock framework for runtime PM
> ASoC: codecs: lpass-wsa-macro: Use devm_clk_hw_register() for MCLK output
Thanks for the patches, We should the same to tx and rx macros too.
For this series, I have tested it on my T14s
Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
Tested-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
--srini
>
> sound/soc/codecs/Kconfig | 2 +
> sound/soc/codecs/lpass-va-macro.c | 129 ++++++++++++++++++-----------------
> sound/soc/codecs/lpass-wsa-macro.c | 133 +++++++++++++++----------------------
> 3 files changed, 122 insertions(+), 142 deletions(-)
> ---
> base-commit: 4e5dfb7c84012007c3c7061126491bbc92d71bf1
> change-id: 20260623-xo-sd-codec-v7-b4-8769da3a41ad
>
> Best regards,
> --
> Ajay Kumar Nandam <ajay.nandam@oss.qualcomm.com>
>
next prev parent reply other threads:[~2026-07-03 7:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-01 18:44 Ajay Kumar Nandam
2026-07-01 18:44 ` [PATCH v8 1/3] ASoC: codecs: lpass-wsa-macro: Switch to PM clock framework for runtime PM Ajay Kumar Nandam
2026-07-02 9:34 ` Konrad Dybcio
2026-07-01 18:44 ` [PATCH v8 2/3] ASoC: codecs: lpass-va-macro: " Ajay Kumar Nandam
2026-07-02 9:35 ` Konrad Dybcio
2026-07-01 18:44 ` [PATCH v8 3/3] ASoC: codecs: lpass-wsa-macro: Use devm_clk_hw_register() for MCLK output Ajay Kumar Nandam
2026-07-02 9:34 ` [PATCH v8 0/3] ASoC: qcom: lpass: Switch VA/WSA macros to PM clock framework Konrad Dybcio
2026-07-03 7:57 ` Srinivas Kandagatla [this message]
2026-07-03 13:57 ` Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0e1860c7-08cc-4bf5-b913-80d1239c8b5f@kernel.org \
--to=srini@kernel.org \
--cc=ajay.nandam@oss.qualcomm.com \
--cc=broonie@kernel.org \
--cc=konrad.dybcio@oss.qualcomm.com \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=perex@perex.cz \
--cc=tiwai@suse.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome