All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: pwm: tpu: Add R-Car V3U device tree bindings
@ 2021-10-27 12:28 Geert Uytterhoeven
  2021-10-27 22:39 ` Laurent Pinchart
  2021-10-29 16:03 ` Uwe Kleine-König
  0 siblings, 2 replies; 9+ messages in thread
From: Geert Uytterhoeven @ 2021-10-27 12:28 UTC (permalink / raw)
  To: Thierry Reding, Uwe Kleine-König, Lee Jones, Rob Herring,
	Laurent Pinchart
  Cc: linux-pwm, devicetree, linux-renesas-soc, Duc Nguyen,
	Wolfram Sang, Rob Herring, Geert Uytterhoeven

From: Duc Nguyen <duc.nguyen.ub@renesas.com>

Add device tree bindings for TPU with the PWM controller found
on R-Car V3U SoCs.

Signed-off-by: Duc Nguyen <duc.nguyen.ub@renesas.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml
index 81ccb2110162c3eb..0171a04257b808e7 100644
--- a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml
+++ b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml
@@ -38,6 +38,7 @@ properties:
           - renesas,tpu-r8a77965  # R-Car M3-N
           - renesas,tpu-r8a77970  # R-Car V3M
           - renesas,tpu-r8a77980  # R-Car V3H
+          - renesas,tpu-r8a779a0  # R-Car V3U
       - const: renesas,tpu
 
   reg:
-- 
2.25.1


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

* Re: [PATCH] dt-bindings: pwm: tpu: Add R-Car V3U device tree bindings
  2021-10-27 12:28 [PATCH] dt-bindings: pwm: tpu: Add R-Car V3U device tree bindings Geert Uytterhoeven
@ 2021-10-27 22:39 ` Laurent Pinchart
  2021-10-29 16:03 ` Uwe Kleine-König
  1 sibling, 0 replies; 9+ messages in thread
From: Laurent Pinchart @ 2021-10-27 22:39 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Thierry Reding, Uwe Kleine-König, Lee Jones, Rob Herring,
	linux-pwm, devicetree, linux-renesas-soc, Duc Nguyen,
	Wolfram Sang, Rob Herring

Hi Geert,

Thank you for the patch.

On Wed, Oct 27, 2021 at 02:28:09PM +0200, Geert Uytterhoeven wrote:
> From: Duc Nguyen <duc.nguyen.ub@renesas.com>
> 
> Add device tree bindings for TPU with the PWM controller found
> on R-Car V3U SoCs.
> 
> Signed-off-by: Duc Nguyen <duc.nguyen.ub@renesas.com>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> Acked-by: Rob Herring <robh@kernel.org>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml
> index 81ccb2110162c3eb..0171a04257b808e7 100644
> --- a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml
> +++ b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml
> @@ -38,6 +38,7 @@ properties:
>            - renesas,tpu-r8a77965  # R-Car M3-N
>            - renesas,tpu-r8a77970  # R-Car V3M
>            - renesas,tpu-r8a77980  # R-Car V3H
> +          - renesas,tpu-r8a779a0  # R-Car V3U
>        - const: renesas,tpu
>  
>    reg:

-- 
Regards,

Laurent Pinchart

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

* Re: [PATCH] dt-bindings: pwm: tpu: Add R-Car V3U device tree bindings
  2021-10-27 12:28 [PATCH] dt-bindings: pwm: tpu: Add R-Car V3U device tree bindings Geert Uytterhoeven
  2021-10-27 22:39 ` Laurent Pinchart
@ 2021-10-29 16:03 ` Uwe Kleine-König
  2021-11-04 12:45   ` Wolfram Sang
  1 sibling, 1 reply; 9+ messages in thread
From: Uwe Kleine-König @ 2021-10-29 16:03 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Thierry Reding, Lee Jones, Rob Herring, Laurent Pinchart,
	linux-pwm, devicetree, linux-renesas-soc, Duc Nguyen,
	Wolfram Sang, Rob Herring

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

On Wed, Oct 27, 2021 at 02:28:09PM +0200, Geert Uytterhoeven wrote:
> From: Duc Nguyen <duc.nguyen.ub@renesas.com>
> 
> Add device tree bindings for TPU with the PWM controller found
> on R-Car V3U SoCs.
> 
> Signed-off-by: Duc Nguyen <duc.nguyen.ub@renesas.com>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> Acked-by: Rob Herring <robh@kernel.org>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

From PWM POV:

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

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] 9+ messages in thread

* Re: [PATCH] dt-bindings: pwm: tpu: Add R-Car V3U device tree bindings
  2021-10-29 16:03 ` Uwe Kleine-König
@ 2021-11-04 12:45   ` Wolfram Sang
  2021-11-04 13:14     ` Uwe Kleine-König
  0 siblings, 1 reply; 9+ messages in thread
From: Wolfram Sang @ 2021-11-04 12:45 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: Geert Uytterhoeven, Thierry Reding, Lee Jones, Rob Herring,
	Laurent Pinchart, linux-pwm, devicetree, linux-renesas-soc,
	Duc Nguyen, Rob Herring

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

On Fri, Oct 29, 2021 at 06:03:03PM +0200, Uwe Kleine-König wrote:
> On Wed, Oct 27, 2021 at 02:28:09PM +0200, Geert Uytterhoeven wrote:
> > From: Duc Nguyen <duc.nguyen.ub@renesas.com>
> > 
> > Add device tree bindings for TPU with the PWM controller found
> > on R-Car V3U SoCs.
> > 
> > Signed-off-by: Duc Nguyen <duc.nguyen.ub@renesas.com>
> > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> > Acked-by: Rob Herring <robh@kernel.org>
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> 
> From PWM POV:
> 
> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

Uwe, thanks for the ack. Do such changes go via the PWM tree usually?


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

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

* Re: [PATCH] dt-bindings: pwm: tpu: Add R-Car V3U device tree bindings
  2021-11-04 12:45   ` Wolfram Sang
@ 2021-11-04 13:14     ` Uwe Kleine-König
  0 siblings, 0 replies; 9+ messages in thread
From: Uwe Kleine-König @ 2021-11-04 13:14 UTC (permalink / raw)
  To: Wolfram Sang, Geert Uytterhoeven, Thierry Reding, Lee Jones,
	Rob Herring, Laurent Pinchart, linux-pwm, devicetree,
	linux-renesas-soc, Duc Nguyen, Rob Herring

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

On Thu, Nov 04, 2021 at 01:45:04PM +0100, Wolfram Sang wrote:
> On Fri, Oct 29, 2021 at 06:03:03PM +0200, Uwe Kleine-König wrote:
> > On Wed, Oct 27, 2021 at 02:28:09PM +0200, Geert Uytterhoeven wrote:
> > > From: Duc Nguyen <duc.nguyen.ub@renesas.com>
> > > 
> > > Add device tree bindings for TPU with the PWM controller found
> > > on R-Car V3U SoCs.
> > > 
> > > Signed-off-by: Duc Nguyen <duc.nguyen.ub@renesas.com>
> > > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> > > Acked-by: Rob Herring <robh@kernel.org>
> > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > 
> > From PWM POV:
> > 
> > Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> 
> Uwe, thanks for the ack. Do such changes go via the PWM tree usually?

Yes, but it's Thierry who manages the git tree, so my Ack is mostly
cosmetic. And I said "From PWM POV" because I didn't want to judge if
the added SoC really exists.

Best regards and sorry for the confusion,
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] 9+ messages in thread

* Re: [PATCH] dt-bindings: pwm: tpu: Add R-Car V3U device tree bindings
  2021-09-02 21:02 ` Rob Herring
@ 2021-10-12 12:03   ` Wolfram Sang
  0 siblings, 0 replies; 9+ messages in thread
From: Wolfram Sang @ 2021-10-12 12:03 UTC (permalink / raw)
  To: Rob Herring
  Cc: Rob Herring, linux-kernel, Lee Jones, Thierry Reding, linux-pwm,
	devicetree, Duc Nguyen, Uwe Kleine-König, Laurent Pinchart

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

Hi Rob, 

> > Add device tree bindings for TPU with the PWM controller found
> > on R-Car V3U SoCs.
> > 
> > Signed-off-by: Duc Nguyen <duc.nguyen.ub@renesas.com>
> > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> > ---
> >  Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> 
> Acked-by: Rob Herring <robh@kernel.org>

Could you kindly apply this one (like the one for M3-W+), too?

Thanks,

   Wolfram


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

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

* Re: [PATCH] dt-bindings: pwm: tpu: Add R-Car V3U device tree bindings
  2021-09-01  9:07 Wolfram Sang
  2021-09-02 21:02 ` Rob Herring
@ 2021-09-06  9:34 ` Geert Uytterhoeven
  1 sibling, 0 replies; 9+ messages in thread
From: Geert Uytterhoeven @ 2021-09-06  9:34 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Linux PWM List, Duc Nguyen, Thierry Reding,
	Uwe Kleine-König, Lee Jones, Rob Herring, Laurent Pinchart,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux Kernel Mailing List

On Wed, Sep 1, 2021 at 11:08 AM Wolfram Sang
<wsa+renesas@sang-engineering.com> wrote:
> From: Duc Nguyen <duc.nguyen.ub@renesas.com>
>
> Add device tree bindings for TPU with the PWM controller found
> on R-Car V3U SoCs.
>
> Signed-off-by: Duc Nguyen <duc.nguyen.ub@renesas.com>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH] dt-bindings: pwm: tpu: Add R-Car V3U device tree bindings
  2021-09-01  9:07 Wolfram Sang
@ 2021-09-02 21:02 ` Rob Herring
  2021-10-12 12:03   ` Wolfram Sang
  2021-09-06  9:34 ` Geert Uytterhoeven
  1 sibling, 1 reply; 9+ messages in thread
From: Rob Herring @ 2021-09-02 21:02 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Rob Herring, linux-kernel, Lee Jones, Thierry Reding, linux-pwm,
	devicetree, Duc Nguyen, Uwe Kleine-König, Laurent Pinchart

On Wed, 01 Sep 2021 11:07:19 +0200, Wolfram Sang wrote:
> From: Duc Nguyen <duc.nguyen.ub@renesas.com>
> 
> Add device tree bindings for TPU with the PWM controller found
> on R-Car V3U SoCs.
> 
> Signed-off-by: Duc Nguyen <duc.nguyen.ub@renesas.com>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> ---
>  Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

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

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

* [PATCH] dt-bindings: pwm: tpu: Add R-Car V3U device tree bindings
@ 2021-09-01  9:07 Wolfram Sang
  2021-09-02 21:02 ` Rob Herring
  2021-09-06  9:34 ` Geert Uytterhoeven
  0 siblings, 2 replies; 9+ messages in thread
From: Wolfram Sang @ 2021-09-01  9:07 UTC (permalink / raw)
  To: linux-pwm
  Cc: Duc Nguyen, Wolfram Sang, Thierry Reding, Uwe Kleine-König,
	Lee Jones, Rob Herring, Laurent Pinchart, devicetree,
	linux-kernel

From: Duc Nguyen <duc.nguyen.ub@renesas.com>

Add device tree bindings for TPU with the PWM controller found
on R-Car V3U SoCs.

Signed-off-by: Duc Nguyen <duc.nguyen.ub@renesas.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml
index 81ccb2110162..0171a04257b8 100644
--- a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml
+++ b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml
@@ -38,6 +38,7 @@ properties:
           - renesas,tpu-r8a77965  # R-Car M3-N
           - renesas,tpu-r8a77970  # R-Car V3M
           - renesas,tpu-r8a77980  # R-Car V3H
+          - renesas,tpu-r8a779a0  # R-Car V3U
       - const: renesas,tpu
 
   reg:
-- 
2.30.2


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

end of thread, other threads:[~2021-11-04 13:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-27 12:28 [PATCH] dt-bindings: pwm: tpu: Add R-Car V3U device tree bindings Geert Uytterhoeven
2021-10-27 22:39 ` Laurent Pinchart
2021-10-29 16:03 ` Uwe Kleine-König
2021-11-04 12:45   ` Wolfram Sang
2021-11-04 13:14     ` Uwe Kleine-König
  -- strict thread matches above, loose matches on Subject: below --
2021-09-01  9:07 Wolfram Sang
2021-09-02 21:02 ` Rob Herring
2021-10-12 12:03   ` Wolfram Sang
2021-09-06  9:34 ` Geert Uytterhoeven

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.