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

On Tue, 1 Jun 2021 11:14:00 +0530, Lokesh Vutla wrote:
> This series:
> - converts tiehrpwn to DT schema format using json-schema
> - Add new compatible for AM64 SoC.
> 
> Changes since v2 (https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=489981):
> - Dropped DT changes from this series.
> 
> [...]

Applied, thanks!

[1/2] dt-bindings: pwm: pwm-tiehrpwm: Convert to json schema
      commit: 2ba4597d932b45b25bc2e6604c1dbbb08e444cb7
[2/2] dt-bindings: pwm: pwm-tiehrpwm: Add compatible string for AM64 SoC
      commit: d233504af7db9f4ddbbc4b04513d5ca657e7ae1f

Best regards,
-- 
Thierry Reding <thierry.reding@gmail.com>

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

On Tue, 1 Jun 2021 11:14:00 +0530, Lokesh Vutla wrote:
> This series:
> - converts tiehrpwn to DT schema format using json-schema
> - Add new compatible for AM64 SoC.
> 
> Changes since v2 (https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=489981):
> - Dropped DT changes from this series.
> 
> [...]

Applied, thanks!

[1/2] dt-bindings: pwm: pwm-tiehrpwm: Convert to json schema
      commit: 2ba4597d932b45b25bc2e6604c1dbbb08e444cb7
[2/2] dt-bindings: pwm: pwm-tiehrpwm: Add compatible string for AM64 SoC
      commit: d233504af7db9f4ddbbc4b04513d5ca657e7ae1f

Best regards,
-- 
Thierry Reding <thierry.reding@gmail.com>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2021-06-04  9:47 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
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 ` Thierry Reding [this message]
2021-06-04  9:48   ` [PATCH v3 0/2] dt-bindings: pwm: pwm-tiehrpwm: Convert to json schema 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=162280005726.1092288.11858422401702133382.b4-ty@gmail.com \
    --to=thierry.reding@gmail.com \
    --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=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.