All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Lokesh Vutla <lokeshvutla@ti.com>
Cc: u.kleine-koenig@pengutronix.de,
	Grygorii Strashko <grygorii.strashko@ti.com>,
	thierry.reding@gmail.com,
	Device Tree Mailing List <devicetree@vger.kernel.org>,
	Linux ARM Mailing List <linux-arm-kernel@lists.infradead.org>,
	Nishanth Menon <nm@ti.com>,
	lee.jones@linaro.org, linux-pwm@vger.kernel.org,
	Linux OMAP Mailing List <linux-omap@vger.kernel.org>,
	Vignesh R <vigneshr@ti.com>, Rob Herring <robh+dt@kernel.org>,
	tony@atomide.com
Subject: Re: [PATCH v3 1/2] dt-bindings: pwm: pwm-tiehrpwm: Convert to json schema
Date: Wed, 2 Jun 2021 14:35:22 -0500	[thread overview]
Message-ID: <20210602193522.GA3844813@robh.at.kernel.org> (raw)
In-Reply-To: <20210601054402.2223-2-lokeshvutla@ti.com>

On Tue, 01 Jun 2021 11:14:01 +0530, Lokesh Vutla wrote:
> Convert the tiehrpwm binding to DT schema format using json-schema.
> Along with this conversion the following changes are included:
> - 'clock' and 'clock-names' properties are marked as required as
>    driver fails to probe without these properties
> - Dropped ti,am33xx-ehrpwm as it is no longer applicable.
> - 'power-domains' property is introduced and marked as optional.
> 
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
> ---
>  .../devicetree/bindings/pwm/pwm-tiehrpwm.txt  | 50 ---------------
>  .../devicetree/bindings/pwm/pwm-tiehrpwm.yaml | 64 +++++++++++++++++++
>  2 files changed, 64 insertions(+), 50 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.txt
>  create mode 100644 Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.yaml
> 

Reviewed-by: Rob Herring <robh@kernel.org>

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Lokesh Vutla <lokeshvutla@ti.com>
Cc: u.kleine-koenig@pengutronix.de,
	Grygorii Strashko <grygorii.strashko@ti.com>,
	thierry.reding@gmail.com,
	Device Tree Mailing List <devicetree@vger.kernel.org>,
	Linux ARM Mailing List <linux-arm-kernel@lists.infradead.org>,
	Nishanth Menon <nm@ti.com>,
	lee.jones@linaro.org, linux-pwm@vger.kernel.org,
	Linux OMAP Mailing List <linux-omap@vger.kernel.org>,
	Vignesh R <vigneshr@ti.com>, Rob Herring <robh+dt@kernel.org>,
	tony@atomide.com
Subject: Re: [PATCH v3 1/2] dt-bindings: pwm: pwm-tiehrpwm: Convert to json schema
Date: Wed, 2 Jun 2021 14:35:22 -0500	[thread overview]
Message-ID: <20210602193522.GA3844813@robh.at.kernel.org> (raw)
In-Reply-To: <20210601054402.2223-2-lokeshvutla@ti.com>

On Tue, 01 Jun 2021 11:14:01 +0530, Lokesh Vutla wrote:
> Convert the tiehrpwm binding to DT schema format using json-schema.
> Along with this conversion the following changes are included:
> - 'clock' and 'clock-names' properties are marked as required as
>    driver fails to probe without these properties
> - Dropped ti,am33xx-ehrpwm as it is no longer applicable.
> - 'power-domains' property is introduced and marked as optional.
> 
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
> ---
>  .../devicetree/bindings/pwm/pwm-tiehrpwm.txt  | 50 ---------------
>  .../devicetree/bindings/pwm/pwm-tiehrpwm.yaml | 64 +++++++++++++++++++
>  2 files changed, 64 insertions(+), 50 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.txt
>  create mode 100644 Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.yaml
> 

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

  reply	other threads:[~2021-06-02 19:35 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-01  5:44 [PATCH v3 0/2] dt-bindings: pwm: pwm-tiehrpwm: Convert to json schema Lokesh Vutla
2021-06-01  5:44 ` Lokesh Vutla
2021-06-01  5:44 ` [PATCH v3 1/2] " Lokesh Vutla
2021-06-01  5:44   ` Lokesh Vutla
2021-06-02 19:35   ` Rob Herring [this message]
2021-06-02 19:35     ` Rob Herring
2021-06-01  5:44 ` [PATCH v3 2/2] dt-bindings: pwm: pwm-tiehrpwm: Add compatible string for AM64 SoC Lokesh Vutla
2021-06-01  5:44   ` Lokesh Vutla
2021-06-02 19:35   ` Rob Herring
2021-06-02 19:35     ` Rob Herring
2021-06-04  9:48 ` [PATCH v3 0/2] dt-bindings: pwm: pwm-tiehrpwm: Convert to json schema Thierry Reding
2021-06-04  9:48   ` Thierry Reding

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=20210602193522.GA3844813@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=grygorii.strashko@ti.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=lokeshvutla@ti.com \
    --cc=nm@ti.com \
    --cc=robh+dt@kernel.org \
    --cc=thierry.reding@gmail.com \
    --cc=tony@atomide.com \
    --cc=u.kleine-koenig@pengutronix.de \
    --cc=vigneshr@ti.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.