All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4] dt-bindings: pwm: Add R-Car M3-W device tree bindings
@ 2017-05-12  8:09 Simon Horman
  2017-05-12  8:11 ` Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Simon Horman @ 2017-05-12  8:09 UTC (permalink / raw)
  To: Thierry Reding
  Cc: linux-pwm, linux-renesas-soc, devicetree, Rob Herring,
	Magnus Damm, Laurent Pinchart, Geert Uytterhoeven, Ulrich Hecht

From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>

Add device tree bindings for the PWM controller found on R-Car M3-W SoCs.

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
---
v4
* Broke out of lager patchset on which it appears to have no dependencies
* Added Reviewed by tags 
---
 Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt b/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt
index d6de64335022..7e94b802395d 100644
--- a/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt
+++ b/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt
@@ -8,6 +8,7 @@ Required Properties:
  - "renesas,pwm-r8a7791": for R-Car M2-W
  - "renesas,pwm-r8a7794": for R-Car E2
  - "renesas,pwm-r8a7795": for R-Car H3
+ - "renesas,pwm-r8a7796": for R-Car M3-W
 - reg: base address and length of the registers block for the PWM.
 - #pwm-cells: should be 2. See pwm.txt in this directory for a description of
   the cells format.
-- 
2.1.4

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

* Re: [PATCH v4] dt-bindings: pwm: Add R-Car M3-W device tree bindings
  2017-05-12  8:09 [PATCH v4] dt-bindings: pwm: Add R-Car M3-W device tree bindings Simon Horman
@ 2017-05-12  8:11 ` Geert Uytterhoeven
  2017-05-12  8:55   ` Simon Horman
  2017-05-15 20:57 ` Rob Herring
  2017-07-06  5:42 ` Thierry Reding
  2 siblings, 1 reply; 5+ messages in thread
From: Geert Uytterhoeven @ 2017-05-12  8:11 UTC (permalink / raw)
  To: Simon Horman
  Cc: Thierry Reding, Linux PWM List, Linux-Renesas, devicetree,
	Rob Herring, Magnus Damm, Laurent Pinchart, Geert Uytterhoeven,
	Ulrich Hecht

On Fri, May 12, 2017 at 10:09 AM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
>
> Add device tree bindings for the PWM controller found on R-Car M3-W SoCs.
>
> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>

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

> ---
> v4
> * Broke out of lager patchset on which it appears to have no dependencies
> * Added Reviewed by tags

Really? ;-)

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

* Re: [PATCH v4] dt-bindings: pwm: Add R-Car M3-W device tree bindings
  2017-05-12  8:11 ` Geert Uytterhoeven
@ 2017-05-12  8:55   ` Simon Horman
  0 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2017-05-12  8:55 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Thierry Reding, Linux PWM List, Linux-Renesas, devicetree,
	Rob Herring, Magnus Damm, Laurent Pinchart, Geert Uytterhoeven,
	Ulrich Hecht

On Fri, May 12, 2017 at 10:11:53AM +0200, Geert Uytterhoeven wrote:
> On Fri, May 12, 2017 at 10:09 AM, Simon Horman
> <horms+renesas@verge.net.au> wrote:
> > From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
> >
> > Add device tree bindings for the PWM controller found on R-Car M3-W SoCs.
> >
> > Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> 
> > ---
> > v4
> > * Broke out of lager patchset on which it appears to have no dependencies
> > * Added Reviewed by tags
> 
> Really? ;-)

Apparently not.

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

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

* Re: [PATCH v4] dt-bindings: pwm: Add R-Car M3-W device tree bindings
  2017-05-12  8:09 [PATCH v4] dt-bindings: pwm: Add R-Car M3-W device tree bindings Simon Horman
  2017-05-12  8:11 ` Geert Uytterhoeven
@ 2017-05-15 20:57 ` Rob Herring
  2017-07-06  5:42 ` Thierry Reding
  2 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2017-05-15 20:57 UTC (permalink / raw)
  To: Simon Horman
  Cc: Thierry Reding, linux-pwm, linux-renesas-soc, devicetree,
	Magnus Damm, Laurent Pinchart, Geert Uytterhoeven, Ulrich Hecht

On Fri, May 12, 2017 at 10:09:42AM +0200, Simon Horman wrote:
> From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
> 
> Add device tree bindings for the PWM controller found on R-Car M3-W SoCs.
> 
> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
> ---
> v4
> * Broke out of lager patchset on which it appears to have no dependencies
> * Added Reviewed by tags 
> ---
>  Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt | 1 +
>  1 file changed, 1 insertion(+)

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

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

* Re: [PATCH v4] dt-bindings: pwm: Add R-Car M3-W device tree bindings
  2017-05-12  8:09 [PATCH v4] dt-bindings: pwm: Add R-Car M3-W device tree bindings Simon Horman
  2017-05-12  8:11 ` Geert Uytterhoeven
  2017-05-15 20:57 ` Rob Herring
@ 2017-07-06  5:42 ` Thierry Reding
  2 siblings, 0 replies; 5+ messages in thread
From: Thierry Reding @ 2017-07-06  5:42 UTC (permalink / raw)
  To: Simon Horman
  Cc: linux-pwm, linux-renesas-soc, devicetree, Rob Herring,
	Magnus Damm, Laurent Pinchart, Geert Uytterhoeven, Ulrich Hecht

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

On Fri, May 12, 2017 at 10:09:42AM +0200, Simon Horman wrote:
> From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
> 
> Add device tree bindings for the PWM controller found on R-Car M3-W SoCs.
> 
> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
> ---
> v4
> * Broke out of lager patchset on which it appears to have no dependencies
> * Added Reviewed by tags 
> ---
>  Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

Thierry

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

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

end of thread, other threads:[~2017-07-06  5:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-12  8:09 [PATCH v4] dt-bindings: pwm: Add R-Car M3-W device tree bindings Simon Horman
2017-05-12  8:11 ` Geert Uytterhoeven
2017-05-12  8:55   ` Simon Horman
2017-05-15 20:57 ` Rob Herring
2017-07-06  5:42 ` Thierry Reding

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.