All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Johan Jonker <jbx6244@gmail.com>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-pwm@vger.kernel.org,
	linux-rockchip@lists.infradead.org, heiko@sntech.de,
	thierry.reding@gmail.com, lee.jones@linaro.org,
	robh+dt@kernel.org, devicetree@vger.kernel.org,
	u.kleine-koenig@pengutronix.de
Subject: Re: [PATCH v2 2/6] dt-bindings: pwm: add more compatible strings to pwm-rockchip.yaml
Date: Mon, 12 Apr 2021 10:05:33 -0500	[thread overview]
Message-ID: <20210412150533.GA3898302@robh.at.kernel.org> (raw)
In-Reply-To: <20210411131007.21757-2-jbx6244@gmail.com>

On Sun, 11 Apr 2021 15:10:03 +0200, Johan Jonker wrote:
> The compatible strings below are already in use in the Rockchip
> dtsi files, but were somehow never added to a document, so add
> 
> "rockchip,rk3328-pwm"
> 
> "rockchip,rk3036-pwm", "rockchip,rk2928-pwm"
> 
> "rockchip,rk3368-pwm", "rockchip,rk3288-pwm"
> "rockchip,rk3399-pwm", "rockchip,rk3288-pwm"
> 
> "rockchip,px30-pwm", "rockchip,rk3328-pwm"
> "rockchip,rk3308-pwm", "rockchip,rk3328-pwm"
> 
> for pwm nodes to pwm-rockchip.yaml.
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
> Changed V2:
>   changed schema for clocks and clock-names
> ---
>  Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 


Please add Acked-by/Reviewed-by tags when posting new versions. However,
there's no need to repost patches *only* to add the tags. The upstream
maintainer will do that for acks received on the version they apply.

If a tag was not added on purpose, please state why and what changed.


WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Johan Jonker <jbx6244@gmail.com>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-pwm@vger.kernel.org,
	linux-rockchip@lists.infradead.org, heiko@sntech.de,
	thierry.reding@gmail.com, lee.jones@linaro.org,
	robh+dt@kernel.org, devicetree@vger.kernel.org,
	u.kleine-koenig@pengutronix.de
Subject: Re: [PATCH v2 2/6] dt-bindings: pwm: add more compatible strings to pwm-rockchip.yaml
Date: Mon, 12 Apr 2021 10:05:33 -0500	[thread overview]
Message-ID: <20210412150533.GA3898302@robh.at.kernel.org> (raw)
In-Reply-To: <20210411131007.21757-2-jbx6244@gmail.com>

On Sun, 11 Apr 2021 15:10:03 +0200, Johan Jonker wrote:
> The compatible strings below are already in use in the Rockchip
> dtsi files, but were somehow never added to a document, so add
> 
> "rockchip,rk3328-pwm"
> 
> "rockchip,rk3036-pwm", "rockchip,rk2928-pwm"
> 
> "rockchip,rk3368-pwm", "rockchip,rk3288-pwm"
> "rockchip,rk3399-pwm", "rockchip,rk3288-pwm"
> 
> "rockchip,px30-pwm", "rockchip,rk3328-pwm"
> "rockchip,rk3308-pwm", "rockchip,rk3328-pwm"
> 
> for pwm nodes to pwm-rockchip.yaml.
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
> Changed V2:
>   changed schema for clocks and clock-names
> ---
>  Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 


Please add Acked-by/Reviewed-by tags when posting new versions. However,
there's no need to repost patches *only* to add the tags. The upstream
maintainer will do that for acks received on the version they apply.

If a tag was not added on purpose, please state why and what changed.


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Johan Jonker <jbx6244@gmail.com>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-pwm@vger.kernel.org,
	linux-rockchip@lists.infradead.org, heiko@sntech.de,
	thierry.reding@gmail.com, lee.jones@linaro.org,
	robh+dt@kernel.org, devicetree@vger.kernel.org,
	u.kleine-koenig@pengutronix.de
Subject: Re: [PATCH v2 2/6] dt-bindings: pwm: add more compatible strings to pwm-rockchip.yaml
Date: Mon, 12 Apr 2021 10:05:33 -0500	[thread overview]
Message-ID: <20210412150533.GA3898302@robh.at.kernel.org> (raw)
In-Reply-To: <20210411131007.21757-2-jbx6244@gmail.com>

On Sun, 11 Apr 2021 15:10:03 +0200, Johan Jonker wrote:
> The compatible strings below are already in use in the Rockchip
> dtsi files, but were somehow never added to a document, so add
> 
> "rockchip,rk3328-pwm"
> 
> "rockchip,rk3036-pwm", "rockchip,rk2928-pwm"
> 
> "rockchip,rk3368-pwm", "rockchip,rk3288-pwm"
> "rockchip,rk3399-pwm", "rockchip,rk3288-pwm"
> 
> "rockchip,px30-pwm", "rockchip,rk3328-pwm"
> "rockchip,rk3308-pwm", "rockchip,rk3328-pwm"
> 
> for pwm nodes to pwm-rockchip.yaml.
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
> Changed V2:
>   changed schema for clocks and clock-names
> ---
>  Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 


Please add Acked-by/Reviewed-by tags when posting new versions. However,
there's no need to repost patches *only* to add the tags. The upstream
maintainer will do that for acks received on the version they apply.

If a tag was not added on purpose, please state why and what changed.


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

  reply	other threads:[~2021-04-12 15:05 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-11 13:10 [PATCH v2 1/6] dt-bindings: pwm: convert pwm-rockchip.txt to YAML Johan Jonker
2021-04-11 13:10 ` Johan Jonker
2021-04-11 13:10 ` Johan Jonker
2021-04-11 13:10 ` [PATCH v2 2/6] dt-bindings: pwm: add more compatible strings to pwm-rockchip.yaml Johan Jonker
2021-04-11 13:10   ` Johan Jonker
2021-04-11 13:10   ` Johan Jonker
2021-04-12 15:05   ` Rob Herring [this message]
2021-04-12 15:05     ` Rob Herring
2021-04-12 15:05     ` Rob Herring
2021-04-12 17:54     ` Johan Jonker
2021-04-12 17:54       ` Johan Jonker
2021-04-12 17:54       ` Johan Jonker
2021-04-11 13:10 ` [PATCH v2 3/6] ARM: dts: rockchip: remove interrupts properties from pwm nodes rv1108.dtsi Johan Jonker
2021-04-11 13:10   ` Johan Jonker
2021-04-11 13:10   ` Johan Jonker
2021-04-12  3:15   ` Chen-Yu Tsai
2021-04-12  3:15     ` Chen-Yu Tsai
2021-04-12  3:15     ` Chen-Yu Tsai
2021-04-12 10:03     ` Johan Jonker
2021-04-12 10:03       ` Johan Jonker
2021-04-12 10:03       ` Johan Jonker
2021-04-12 10:33       ` Chen-Yu Tsai
2021-04-12 10:33         ` Chen-Yu Tsai
2021-04-12 10:33         ` Chen-Yu Tsai
2021-04-12 11:04         ` Johan Jonker
2021-04-12 11:04           ` Johan Jonker
2021-04-12 11:04           ` Johan Jonker
2021-04-11 13:10 ` [PATCH v2 4/6] ARM: dts: rockchip: remove clock-names from pwm nodes Johan Jonker
2021-04-11 13:10   ` Johan Jonker
2021-04-11 13:10   ` Johan Jonker
2021-04-11 13:10 ` [PATCH v2 5/6] arm64: dts: rockchip: remove interrupts properties from pwm nodes rk3328.dtsi Johan Jonker
2021-04-11 13:10   ` Johan Jonker
2021-04-11 13:10   ` Johan Jonker
2021-04-11 13:10 ` [PATCH v2 6/6] arm64: dts: rockchip: remove clock-names from pwm nodes Johan Jonker
2021-04-11 13:10   ` Johan Jonker
2021-04-11 13:10   ` Johan Jonker
2021-04-12 20:57 ` [PATCH v2 1/6] dt-bindings: pwm: convert pwm-rockchip.txt to YAML Rob Herring
2021-04-12 20:57   ` Rob Herring
2021-04-12 20:57   ` Rob Herring
2021-04-12 21:46   ` Johan Jonker
2021-04-12 21:46     ` Johan Jonker
2021-04-12 21:46     ` Johan Jonker

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=20210412150533.GA3898302@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=jbx6244@gmail.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=robh+dt@kernel.org \
    --cc=thierry.reding@gmail.com \
    --cc=u.kleine-koenig@pengutronix.de \
    /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.