linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: pwm: Add R-Car V3U device tree bindings
@ 2023-05-02 16:53 Wolfram Sang
  2023-05-03 10:11 ` Geert Uytterhoeven
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Wolfram Sang @ 2023-05-02 16:53 UTC (permalink / raw)
  To: linux-pwm
  Cc: linux-renesas-soc, Wolfram Sang, Kieran Bingham, Thierry Reding,
	Uwe Kleine-König, Rob Herring, Krzysztof Kozlowski,
	Geert Uytterhoeven, Magnus Damm, Yoshihiro Shimoda, devicetree,
	linux-kernel

Tested-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml b/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml
index 4c8097010687..6b6a302a175c 100644
--- a/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml
+++ b/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml
@@ -35,6 +35,7 @@ properties:
           - renesas,pwm-r8a77980  # R-Car V3H
           - renesas,pwm-r8a77990  # R-Car E3
           - renesas,pwm-r8a77995  # R-Car D3
+          - renesas,pwm-r8a779a0  # R-Car V3U
           - renesas,pwm-r8a779g0  # R-Car V4H
       - const: renesas,pwm-rcar
 
-- 
2.30.2


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

* Re: [PATCH] dt-bindings: pwm: Add R-Car V3U device tree bindings
  2023-05-02 16:53 [PATCH] dt-bindings: pwm: Add R-Car V3U device tree bindings Wolfram Sang
@ 2023-05-03 10:11 ` Geert Uytterhoeven
  2023-05-03 19:36 ` Kieran Bingham
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2023-05-03 10:11 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-pwm, linux-renesas-soc, Kieran Bingham, Thierry Reding,
	Uwe Kleine-König, Rob Herring, Krzysztof Kozlowski,
	Magnus Damm, Yoshihiro Shimoda, devicetree, linux-kernel

On Tue, May 2, 2023 at 6:53 PM Wolfram Sang
<wsa+renesas@sang-engineering.com> wrote:
> Tested-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.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] 6+ messages in thread

* Re: [PATCH] dt-bindings: pwm: Add R-Car V3U device tree bindings
  2023-05-02 16:53 [PATCH] dt-bindings: pwm: Add R-Car V3U device tree bindings Wolfram Sang
  2023-05-03 10:11 ` Geert Uytterhoeven
@ 2023-05-03 19:36 ` Kieran Bingham
  2023-05-04 17:17 ` Uwe Kleine-König
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Kieran Bingham @ 2023-05-03 19:36 UTC (permalink / raw)
  To: Wolfram Sang, linux-pwm
  Cc: linux-renesas-soc, Wolfram Sang, Thierry Reding,
	Uwe Kleine-König, Rob Herring, Krzysztof Kozlowski,
	Geert Uytterhoeven, Magnus Damm, Yoshihiro Shimoda, devicetree,
	linux-kernel

Quoting Wolfram Sang (2023-05-02 17:53:29)
> Tested-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>

Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>

> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> ---
>  Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml b/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml
> index 4c8097010687..6b6a302a175c 100644
> --- a/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml
> +++ b/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml
> @@ -35,6 +35,7 @@ properties:
>            - renesas,pwm-r8a77980  # R-Car V3H
>            - renesas,pwm-r8a77990  # R-Car E3
>            - renesas,pwm-r8a77995  # R-Car D3
> +          - renesas,pwm-r8a779a0  # R-Car V3U
>            - renesas,pwm-r8a779g0  # R-Car V4H
>        - const: renesas,pwm-rcar
>  
> -- 
> 2.30.2
>

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

* Re: [PATCH] dt-bindings: pwm: Add R-Car V3U device tree bindings
  2023-05-02 16:53 [PATCH] dt-bindings: pwm: Add R-Car V3U device tree bindings Wolfram Sang
  2023-05-03 10:11 ` Geert Uytterhoeven
  2023-05-03 19:36 ` Kieran Bingham
@ 2023-05-04 17:17 ` Uwe Kleine-König
  2023-05-05 21:56 ` Rob Herring
  2023-06-23 14:51 ` Thierry Reding
  4 siblings, 0 replies; 6+ messages in thread
From: Uwe Kleine-König @ 2023-05-04 17:17 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-pwm, linux-renesas-soc, Kieran Bingham, Thierry Reding,
	Rob Herring, Krzysztof Kozlowski, Geert Uytterhoeven,
	Magnus Damm, Yoshihiro Shimoda, devicetree, linux-kernel

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

On Tue, May 02, 2023 at 06:53:29PM +0200, Wolfram Sang wrote:
> Tested-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

LGTM,

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

* Re: [PATCH] dt-bindings: pwm: Add R-Car V3U device tree bindings
  2023-05-02 16:53 [PATCH] dt-bindings: pwm: Add R-Car V3U device tree bindings Wolfram Sang
                   ` (2 preceding siblings ...)
  2023-05-04 17:17 ` Uwe Kleine-König
@ 2023-05-05 21:56 ` Rob Herring
  2023-06-23 14:51 ` Thierry Reding
  4 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2023-05-05 21:56 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-pwm, Thierry Reding, linux-kernel, linux-renesas-soc,
	Yoshihiro Shimoda, Krzysztof Kozlowski, Geert Uytterhoeven,
	Magnus Damm, devicetree, Kieran Bingham, Uwe Kleine-König,
	Rob Herring


On Tue, 02 May 2023 18:53:29 +0200, Wolfram Sang wrote:
> Tested-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> ---
>  Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

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


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

* Re: [PATCH] dt-bindings: pwm: Add R-Car V3U device tree bindings
  2023-05-02 16:53 [PATCH] dt-bindings: pwm: Add R-Car V3U device tree bindings Wolfram Sang
                   ` (3 preceding siblings ...)
  2023-05-05 21:56 ` Rob Herring
@ 2023-06-23 14:51 ` Thierry Reding
  4 siblings, 0 replies; 6+ messages in thread
From: Thierry Reding @ 2023-06-23 14:51 UTC (permalink / raw)
  To: linux-pwm, Wolfram Sang
  Cc: linux-renesas-soc, Kieran Bingham, Uwe Kleine-König,
	Rob Herring, Krzysztof Kozlowski, Geert Uytterhoeven,
	Magnus Damm, Yoshihiro Shimoda, devicetree, linux-kernel


On Tue, 02 May 2023 18:53:29 +0200, Wolfram Sang wrote:
> 


Applied, thanks!

[1/1] dt-bindings: pwm: Add R-Car V3U device tree bindings
      commit: 5442c33f218b1aabbe699db978e407317a231d10

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

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

end of thread, other threads:[~2023-06-23 14:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-02 16:53 [PATCH] dt-bindings: pwm: Add R-Car V3U device tree bindings Wolfram Sang
2023-05-03 10:11 ` Geert Uytterhoeven
2023-05-03 19:36 ` Kieran Bingham
2023-05-04 17:17 ` Uwe Kleine-König
2023-05-05 21:56 ` Rob Herring
2023-06-23 14:51 ` Thierry Reding

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