From: Rob Herring <robh@kernel.org>
To: David Heidelberg <david@ixit.cz>
Cc: Rob Herring <robh+dt@kernel.org>,
Thierry Reding <thierry.reding@gmail.com>,
devicetree@vger.kernel.org, alsa-devel@alsa-project.org,
~okias/devicetree@lists.sr.ht, linux-kernel@vger.kernel.org,
Mark Brown <broonie@kernel.org>,
Dmitry Osipenko <digetx@gmail.com>,
linux-tegra@vger.kernel.org,
Jonathan Hunter <jonathanh@nvidia.com>,
Liam Girdwood <lgirdwood@gmail.com>
Subject: Re: [PATCH v2] dt-bindings: sound: nvidia,tegra-audio: Convert multiple txt bindings to yaml
Date: Wed, 15 Dec 2021 14:01:02 -0600 [thread overview]
Message-ID: <YbpJflKptK3f0EqZ@robh.at.kernel.org> (raw)
In-Reply-To: <20211211224946.79875-1-david@ixit.cz>
On Sat, 11 Dec 2021 23:49:44 +0100, David Heidelberg wrote:
> Convert Tegra audio complex with the
> * ALC5632
> * MAX98090
> * RT5640
> * RT5677
> * SGTL5000
> * TrimSlice
> * WM8753
> * WM8903
> * WM9712
> codec to the YAML format.
>
> Additional changes:
> - added missing HPOUTL to the WM9712 codec.
> - extended rt5677 codec with multiple pins
>
> Reviewed-by: Dmitry Osipenko <digetx@gmail.com>
> Signed-off-by: David Heidelberg <david@ixit.cz>
> ---
> v2:
> - converted from one big schema into the common properties and then references to it
> - few additional changes mentioned in commit message
> .../sound/nvidia,tegra-audio-alc5632.txt | 48 --------
> .../sound/nvidia,tegra-audio-alc5632.yaml | 74 +++++++++++++
> .../sound/nvidia,tegra-audio-common.yaml | 83 ++++++++++++++
> .../sound/nvidia,tegra-audio-max98090.txt | 53 ---------
> .../sound/nvidia,tegra-audio-max98090.yaml | 97 +++++++++++++++++
> .../sound/nvidia,tegra-audio-rt5640.txt | 52 ---------
> .../sound/nvidia,tegra-audio-rt5640.yaml | 85 +++++++++++++++
> .../sound/nvidia,tegra-audio-rt5677.txt | 67 ------------
> .../sound/nvidia,tegra-audio-rt5677.yaml | 103 ++++++++++++++++++
> .../sound/nvidia,tegra-audio-sgtl5000.txt | 42 -------
> .../sound/nvidia,tegra-audio-sgtl5000.yaml | 67 ++++++++++++
> .../sound/nvidia,tegra-audio-trimslice.txt | 21 ----
> .../sound/nvidia,tegra-audio-trimslice.yaml | 33 ++++++
> .../sound/nvidia,tegra-audio-wm8753.txt | 40 -------
> .../sound/nvidia,tegra-audio-wm8753.yaml | 79 ++++++++++++++
> .../sound/nvidia,tegra-audio-wm8903.txt | 62 -----------
> .../sound/nvidia,tegra-audio-wm8903.yaml | 93 ++++++++++++++++
> .../sound/nvidia,tegra-audio-wm9712.txt | 60 ----------
> .../sound/nvidia,tegra-audio-wm9712.yaml | 76 +++++++++++++
> 19 files changed, 790 insertions(+), 445 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-alc5632.txt
> create mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-alc5632.yaml
> create mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-common.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-max98090.txt
> create mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-max98090.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-rt5640.txt
> create mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-rt5640.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-rt5677.txt
> create mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-rt5677.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-sgtl5000.txt
> create mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-sgtl5000.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-trimslice.txt
> create mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-trimslice.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-wm8753.txt
> create mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-wm8753.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-wm8903.txt
> create mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-wm8903.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-wm9712.txt
> create mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-wm9712.yaml
>
Reviewed-by: Rob Herring <robh@kernel.org>
next prev parent reply other threads:[~2021-12-15 20:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-11 22:49 [PATCH v2] dt-bindings: sound: nvidia,tegra-audio: Convert multiple txt bindings to yaml David Heidelberg
2021-12-15 20:01 ` Rob Herring [this message]
2021-12-15 20:25 ` Mark Brown
2021-12-16 2:21 ` Mark Brown
2021-12-16 2:52 ` Dmitry Osipenko
2021-12-16 13:44 ` Thierry Reding
2021-12-16 15:42 ` Dmitry Osipenko
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=YbpJflKptK3f0EqZ@robh.at.kernel.org \
--to=robh@kernel.org \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=david@ixit.cz \
--cc=devicetree@vger.kernel.org \
--cc=digetx@gmail.com \
--cc=jonathanh@nvidia.com \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=thierry.reding@gmail.com \
--cc=~okias/devicetree@lists.sr.ht \
/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;
as well as URLs for NNTP newsgroup(s).