From: Rob Herring <robh@kernel.org>
To: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org,
broonie@kernel.org, lgirdwood@gmail.com,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v5 4/9] ASoC: dt-bindings: wcd938x-sdw: add bindings for wcd938x-sdw
Date: Mon, 17 May 2021 20:27:35 -0500 [thread overview]
Message-ID: <20210518012735.GA3600100@robh.at.kernel.org> (raw)
In-Reply-To: <20210514103405.29927-5-srinivas.kandagatla@linaro.org>
On Fri, 14 May 2021 11:34:00 +0100, Srinivas Kandagatla wrote:
> Qualcomm WCD9380/WCD9385 Codec is a standalone Hi-Fi audio codec IC
> connected over SoundWire. This device has two SoundWire devices RX and
> TX respectively. This bindings is for those slave devices on WCD9380/WCD9385.
>
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> ---
> .../bindings/sound/qcom,wcd938x-sdw.yaml | 70 +++++++++++++++++++
> 1 file changed, 70 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/sound/qcom,wcd938x-sdw.yaml
>
Reviewed-by: Rob Herring <robh@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Cc: lgirdwood@gmail.com, alsa-devel@alsa-project.org,
broonie@kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v5 4/9] ASoC: dt-bindings: wcd938x-sdw: add bindings for wcd938x-sdw
Date: Mon, 17 May 2021 20:27:35 -0500 [thread overview]
Message-ID: <20210518012735.GA3600100@robh.at.kernel.org> (raw)
In-Reply-To: <20210514103405.29927-5-srinivas.kandagatla@linaro.org>
On Fri, 14 May 2021 11:34:00 +0100, Srinivas Kandagatla wrote:
> Qualcomm WCD9380/WCD9385 Codec is a standalone Hi-Fi audio codec IC
> connected over SoundWire. This device has two SoundWire devices RX and
> TX respectively. This bindings is for those slave devices on WCD9380/WCD9385.
>
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> ---
> .../bindings/sound/qcom,wcd938x-sdw.yaml | 70 +++++++++++++++++++
> 1 file changed, 70 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/sound/qcom,wcd938x-sdw.yaml
>
Reviewed-by: Rob Herring <robh@kernel.org>
next prev parent reply other threads:[~2021-05-18 1:28 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-14 10:33 [PATCH v5 0/9] ASoC: codecs: add wcd938x support Srinivas Kandagatla
2021-05-14 10:33 ` Srinivas Kandagatla
2021-05-14 10:33 ` [PATCH v5 1/9] ASoC: dt-bindings: wcd938x: add bindings for wcd938x Srinivas Kandagatla
2021-05-14 10:33 ` Srinivas Kandagatla
2021-05-14 13:06 ` Rob Herring
2021-05-14 13:06 ` Rob Herring
2021-05-14 10:33 ` [PATCH v5 2/9] ASoC: codecs: wcd-clsh: add new version support Srinivas Kandagatla
2021-05-14 10:33 ` Srinivas Kandagatla
2021-05-14 10:33 ` [PATCH v5 3/9] ASoC: codecs: wcd938x: add basic driver Srinivas Kandagatla
2021-05-14 10:33 ` Srinivas Kandagatla
2021-05-14 10:34 ` [PATCH v5 4/9] ASoC: dt-bindings: wcd938x-sdw: add bindings for wcd938x-sdw Srinivas Kandagatla
2021-05-14 10:34 ` Srinivas Kandagatla
2021-05-18 1:27 ` Rob Herring [this message]
2021-05-18 1:27 ` Rob Herring
2021-05-14 10:34 ` [PATCH v5 5/9] ASoC: codecs: wcd938x-sdw: add SoundWire driver Srinivas Kandagatla
2021-05-14 10:34 ` Srinivas Kandagatla
2021-05-14 10:34 ` [PATCH v5 6/9] ASoC: codecs: wcd938x: add basic controls Srinivas Kandagatla
2021-05-14 10:34 ` Srinivas Kandagatla
2021-05-14 10:34 ` [PATCH v5 7/9] ASoC: codecs: wcd938x: add playback dapm widgets Srinivas Kandagatla
2021-05-14 10:34 ` Srinivas Kandagatla
2021-05-14 10:34 ` [PATCH v5 8/9] ASoC: codecs: wcd938x: add capture " Srinivas Kandagatla
2021-05-14 10:34 ` Srinivas Kandagatla
2021-05-14 10:34 ` [PATCH v5 9/9] ASoC: codecs: wcd938x: add audio routing Srinivas Kandagatla
2021-05-14 10:34 ` Srinivas Kandagatla
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=20210518012735.GA3600100@robh.at.kernel.org \
--to=robh@kernel.org \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=srinivas.kandagatla@linaro.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.