devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] dt-bindings: Document tpu, pwm support for R8A7742
@ 2020-10-06  8:19 Lad Prabhakar
  2020-10-06  8:19 ` [PATCH v2 1/2] dt-bindings: pwm: renesas,tpu-pwm: Document r8a7742 support Lad Prabhakar
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Lad Prabhakar @ 2020-10-06  8:19 UTC (permalink / raw)
  To: Thierry Reding, Uwe Kleine-König, Lee Jones, Rob Herring,
	Yoshihiro Shimoda, Laurent Pinchart, linux-pwm, devicetree,
	linux-kernel, linux-renesas-soc
  Cc: Lad Prabhakar, Geert Uytterhoeven, Prabhakar

Hi All,

This patches are part of series [1], where patch 1/2 was missed to be applied
before YAML conversation and patch 2/2 was never applied.

I have restored the Acks for patch 1/2 and patch 2/2 is unchanged.

[1] https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=329853

Cheers,
Prabhakar

Lad Prabhakar (2):
  dt-bindings: pwm: renesas,tpu-pwm: Document r8a7742 support
  dt-bindings: pwm: renesas,pwm-rcar: Add r8a7742 support

 Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml | 1 +
 Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml  | 1 +
 2 files changed, 2 insertions(+)

-- 
2.17.1


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

* [PATCH v2 1/2] dt-bindings: pwm: renesas,tpu-pwm: Document r8a7742 support
  2020-10-06  8:19 [PATCH v2 0/2] dt-bindings: Document tpu, pwm support for R8A7742 Lad Prabhakar
@ 2020-10-06  8:19 ` Lad Prabhakar
  2020-10-09  6:24   ` Uwe Kleine-König
  2020-10-06  8:19 ` [PATCH v2 2/2] dt-bindings: pwm: renesas,pwm-rcar: Add " Lad Prabhakar
  2020-10-09 11:30 ` [PATCH v2 0/2] dt-bindings: Document tpu, pwm support for R8A7742 Thierry Reding
  2 siblings, 1 reply; 6+ messages in thread
From: Lad Prabhakar @ 2020-10-06  8:19 UTC (permalink / raw)
  To: Thierry Reding, Uwe Kleine-König, Lee Jones, Rob Herring,
	Yoshihiro Shimoda, Laurent Pinchart, linux-pwm, devicetree,
	linux-kernel, linux-renesas-soc
  Cc: Lad Prabhakar, Geert Uytterhoeven, Prabhakar

Document r8a7742 specific compatible strings. No driver change is
needed as the fallback compatible string "renesas,tpu" activates the
right code in the driver.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Rob Herring <robh@kernel.org>
---
 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 4bf62a3d5bba..aa9a4570c906 100644
--- a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml
+++ b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml
@@ -15,6 +15,7 @@ properties:
       - enum:
           - renesas,tpu-r8a73a4   # R-Mobile APE6
           - renesas,tpu-r8a7740   # R-Mobile A1
+          - renesas,tpu-r8a7742   # RZ/G1H
           - renesas,tpu-r8a7743   # RZ/G1M
           - renesas,tpu-r8a7744   # RZ/G1N
           - renesas,tpu-r8a7745   # RZ/G1E
-- 
2.17.1


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

* [PATCH v2 2/2] dt-bindings: pwm: renesas,pwm-rcar: Add r8a7742 support
  2020-10-06  8:19 [PATCH v2 0/2] dt-bindings: Document tpu, pwm support for R8A7742 Lad Prabhakar
  2020-10-06  8:19 ` [PATCH v2 1/2] dt-bindings: pwm: renesas,tpu-pwm: Document r8a7742 support Lad Prabhakar
@ 2020-10-06  8:19 ` Lad Prabhakar
  2020-10-09 11:30 ` [PATCH v2 0/2] dt-bindings: Document tpu, pwm support for R8A7742 Thierry Reding
  2 siblings, 0 replies; 6+ messages in thread
From: Lad Prabhakar @ 2020-10-06  8:19 UTC (permalink / raw)
  To: Thierry Reding, Uwe Kleine-König, Lee Jones, Rob Herring,
	Yoshihiro Shimoda, Laurent Pinchart, linux-pwm, devicetree,
	linux-kernel, linux-renesas-soc
  Cc: Lad Prabhakar, Geert Uytterhoeven, Prabhakar

Document RZ/G1H (R8A7742) SoC bindings.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Acked-by: Rob Herring <robh@kernel.org>
---
 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 5407c11e92a4..3c2fa2e93d1b 100644
--- a/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml
+++ b/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml
@@ -13,6 +13,7 @@ properties:
   compatible:
     items:
       - enum:
+          - renesas,pwm-r8a7742   # RZ/G1H
           - renesas,pwm-r8a7743   # RZ/G1M
           - renesas,pwm-r8a7744   # RZ/G1N
           - renesas,pwm-r8a7745   # RZ/G1E
-- 
2.17.1


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

* Re: [PATCH v2 1/2] dt-bindings: pwm: renesas,tpu-pwm: Document r8a7742 support
  2020-10-06  8:19 ` [PATCH v2 1/2] dt-bindings: pwm: renesas,tpu-pwm: Document r8a7742 support Lad Prabhakar
@ 2020-10-09  6:24   ` Uwe Kleine-König
  2020-10-09  7:29     ` Geert Uytterhoeven
  0 siblings, 1 reply; 6+ messages in thread
From: Uwe Kleine-König @ 2020-10-09  6:24 UTC (permalink / raw)
  To: Lad Prabhakar
  Cc: Thierry Reding, Lee Jones, Rob Herring, Yoshihiro Shimoda,
	Laurent Pinchart, linux-pwm, devicetree, linux-kernel,
	linux-renesas-soc, Geert Uytterhoeven, Prabhakar

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

On Tue, Oct 06, 2020 at 09:19:09AM +0100, Lad Prabhakar wrote:
> Document r8a7742 specific compatible strings. No driver change is
> needed as the fallback compatible string "renesas,tpu" activates the
> right code in the driver.
> 
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Acked-by: Rob Herring <robh@kernel.org>

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

Which tree is this patch series supposed to go in via? pwm or renesas?

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

* Re: [PATCH v2 1/2] dt-bindings: pwm: renesas,tpu-pwm: Document r8a7742 support
  2020-10-09  6:24   ` Uwe Kleine-König
@ 2020-10-09  7:29     ` Geert Uytterhoeven
  0 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2020-10-09  7:29 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: Lad Prabhakar, Thierry Reding, Lee Jones, Rob Herring,
	Yoshihiro Shimoda, Laurent Pinchart, Linux PWM List,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux Kernel Mailing List, Linux-Renesas, Geert Uytterhoeven,
	Prabhakar

Hi Uwe,

On Fri, Oct 9, 2020 at 8:25 AM Uwe Kleine-König
<u.kleine-koenig@pengutronix.de> wrote:
> On Tue, Oct 06, 2020 at 09:19:09AM +0100, Lad Prabhakar wrote:
> > Document r8a7742 specific compatible strings. No driver change is
> > needed as the fallback compatible string "renesas,tpu" activates the
> > right code in the driver.
> >
> > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com>
> > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > Acked-by: Rob Herring <robh@kernel.org>
>
> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
>
> Which tree is this patch series supposed to go in via? pwm or renesas?

Usually non-core DT binding updates go in through the subsystem tree.
So please take it through the PWM tree.

If you prefer to change that, please let me know, and I can queue it in
renesas-dt-bindings-for-v5.11, to go in through arm-soc.

Thanks!

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 v2 0/2] dt-bindings: Document tpu, pwm support for R8A7742
  2020-10-06  8:19 [PATCH v2 0/2] dt-bindings: Document tpu, pwm support for R8A7742 Lad Prabhakar
  2020-10-06  8:19 ` [PATCH v2 1/2] dt-bindings: pwm: renesas,tpu-pwm: Document r8a7742 support Lad Prabhakar
  2020-10-06  8:19 ` [PATCH v2 2/2] dt-bindings: pwm: renesas,pwm-rcar: Add " Lad Prabhakar
@ 2020-10-09 11:30 ` Thierry Reding
  2 siblings, 0 replies; 6+ messages in thread
From: Thierry Reding @ 2020-10-09 11:30 UTC (permalink / raw)
  To: Lad Prabhakar
  Cc: Uwe Kleine-König, Lee Jones, Rob Herring, Yoshihiro Shimoda,
	Laurent Pinchart, linux-pwm, devicetree, linux-kernel,
	linux-renesas-soc, Geert Uytterhoeven, Prabhakar

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

On Tue, Oct 06, 2020 at 09:19:08AM +0100, Lad Prabhakar wrote:
> Hi All,
> 
> This patches are part of series [1], where patch 1/2 was missed to be applied
> before YAML conversation and patch 2/2 was never applied.
> 
> I have restored the Acks for patch 1/2 and patch 2/2 is unchanged.
> 
> [1] https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=329853
> 
> Cheers,
> Prabhakar
> 
> Lad Prabhakar (2):
>   dt-bindings: pwm: renesas,tpu-pwm: Document r8a7742 support
>   dt-bindings: pwm: renesas,pwm-rcar: Add r8a7742 support
> 
>  Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml | 1 +
>  Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml  | 1 +
>  2 files changed, 2 insertions(+)

Applied, thanks.

Thierry

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

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

end of thread, other threads:[~2020-10-09 11:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-06  8:19 [PATCH v2 0/2] dt-bindings: Document tpu, pwm support for R8A7742 Lad Prabhakar
2020-10-06  8:19 ` [PATCH v2 1/2] dt-bindings: pwm: renesas,tpu-pwm: Document r8a7742 support Lad Prabhakar
2020-10-09  6:24   ` Uwe Kleine-König
2020-10-09  7:29     ` Geert Uytterhoeven
2020-10-06  8:19 ` [PATCH v2 2/2] dt-bindings: pwm: renesas,pwm-rcar: Add " Lad Prabhakar
2020-10-09 11:30 ` [PATCH v2 0/2] dt-bindings: Document tpu, pwm support for R8A7742 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).