devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: dts: r8a7745: add PFC support
@ 2017-04-15 20:18 Sergei Shtylyov
       [not found] ` <20170415202036.987901107-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Sergei Shtylyov @ 2017-04-15 20:18 UTC (permalink / raw)
  To: Simon Horman, Rob Herring, Mark Rutland, linux-renesas-soc,
	devicetree
  Cc: Magnus Damm, Russell King, linux-arm-kernel, Sergei Shtylyov

[-- Attachment #1: ARM-dts-r8a7745-add-PFC-support.patch --]
[-- Type: text/plain, Size: 1031 bytes --]

Define the generic R8A7745 part of the PFC device node.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
 arch/arm/boot/dts/r8a7745.dtsi |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Index: renesas/arch/arm/boot/dts/r8a7745.dtsi
===================================================================
--- renesas.orig/arch/arm/boot/dts/r8a7745.dtsi
+++ renesas/arch/arm/boot/dts/r8a7745.dtsi
@@ -1,7 +1,7 @@
 /*
  * Device Tree Source for the r8a7745 SoC
  *
- * Copyright (C) 2016 Cogent Embedded Inc.
+ * Copyright (C) 2016-2017 Cogent Embedded Inc.
  *
  * This file is licensed under the terms of the GNU General Public License
  * version 2. This program is licensed "as is" without any warranty of any
@@ -123,6 +123,11 @@
 			#power-domain-cells = <1>;
 		};
 
+		pfc: pin-controller@e6060000 {
+			compatible = "renesas,pfc-r8a7745";
+			reg = <0 0xe6060000 0 0x11c>;
+		};
+
 		dmac0: dma-controller@e6700000 {
 			compatible = "renesas,dmac-r8a7745",
 				     "renesas,rcar-dmac";

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

* Re: [PATCH 1/3] ARM: dts: r8a7745: add PFC support
       [not found] ` <20170415202036.987901107-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
@ 2017-04-20 14:08   ` Geert Uytterhoeven
       [not found]     ` <CAMuHMdUPda7Mjo_P8p1V5a20XOAYM6GFf8Jqf0KLUuO7zAODeA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Geert Uytterhoeven @ 2017-04-20 14:08 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Simon Horman, Rob Herring, Mark Rutland, Linux-Renesas,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Magnus Damm,
	Russell King,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org

On Sat, Apr 15, 2017 at 10:18 PM, Sergei Shtylyov
<sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org> wrote:
> Define the generic R8A7745 part of the PFC device node.
>
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>

Reviewed-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.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
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* RE: [PATCH 1/3] ARM: dts: r8a7745: add PFC support
       [not found]     ` <CAMuHMdUPda7Mjo_P8p1V5a20XOAYM6GFf8Jqf0KLUuO7zAODeA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2017-08-15  8:47       ` Chris Paterson
  2017-08-15 10:39         ` Sergei Shtylyov
  0 siblings, 1 reply; 8+ messages in thread
From: Chris Paterson @ 2017-08-15  8:47 UTC (permalink / raw)
  To: Simon Horman, Sergei Shtylyov, Geert Uytterhoeven
  Cc: Rob Herring, Mark Rutland, Linux-Renesas,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Magnus Damm,
	Russell King,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 1388 bytes --]

Hello Simon,

> From: linux-renesas-soc-owner@vger.kernel.org [mailto:linux-renesas-soc-
> owner@vger.kernel.org] On Behalf Of Geert Uytterhoeven
> Sent: 20 April 2017 15:09
> To: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> Cc: Simon Horman <horms@verge.net.au>; Rob Herring
> <robh+dt@kernel.org>; Mark Rutland <mark.rutland@arm.com>; Linux-
> Renesas <linux-renesas-soc@vger.kernel.org>; devicetree@vger.kernel.org;
> Magnus Damm <magnus.damm@gmail.com>; Russell King
> <linux@armlinux.org.uk>; linux-arm-kernel@lists.infradead.org
> Subject: Re: [PATCH 1/3] ARM: dts: r8a7745: add PFC support
> 
> On Sat, Apr 15, 2017 at 10:18 PM, Sergei Shtylyov
> <sergei.shtylyov@cogentembedded.com> wrote:
> > Define the generic R8A7745 part of the PFC device node.
> >
> > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

It looks like the dependencies for this patch are met now [1].

Are you happy to accept this patch? (and presumably the others in the series for the sk-rzg1e board).

We plan to add GPIO support for r8a7745, but need this patch in place first.


[1] https://patchwork.kernel.org/patch/9705249/

Kind regards, Chris
N‹§²æìr¸›yúèšØb²X¬¶Ç§vØ^–)Þº{.nÇ+‰·zøœzÚÞz)í…æèw*\x1fjg¬±¨\x1e¶‰šŽŠÝ¢j.ïÛ°\½½MŽúgjÌæa×\x02››–' ™©Þ¢¸\f¢·¦j:+v‰¨ŠwèjØm¶Ÿÿ¾\a«‘êçzZ+ƒùšŽŠÝ¢j"ú!¶i

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

* Re: [PATCH 1/3] ARM: dts: r8a7745: add PFC support
  2017-08-15  8:47       ` Chris Paterson
@ 2017-08-15 10:39         ` Sergei Shtylyov
       [not found]           ` <b3bcd091-4f96-c37a-54ec-c8ee5b0fd916-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Sergei Shtylyov @ 2017-08-15 10:39 UTC (permalink / raw)
  To: Chris Paterson, Simon Horman, Geert Uytterhoeven
  Cc: Rob Herring, Mark Rutland, Linux-Renesas,
	devicetree@vger.kernel.org, Magnus Damm, Russell King,
	linux-arm-kernel@lists.infradead.org

On 8/15/2017 11:47 AM, Chris Paterson wrote:

>>> Define the generic R8A7745 part of the PFC device node.
>>>
>>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>>
>> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> 
> It looks like the dependencies for this patch are met now [1].
> 
> Are you happy to accept this patch? (and presumably the others in the series for the sk-rzg1e board).
> 
> We plan to add GPIO support for r8a7745, but need this patch in place first.
> 
> 
> [1] https://patchwork.kernel.org/patch/9705249/

    Actually, R8A774x PFC support has hit the Linus' tree in the meanwhile.
Simon, please merge the .dts patches.

> Kind regards, Chris

MBR, Sergei

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

* Re: [PATCH 1/3] ARM: dts: r8a7745: add PFC support
       [not found]           ` <b3bcd091-4f96-c37a-54ec-c8ee5b0fd916-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
@ 2017-08-15 16:00             ` Simon Horman
       [not found]               ` <20170815160049.GC26748-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
  2017-08-16 11:00               ` Sergei Shtylyov
  0 siblings, 2 replies; 8+ messages in thread
From: Simon Horman @ 2017-08-15 16:00 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Chris Paterson, Geert Uytterhoeven, Rob Herring, Mark Rutland,
	Linux-Renesas, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Magnus Damm, Russell King,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org

On Tue, Aug 15, 2017 at 01:39:56PM +0300, Sergei Shtylyov wrote:
> On 8/15/2017 11:47 AM, Chris Paterson wrote:
> 
> >>>Define the generic R8A7745 part of the PFC device node.
> >>>
> >>>Signed-off-by: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
> >>
> >>Reviewed-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
> >
> >It looks like the dependencies for this patch are met now [1].
> >
> >Are you happy to accept this patch? (and presumably the others in the series for the sk-rzg1e board).
> >
> >We plan to add GPIO support for r8a7745, but need this patch in place first.
> >
> >
> >[1] https://patchwork.kernel.org/patch/9705249/
> 
>    Actually, R8A774x PFC support has hit the Linus' tree in the meanwhile.
> Simon, please merge the .dts patches.
> 
> >Kind regards, Chris

Thanks, I have applied the series for v4.14.
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH 1/3] ARM: dts: r8a7745: add PFC support
       [not found]               ` <20170815160049.GC26748-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
@ 2017-08-15 16:06                 ` Sergei Shtylyov
  0 siblings, 0 replies; 8+ messages in thread
From: Sergei Shtylyov @ 2017-08-15 16:06 UTC (permalink / raw)
  To: Simon Horman
  Cc: Chris Paterson, Geert Uytterhoeven, Rob Herring, Mark Rutland,
	Linux-Renesas, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Magnus Damm, Russell King,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org

On 08/15/2017 07:00 PM, Simon Horman wrote:

>>>>> Define the generic R8A7745 part of the PFC device node.
>>>>>
>>>>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
>>>>
>>>> Reviewed-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
>>>
>>> It looks like the dependencies for this patch are met now [1].
>>>
>>> Are you happy to accept this patch? (and presumably the others in the series for the sk-rzg1e board).
>>>
>>> We plan to add GPIO support for r8a7745, but need this patch in place first.
>>>
>>>
>>> [1] https://patchwork.kernel.org/patch/9705249/
>>
>>     Actually, R8A774x PFC support has hit the Linus' tree in the meanwhile.
>> Simon, please merge the .dts patches.
>>
>>> Kind regards, Chris
> 
> Thanks, I have applied the series for v4.14.

    TY! High time, otherwise we may end up with R8A7743 PFC patches merged and 
R8A7745 PFC patches not merged...

MBR, Sergei
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH 1/3] ARM: dts: r8a7745: add PFC support
  2017-08-15 16:00             ` Simon Horman
       [not found]               ` <20170815160049.GC26748-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
@ 2017-08-16 11:00               ` Sergei Shtylyov
       [not found]                 ` <521e62cc-46d4-b067-59b2-cc085fd88e84-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
  1 sibling, 1 reply; 8+ messages in thread
From: Sergei Shtylyov @ 2017-08-16 11:00 UTC (permalink / raw)
  To: Simon Horman
  Cc: Chris Paterson, Geert Uytterhoeven, Rob Herring, Mark Rutland,
	Linux-Renesas, devicetree@vger.kernel.org, Magnus Damm,
	Russell King, linux-arm-kernel@lists.infradead.org

On 08/15/2017 07:00 PM, Simon Horman wrote:

>>>>> Define the generic R8A7745 part of the PFC device node.
>>>>>
>>>>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>>>>
>>>> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
>>>
>>> It looks like the dependencies for this patch are met now [1].
>>>
>>> Are you happy to accept this patch? (and presumably the others in the series for the sk-rzg1e board).
>>>
>>> We plan to add GPIO support for r8a7745, but need this patch in place first.
>>>
>>>
>>> [1] https://patchwork.kernel.org/patch/9705249/
>>
>>     Actually, R8A774x PFC support has hit the Linus' tree in the meanwhile.
>> Simon, please merge the .dts patches.
>>
>>> Kind regards, Chris
> 
> Thanks, I have applied the series for v4.14.

    Are you going to finally push the devel branch? I'm not seeing changes 
since the Monday tags.

MBR, Sergei

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

* Re: [PATCH 1/3] ARM: dts: r8a7745: add PFC support
       [not found]                 ` <521e62cc-46d4-b067-59b2-cc085fd88e84-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
@ 2017-08-17  7:56                   ` Simon Horman
  0 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2017-08-17  7:56 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Chris Paterson, Geert Uytterhoeven, Rob Herring, Mark Rutland,
	Linux-Renesas, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Magnus Damm, Russell King,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org

On Wed, Aug 16, 2017 at 02:00:37PM +0300, Sergei Shtylyov wrote:
> On 08/15/2017 07:00 PM, Simon Horman wrote:
> 
> >>>>>Define the generic R8A7745 part of the PFC device node.
> >>>>>
> >>>>>Signed-off-by: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
> >>>>
> >>>>Reviewed-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
> >>>
> >>>It looks like the dependencies for this patch are met now [1].
> >>>
> >>>Are you happy to accept this patch? (and presumably the others in the series for the sk-rzg1e board).
> >>>
> >>>We plan to add GPIO support for r8a7745, but need this patch in place first.
> >>>
> >>>
> >>>[1] https://patchwork.kernel.org/patch/9705249/
> >>
> >>    Actually, R8A774x PFC support has hit the Linus' tree in the meanwhile.
> >>Simon, please merge the .dts patches.
> >>
> >>>Kind regards, Chris
> >
> >Thanks, I have applied the series for v4.14.
> 
>    Are you going to finally push the devel branch? I'm not seeing changes
> since the Monday tags.

Sorry, about the delay.
I have (finally) pushed Tuesday's tags.
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2017-08-17  7:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-15 20:18 [PATCH 1/3] ARM: dts: r8a7745: add PFC support Sergei Shtylyov
     [not found] ` <20170415202036.987901107-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2017-04-20 14:08   ` Geert Uytterhoeven
     [not found]     ` <CAMuHMdUPda7Mjo_P8p1V5a20XOAYM6GFf8Jqf0KLUuO7zAODeA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-08-15  8:47       ` Chris Paterson
2017-08-15 10:39         ` Sergei Shtylyov
     [not found]           ` <b3bcd091-4f96-c37a-54ec-c8ee5b0fd916-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2017-08-15 16:00             ` Simon Horman
     [not found]               ` <20170815160049.GC26748-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
2017-08-15 16:06                 ` Sergei Shtylyov
2017-08-16 11:00               ` Sergei Shtylyov
     [not found]                 ` <521e62cc-46d4-b067-59b2-cc085fd88e84-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2017-08-17  7:56                   ` Simon Horman

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