From: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
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>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH 0/6] ASoC: codecs: wcd93xx: Few simplifications of code and extend wcd939x
Date: Thu, 29 May 2025 10:20:56 +0100 [thread overview]
Message-ID: <81e34c57-d2ed-466a-9ab0-8ea9e7ee437f@oss.qualcomm.com> (raw)
In-Reply-To: <20250526-b4-asoc-wcd9395-vdd-px-v1-0-64d3cb60313b@linaro.org>
On 5/26/25 11:49 AM, Krzysztof Kozlowski wrote:
> Make the WCD93xx codec drivers simpler using
> devm_regulator_bulk_get_enable() and obtain missing VDD_PX supply on
> wcd939x.
>
> Context depends on fixes:
> https://lore.kernel.org/r/20250526-b4-b4-asoc-wcd9395-vdd-px-fixes-v1-0-0b8a2993b7d3@linaro.org
>
LGTM, thanks for the cleanup.
Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
-Srini
> ---
> Krzysztof Kozlowski (6):
> ASoC: codecs: wcd937x: Simplify with devm_regulator_bulk_get_enable()
> ASoC: codecs: wcd938x: Simplify with devm_regulator_bulk_get_enable()
> ASoC: codecs: wcd939x: Simplify with devm_regulator_bulk_get_enable()
> ASoC: codecs: wcd939x: Simplify return from devm_gpiod_get() error
> ASoC: dt-bindings: qcom,wcd939x: Document missing VDD_PX supply
> ASoC: codecs: wcd939x: Add VDD_PX supply
>
> .../devicetree/bindings/sound/qcom,wcd939x.yaml | 3 ++
> sound/soc/codecs/wcd937x.c | 31 +++++----------
> sound/soc/codecs/wcd937x.h | 1 -
> sound/soc/codecs/wcd938x.c | 35 +++++------------
> sound/soc/codecs/wcd939x.c | 45 +++++++---------------
> 5 files changed, 34 insertions(+), 81 deletions(-)
> ---
> base-commit: 3717d2adda1ad07b4ecf3bef144ee489cc1563a1
> change-id: 20250526-b4-asoc-wcd9395-vdd-px-ec173383bd02
> prerequisite-change-id: 20250526-b4-b4-asoc-wcd9395-vdd-px-fixes-0ce64398f9cc:v1
> prerequisite-patch-id: 104000f7254b9cc81be49af9ca584544718e52f1
> prerequisite-patch-id: 230fcd1b712c5a3199e7c9d8250e98e5d55c0a40
> prerequisite-patch-id: ecdbe74955eb7b710f72af1e3cf32ccac52890d5
>
> Best regards,
next prev parent reply other threads:[~2025-05-29 9:21 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-26 10:49 [PATCH 0/6] ASoC: codecs: wcd93xx: Few simplifications of code and extend wcd939x Krzysztof Kozlowski
2025-05-26 10:49 ` [PATCH 1/6] ASoC: codecs: wcd937x: Simplify with devm_regulator_bulk_get_enable() Krzysztof Kozlowski
2025-05-26 10:49 ` [PATCH 2/6] ASoC: codecs: wcd938x: " Krzysztof Kozlowski
2025-05-26 10:49 ` [PATCH 3/6] ASoC: codecs: wcd939x: " Krzysztof Kozlowski
2025-05-26 10:49 ` [PATCH 4/6] ASoC: codecs: wcd939x: Simplify return from devm_gpiod_get() error Krzysztof Kozlowski
2025-05-26 10:49 ` [PATCH 5/6] ASoC: dt-bindings: qcom,wcd939x: Document missing VDD_PX supply Krzysztof Kozlowski
2025-05-27 19:09 ` Rob Herring (Arm)
2025-05-26 10:49 ` [PATCH 6/6] ASoC: codecs: wcd939x: Add " Krzysztof Kozlowski
2025-05-29 9:20 ` Srinivas Kandagatla [this message]
2025-06-09 21:00 ` [PATCH 0/6] ASoC: codecs: wcd93xx: Few simplifications of code and extend wcd939x 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=81e34c57-d2ed-466a-9ab0-8ea9e7ee437f@oss.qualcomm.com \
--to=srinivas.kandagatla@oss.qualcomm.com \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@linaro.org \
--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=robh@kernel.org \
--cc=srini@kernel.org \
--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