From: Rob Herring <robh@kernel.org>
To: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
Cc: devicetree@vger.kernel.org, alexandre.belloni@bootlin.com,
alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org,
broonie@kernel.org, nicolas.ferre@microchip.com,
lgirdwood@gmail.com, tiwai@suse.com,
ludovic.desroches@microchip.com, robh+dt@kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 7/7] ASoC: convert Microchip I2SMCC binding to yaml
Date: Mon, 8 Mar 2021 11:28:12 -0700 [thread overview]
Message-ID: <20210308182812.GA2746864@robh.at.kernel.org> (raw)
In-Reply-To: <20210301170905.835091-8-codrin.ciubotariu@microchip.com>
On Mon, 01 Mar 2021 19:09:05 +0200, Codrin Ciubotariu wrote:
> This patch converts the Microchip I2SMCC bindings to DT schema format
> using json-schema.
>
> Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
> ---
>
> Changes in v2:
> - moved from the beginning to the end of the patch series;
> - includes the changes (to yaml) from the rest of the patches that
> update the DT binding;
>
> .../bindings/sound/mchp,i2s-mcc.yaml | 108 ++++++++++++++++++
> .../bindings/sound/mchp-i2s-mcc.txt | 49 --------
> 2 files changed, 108 insertions(+), 49 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/sound/mchp,i2s-mcc.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/mchp-i2s-mcc.txt
>
Reviewed-by: Rob Herring <robh@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
Cc: devicetree@vger.kernel.org, alexandre.belloni@bootlin.com,
alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org,
broonie@kernel.org, lgirdwood@gmail.com, tiwai@suse.com,
ludovic.desroches@microchip.com, robh+dt@kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 7/7] ASoC: convert Microchip I2SMCC binding to yaml
Date: Mon, 8 Mar 2021 11:28:12 -0700 [thread overview]
Message-ID: <20210308182812.GA2746864@robh.at.kernel.org> (raw)
In-Reply-To: <20210301170905.835091-8-codrin.ciubotariu@microchip.com>
On Mon, 01 Mar 2021 19:09:05 +0200, Codrin Ciubotariu wrote:
> This patch converts the Microchip I2SMCC bindings to DT schema format
> using json-schema.
>
> Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
> ---
>
> Changes in v2:
> - moved from the beginning to the end of the patch series;
> - includes the changes (to yaml) from the rest of the patches that
> update the DT binding;
>
> .../bindings/sound/mchp,i2s-mcc.yaml | 108 ++++++++++++++++++
> .../bindings/sound/mchp-i2s-mcc.txt | 49 --------
> 2 files changed, 108 insertions(+), 49 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/sound/mchp,i2s-mcc.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/mchp-i2s-mcc.txt
>
Reviewed-by: Rob Herring <robh@kernel.org>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
Cc: nicolas.ferre@microchip.com, linux-kernel@vger.kernel.org,
lgirdwood@gmail.com, robh+dt@kernel.org, tiwai@suse.com,
alexandre.belloni@bootlin.com, alsa-devel@alsa-project.org,
devicetree@vger.kernel.org, broonie@kernel.org,
ludovic.desroches@microchip.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 7/7] ASoC: convert Microchip I2SMCC binding to yaml
Date: Mon, 8 Mar 2021 11:28:12 -0700 [thread overview]
Message-ID: <20210308182812.GA2746864@robh.at.kernel.org> (raw)
In-Reply-To: <20210301170905.835091-8-codrin.ciubotariu@microchip.com>
On Mon, 01 Mar 2021 19:09:05 +0200, Codrin Ciubotariu wrote:
> This patch converts the Microchip I2SMCC bindings to DT schema format
> using json-schema.
>
> Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
> ---
>
> Changes in v2:
> - moved from the beginning to the end of the patch series;
> - includes the changes (to yaml) from the rest of the patches that
> update the DT binding;
>
> .../bindings/sound/mchp,i2s-mcc.yaml | 108 ++++++++++++++++++
> .../bindings/sound/mchp-i2s-mcc.txt | 49 --------
> 2 files changed, 108 insertions(+), 49 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/sound/mchp,i2s-mcc.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/mchp-i2s-mcc.txt
>
Reviewed-by: Rob Herring <robh@kernel.org>
next prev parent reply other threads:[~2021-03-08 18:29 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-01 17:08 [PATCH v2 0/7] Add I2S-MCC support for Microchip's SAMA7G5 Codrin Ciubotariu
2021-03-01 17:08 ` Codrin Ciubotariu
2021-03-01 17:08 ` Codrin Ciubotariu
2021-03-01 17:08 ` [PATCH v2 1/7] dt-bindings: mchp,i2s-mcc: Add SAMA7G5 to binding Codrin Ciubotariu
2021-03-01 17:08 ` Codrin Ciubotariu
2021-03-01 17:08 ` Codrin Ciubotariu
2021-03-01 17:09 ` [PATCH v2 2/7] ASoC: mchp-i2s-mcc: Add compatible for SAMA7G5 Codrin Ciubotariu
2021-03-01 17:09 ` Codrin Ciubotariu
2021-03-01 17:09 ` Codrin Ciubotariu
2021-03-01 17:09 ` [PATCH v2 3/7] ASoC: mchp-i2s-mcc: Add multi-channel support for I2S and LEFT_J formats Codrin Ciubotariu
2021-03-01 17:09 ` Codrin Ciubotariu
2021-03-01 17:09 ` Codrin Ciubotariu
2021-03-01 17:09 ` [PATCH v2 4/7] dt-bindings: mchp, i2s-mcc: Add property to specify pin pair for TDM Codrin Ciubotariu
2021-03-01 17:09 ` [PATCH v2 4/7] dt-bindings: mchp,i2s-mcc: " Codrin Ciubotariu
2021-03-01 17:09 ` [PATCH v2 4/7] dt-bindings: mchp, i2s-mcc: " Codrin Ciubotariu
2021-03-01 17:09 ` [PATCH v2 5/7] ASoC: mchp-i2s-mcc: Add support to select TDM pins Codrin Ciubotariu
2021-03-01 17:09 ` Codrin Ciubotariu
2021-03-01 17:09 ` Codrin Ciubotariu
2021-03-01 17:09 ` [PATCH v2 6/7] ASoC: mchp-i2s-mcc: Add FIFOs support Codrin Ciubotariu
2021-03-01 17:09 ` Codrin Ciubotariu
2021-03-01 17:09 ` Codrin Ciubotariu
2021-03-01 17:09 ` [PATCH v2 7/7] ASoC: convert Microchip I2SMCC binding to yaml Codrin Ciubotariu
2021-03-01 17:09 ` Codrin Ciubotariu
2021-03-01 17:09 ` Codrin Ciubotariu
2021-03-08 18:28 ` Rob Herring [this message]
2021-03-08 18:28 ` Rob Herring
2021-03-08 18:28 ` Rob Herring
2021-03-04 0:54 ` (subset) [PATCH v2 0/7] Add I2S-MCC support for Microchip's SAMA7G5 Mark Brown
2021-03-04 0:54 ` Mark Brown
2021-03-04 0:54 ` Mark Brown
2021-03-09 19:06 ` Mark Brown
2021-03-09 19:06 ` Mark Brown
2021-03-09 19:06 ` 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=20210308182812.GA2746864@robh.at.kernel.org \
--to=robh@kernel.org \
--cc=alexandre.belloni@bootlin.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=codrin.ciubotariu@microchip.com \
--cc=devicetree@vger.kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ludovic.desroches@microchip.com \
--cc=nicolas.ferre@microchip.com \
--cc=robh+dt@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 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.