linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH v5 1/4] dt-bindings: pwm: rockchip: add description for rk3568
       [not found] <20210622020517.13100-1-cl@rock-chips.com>
@ 2021-06-23  2:13 ` cl
  2021-07-05  6:49   ` Uwe Kleine-König
  2021-07-13 22:58   ` Rob Herring
  0 siblings, 2 replies; 7+ messages in thread
From: cl @ 2021-06-23  2:13 UTC (permalink / raw)
  To: heiko
  Cc: robh+dt, jagan, wens, uwe, mail, jbx6244, linux-arm-kernel,
	linux-rockchip, linux-kernel, jensenhuang, michael, cnsztl,
	devicetree, ulf.hansson, linux-mmc, gregkh, linux-serial,
	linux-i2c, jay.xu, shawn.lin, david.wu, zhangqing, huangtao, cl,
	wim, linux, jamie, linux-watchdog, maz, thierry.reding,
	u.kleine-koenig, lee.jones, linux-pwm

From: Liang Chen <cl@rock-chips.com>

add "rockchip,rk3568-pwm", "rockchip,rk3328-pwm" for pwm nodes on
a rk3568 platform to pwm-rockchip.yaml.

Signed-off-by: Liang Chen <cl@rock-chips.com>
---
 Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml b/Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml
index 5596bee70509..81a54a4e8e3e 100644
--- a/Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml
+++ b/Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml
@@ -29,6 +29,7 @@ properties:
           - enum:
               - rockchip,px30-pwm
               - rockchip,rk3308-pwm
+              - rockchip,rk3568-pwm
           - const: rockchip,rk3328-pwm
 
   reg:
-- 
2.17.1




^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [RESEND PATCH v5 1/4] dt-bindings: pwm: rockchip: add description for rk3568
  2021-06-23  2:13 ` [RESEND PATCH v5 1/4] dt-bindings: pwm: rockchip: add description for rk3568 cl
@ 2021-07-05  6:49   ` Uwe Kleine-König
  2021-07-05  7:34     ` Lee Jones
  2021-07-13 22:58   ` Rob Herring
  1 sibling, 1 reply; 7+ messages in thread
From: Uwe Kleine-König @ 2021-07-05  6:49 UTC (permalink / raw)
  To: cl, thierry.reding, robh+dt, heiko
  Cc: jagan, wens, uwe, mail, jbx6244, linux-arm-kernel,
	linux-rockchip, linux-kernel, jensenhuang, michael, cnsztl,
	devicetree, ulf.hansson, linux-mmc, gregkh, linux-serial,
	linux-i2c, jay.xu, shawn.lin, david.wu, zhangqing, huangtao, wim,
	linux, jamie, linux-watchdog, maz, lee.jones, linux-pwm

[-- Attachment #1: Type: text/plain, Size: 559 bytes --]

On Wed, Jun 23, 2021 at 10:13:03AM +0800, cl@rock-chips.com wrote:
> From: Liang Chen <cl@rock-chips.com>
> 
> add "rockchip,rk3568-pwm", "rockchip,rk3328-pwm" for pwm nodes on
> a rk3568 platform to pwm-rockchip.yaml.

Looks good to me

Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

Who is supposed to apply this patch? Does this need blessing by Rob?

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [RESEND PATCH v5 1/4] dt-bindings: pwm: rockchip: add description for rk3568
  2021-07-05  6:49   ` Uwe Kleine-König
@ 2021-07-05  7:34     ` Lee Jones
  2021-07-05  7:44       ` Uwe Kleine-König
  2021-07-13 22:57       ` Rob Herring
  0 siblings, 2 replies; 7+ messages in thread
From: Lee Jones @ 2021-07-05  7:34 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: cl, thierry.reding, robh+dt, heiko, jagan, wens, uwe, mail,
	jbx6244, linux-arm-kernel, linux-rockchip, linux-kernel,
	jensenhuang, michael, cnsztl, devicetree, ulf.hansson, linux-mmc,
	gregkh, linux-serial, linux-i2c, jay.xu, shawn.lin, david.wu,
	zhangqing, huangtao, wim, linux, jamie, linux-watchdog, maz,
	linux-pwm

On Mon, 05 Jul 2021, Uwe Kleine-König wrote:

> On Wed, Jun 23, 2021 at 10:13:03AM +0800, cl@rock-chips.com wrote:
> > From: Liang Chen <cl@rock-chips.com>
> > 
> > add "rockchip,rk3568-pwm", "rockchip,rk3328-pwm" for pwm nodes on
> > a rk3568 platform to pwm-rockchip.yaml.
> 
> Looks good to me
> 
> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> 
> Who is supposed to apply this patch? Does this need blessing by Rob?

There is no standard.  Rob will usually have some kind of arrangement
with the associated maintainer(s).  If this is a big functional
change, I would suggest letting Rob and his army of bots give it the
once over before it is applied in any case.

-- 
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [RESEND PATCH v5 1/4] dt-bindings: pwm: rockchip: add description for rk3568
  2021-07-05  7:34     ` Lee Jones
@ 2021-07-05  7:44       ` Uwe Kleine-König
  2021-07-11 17:44         ` Heiko Stübner
  2021-07-13 22:57       ` Rob Herring
  1 sibling, 1 reply; 7+ messages in thread
From: Uwe Kleine-König @ 2021-07-05  7:44 UTC (permalink / raw)
  To: Lee Jones
  Cc: cl, thierry.reding, robh+dt, heiko, jagan, wens, uwe, mail,
	jbx6244, linux-arm-kernel, linux-rockchip, linux-kernel,
	jensenhuang, michael, cnsztl, devicetree, ulf.hansson, linux-mmc,
	gregkh, linux-serial, linux-i2c, jay.xu, shawn.lin, david.wu,
	zhangqing, huangtao, wim, linux, jamie, linux-watchdog, maz,
	linux-pwm

[-- Attachment #1: Type: text/plain, Size: 787 bytes --]

Hello Lee,

On Mon, Jul 05, 2021 at 08:34:18AM +0100, Lee Jones wrote:
> On Mon, 05 Jul 2021, Uwe Kleine-König wrote:
> > On Wed, Jun 23, 2021 at 10:13:03AM +0800, cl@rock-chips.com wrote:
> > > From: Liang Chen <cl@rock-chips.com>
> > > 
> > > add "rockchip,rk3568-pwm", "rockchip,rk3328-pwm" for pwm nodes on
> > > a rk3568 platform to pwm-rockchip.yaml.
> > 
> > [...]
> > 
> > Who is supposed to apply this patch? Does this need blessing by Rob?
> 
> There is no standard. [...]

I'm aware of that. That's why I asked to prevent that everybody thinks
some other maintainer will care for it.

Thanks
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [RESEND PATCH v5 1/4] dt-bindings: pwm: rockchip: add description for rk3568
  2021-07-05  7:44       ` Uwe Kleine-König
@ 2021-07-11 17:44         ` Heiko Stübner
  0 siblings, 0 replies; 7+ messages in thread
From: Heiko Stübner @ 2021-07-11 17:44 UTC (permalink / raw)
  To: Lee Jones, Uwe Kleine-König
  Cc: cl, thierry.reding, robh+dt, jagan, wens, uwe, mail, jbx6244,
	linux-arm-kernel, linux-rockchip, linux-kernel, jensenhuang,
	michael, cnsztl, devicetree, ulf.hansson, linux-mmc, gregkh,
	linux-serial, linux-i2c, jay.xu, shawn.lin, david.wu, zhangqing,
	huangtao, wim, linux, jamie, linux-watchdog, maz, linux-pwm

Am Montag, 5. Juli 2021, 09:44:05 CEST schrieb Uwe Kleine-König:
> Hello Lee,
> 
> On Mon, Jul 05, 2021 at 08:34:18AM +0100, Lee Jones wrote:
> > On Mon, 05 Jul 2021, Uwe Kleine-König wrote:
> > > On Wed, Jun 23, 2021 at 10:13:03AM +0800, cl@rock-chips.com wrote:
> > > > From: Liang Chen <cl@rock-chips.com>
> > > > 
> > > > add "rockchip,rk3568-pwm", "rockchip,rk3328-pwm" for pwm nodes on
> > > > a rk3568 platform to pwm-rockchip.yaml.
> > > 
> > > [...]
> > > 
> > > Who is supposed to apply this patch? Does this need blessing by Rob?
> > 
> > There is no standard. [...]
> 
> I'm aware of that. That's why I asked to prevent that everybody thinks
> some other maintainer will care for it.

I suppose Thierry would be the one responsible?

I.e. bindings normally go through the subsystem tree and
	$ scripts/get_maintainer.pl drivers/pwm
returns:

Thierry Reding <thierry.reding@gmail.com> (maintainer:PWM SUBSYSTEM)
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de> (reviewer:PWM SUBSYSTEM)
Lee Jones <lee.jones@linaro.org> (maintainer:PWM SUBSYSTEM)
linux-pwm@vger.kernel.org (open list:PWM SUBSYSTEM)
linux-kernel@vger.kernel.org (open list)


See my reply to the original pwm binding patch from 2021-06-21.

Heiko



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [RESEND PATCH v5 1/4] dt-bindings: pwm: rockchip: add description for rk3568
  2021-07-05  7:34     ` Lee Jones
  2021-07-05  7:44       ` Uwe Kleine-König
@ 2021-07-13 22:57       ` Rob Herring
  1 sibling, 0 replies; 7+ messages in thread
From: Rob Herring @ 2021-07-13 22:57 UTC (permalink / raw)
  To: Lee Jones
  Cc: Uwe Kleine-König, cl, thierry.reding, heiko, jagan, wens,
	uwe, mail, jbx6244, linux-arm-kernel, linux-rockchip,
	linux-kernel, jensenhuang, michael, cnsztl, devicetree,
	ulf.hansson, linux-mmc, gregkh, linux-serial, linux-i2c, jay.xu,
	shawn.lin, david.wu, zhangqing, huangtao, wim, linux, jamie,
	linux-watchdog, maz, linux-pwm

On Mon, Jul 05, 2021 at 08:34:18AM +0100, Lee Jones wrote:
> On Mon, 05 Jul 2021, Uwe Kleine-König wrote:
> 
> > On Wed, Jun 23, 2021 at 10:13:03AM +0800, cl@rock-chips.com wrote:
> > > From: Liang Chen <cl@rock-chips.com>
> > > 
> > > add "rockchip,rk3568-pwm", "rockchip,rk3328-pwm" for pwm nodes on
> > > a rk3568 platform to pwm-rockchip.yaml.
> > 
> > Looks good to me
> > 
> > Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> > 
> > Who is supposed to apply this patch? Does this need blessing by Rob?
> 
> There is no standard.  Rob will usually have some kind of arrangement
> with the associated maintainer(s).  If this is a big functional
> change, I would suggest letting Rob and his army of bots give it the
> once over before it is applied in any case.

The documented standard[1] is subsystem maintainers take bindings. Are 
there exceptions? Yes. Usually that's standalone patches (which netdev 
maintainers just ignore for example).

One line compatible string changes don't need to wait for me.

Rob

[1] https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git/tree/Documentation/devicetree/bindings/submitting-patches.rst#n67

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [RESEND PATCH v5 1/4] dt-bindings: pwm: rockchip: add description for rk3568
  2021-06-23  2:13 ` [RESEND PATCH v5 1/4] dt-bindings: pwm: rockchip: add description for rk3568 cl
  2021-07-05  6:49   ` Uwe Kleine-König
@ 2021-07-13 22:58   ` Rob Herring
  1 sibling, 0 replies; 7+ messages in thread
From: Rob Herring @ 2021-07-13 22:58 UTC (permalink / raw)
  To: cl
  Cc: linux-rockchip, linux-i2c, linux-arm-kernel, cnsztl,
	linux-watchdog, lee.jones, shawn.lin, linux-kernel, heiko,
	huangtao, wim, jensenhuang, linux-serial, maz, zhangqing,
	thierry.reding, jamie, ulf.hansson, mail, jbx6244, david.wu,
	linux-pwm, u.kleine-koenig, linux-mmc, jay.xu, uwe, michael,
	linux, jagan, gregkh, robh+dt, wens, devicetree

On Wed, 23 Jun 2021 10:13:03 +0800, cl@rock-chips.com wrote:
> From: Liang Chen <cl@rock-chips.com>
> 
> add "rockchip,rk3568-pwm", "rockchip,rk3328-pwm" for pwm nodes on
> a rk3568 platform to pwm-rockchip.yaml.
> 
> Signed-off-by: Liang Chen <cl@rock-chips.com>
> ---
>  Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-07-13 22:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210622020517.13100-1-cl@rock-chips.com>
2021-06-23  2:13 ` [RESEND PATCH v5 1/4] dt-bindings: pwm: rockchip: add description for rk3568 cl
2021-07-05  6:49   ` Uwe Kleine-König
2021-07-05  7:34     ` Lee Jones
2021-07-05  7:44       ` Uwe Kleine-König
2021-07-11 17:44         ` Heiko Stübner
2021-07-13 22:57       ` Rob Herring
2021-07-13 22:58   ` Rob Herring

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).