devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: pwm: renesas,pwm-rcar: add bindings for R-Car M3N support
@ 2018-03-09 11:53 Yoshihiro Shimoda
  2018-03-09 12:53 ` Geert Uytterhoeven
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Yoshihiro Shimoda @ 2018-03-09 11:53 UTC (permalink / raw)
  To: thierry.reding, robh+dt, mark.rutland
  Cc: linux-pwm, linux-renesas-soc, devicetree, Yoshihiro Shimoda

This patch adds bindings for R-Car M3N. No driver update is needed.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
 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 74c1180..e1a163e 100644
--- a/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt
+++ b/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt
@@ -9,6 +9,7 @@ Required Properties:
  - "renesas,pwm-r8a7794": for R-Car E2
  - "renesas,pwm-r8a7795": for R-Car H3
  - "renesas,pwm-r8a7796": for R-Car M3-W
+ - "renesas,pwm-r8a77965": for R-Car M3-N
  - "renesas,pwm-r8a77995": for R-Car D3
 - 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
-- 
1.9.1

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

* Re: [PATCH] dt-bindings: pwm: renesas,pwm-rcar: add bindings for R-Car M3N support
  2018-03-09 11:53 [PATCH] dt-bindings: pwm: renesas,pwm-rcar: add bindings for R-Car M3N support Yoshihiro Shimoda
@ 2018-03-09 12:53 ` Geert Uytterhoeven
  2018-03-09 14:53 ` Simon Horman
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2018-03-09 12:53 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: Thierry Reding, Rob Herring, Mark Rutland, Linux PWM List,
	Linux-Renesas,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS

On Fri, Mar 9, 2018 at 12:53 PM, Yoshihiro Shimoda
<yoshihiro.shimoda.uh@renesas.com> wrote:
> This patch adds bindings for R-Car M3N. No driver update is needed.
>
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.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] 5+ messages in thread

* Re: [PATCH] dt-bindings: pwm: renesas,pwm-rcar: add bindings for R-Car M3N support
  2018-03-09 11:53 [PATCH] dt-bindings: pwm: renesas,pwm-rcar: add bindings for R-Car M3N support Yoshihiro Shimoda
  2018-03-09 12:53 ` Geert Uytterhoeven
@ 2018-03-09 14:53 ` Simon Horman
  2018-03-18 12:48 ` Rob Herring
  2018-03-27 23:22 ` Thierry Reding
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2018-03-09 14:53 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: thierry.reding, robh+dt, mark.rutland, linux-pwm,
	linux-renesas-soc, devicetree

On Fri, Mar 09, 2018 at 08:53:17PM +0900, Yoshihiro Shimoda wrote:
> This patch adds bindings for R-Car M3N. No driver update is needed.
> 
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

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

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

* Re: [PATCH] dt-bindings: pwm: renesas,pwm-rcar: add bindings for R-Car M3N support
  2018-03-09 11:53 [PATCH] dt-bindings: pwm: renesas,pwm-rcar: add bindings for R-Car M3N support Yoshihiro Shimoda
  2018-03-09 12:53 ` Geert Uytterhoeven
  2018-03-09 14:53 ` Simon Horman
@ 2018-03-18 12:48 ` Rob Herring
  2018-03-27 23:22 ` Thierry Reding
  3 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2018-03-18 12:48 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: thierry.reding, mark.rutland, linux-pwm, linux-renesas-soc, devicetree

On Fri, Mar 09, 2018 at 08:53:17PM +0900, Yoshihiro Shimoda wrote:
> This patch adds bindings for R-Car M3N. No driver update is needed.
> 
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> ---
>  Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt | 1 +
>  1 file changed, 1 insertion(+)

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

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

* Re: [PATCH] dt-bindings: pwm: renesas,pwm-rcar: add bindings for R-Car M3N support
  2018-03-09 11:53 [PATCH] dt-bindings: pwm: renesas,pwm-rcar: add bindings for R-Car M3N support Yoshihiro Shimoda
                   ` (2 preceding siblings ...)
  2018-03-18 12:48 ` Rob Herring
@ 2018-03-27 23:22 ` Thierry Reding
  3 siblings, 0 replies; 5+ messages in thread
From: Thierry Reding @ 2018-03-27 23:22 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: robh+dt, mark.rutland, linux-pwm, linux-renesas-soc, devicetree

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

On Fri, Mar 09, 2018 at 08:53:17PM +0900, Yoshihiro Shimoda wrote:
> This patch adds bindings for R-Car M3N. No driver update is needed.
> 
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> ---
>  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:[~2018-03-27 23:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-09 11:53 [PATCH] dt-bindings: pwm: renesas,pwm-rcar: add bindings for R-Car M3N support Yoshihiro Shimoda
2018-03-09 12:53 ` Geert Uytterhoeven
2018-03-09 14:53 ` Simon Horman
2018-03-18 12:48 ` Rob Herring
2018-03-27 23:22 ` 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).