linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: dts: r8a7745: add PFC support
@ 2017-04-15 20:18 Sergei Shtylyov
  2017-04-20 14:08 ` Geert Uytterhoeven
  0 siblings, 1 reply; 8+ messages in thread
From: Sergei Shtylyov @ 2017-04-15 20:18 UTC (permalink / raw)
  To: linux-arm-kernel

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 at e6060000 {
+			compatible = "renesas,pfc-r8a7745";
+			reg = <0 0xe6060000 0 0x11c>;
+		};
+
 		dmac0: dma-controller at e6700000 {
 			compatible = "renesas,dmac-r8a7745",
 				     "renesas,rcar-dmac";

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

* [PATCH 1/3] ARM: dts: r8a7745: add PFC support
  2017-04-15 20:18 [PATCH 1/3] ARM: dts: r8a7745: add PFC support Sergei Shtylyov
@ 2017-04-20 14:08 ` Geert Uytterhoeven
  2017-08-15  8:47   ` Chris Paterson
  0 siblings, 1 reply; 8+ messages in thread
From: Geert Uytterhoeven @ 2017-04-20 14:08 UTC (permalink / raw)
  To: linux-arm-kernel

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>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at 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] 8+ messages in thread

* [PATCH 1/3] ARM: dts: r8a7745: add PFC support
  2017-04-20 14:08 ` Geert Uytterhoeven
@ 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: linux-arm-kernel

Hello Simon,

> From: linux-renesas-soc-owner at vger.kernel.org [mailto:linux-renesas-soc-
> owner at 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 at vger.kernel.org;
> Magnus Damm <magnus.damm@gmail.com>; Russell King
> <linux@armlinux.org.uk>; linux-arm-kernel at 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

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

* [PATCH 1/3] ARM: dts: r8a7745: add PFC support
  2017-08-15  8:47   ` Chris Paterson
@ 2017-08-15 10:39     ` Sergei Shtylyov
  2017-08-15 16:00       ` Simon Horman
  0 siblings, 1 reply; 8+ messages in thread
From: Sergei Shtylyov @ 2017-08-15 10:39 UTC (permalink / raw)
  To: linux-arm-kernel

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

* [PATCH 1/3] ARM: dts: r8a7745: add PFC support
  2017-08-15 10:39     ` Sergei Shtylyov
@ 2017-08-15 16:00       ` Simon Horman
  2017-08-15 16:06         ` Sergei Shtylyov
  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: linux-arm-kernel

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

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

* [PATCH 1/3] ARM: dts: r8a7745: add PFC support
  2017-08-15 16:00       ` Simon Horman
@ 2017-08-15 16:06         ` Sergei Shtylyov
  2017-08-16 11:00         ` Sergei Shtylyov
  1 sibling, 0 replies; 8+ messages in thread
From: Sergei Shtylyov @ 2017-08-15 16:06 UTC (permalink / raw)
  To: linux-arm-kernel

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.

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

MBR, Sergei

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

* [PATCH 1/3] ARM: dts: r8a7745: add PFC support
  2017-08-15 16:00       ` Simon Horman
  2017-08-15 16:06         ` Sergei Shtylyov
@ 2017-08-16 11:00         ` Sergei Shtylyov
  2017-08-17  7:56           ` Simon Horman
  1 sibling, 1 reply; 8+ messages in thread
From: Sergei Shtylyov @ 2017-08-16 11:00 UTC (permalink / raw)
  To: linux-arm-kernel

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

* [PATCH 1/3] ARM: dts: r8a7745: add PFC support
  2017-08-16 11:00         ` Sergei Shtylyov
@ 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: linux-arm-kernel

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

Sorry, about the delay.
I have (finally) pushed Tuesday's tags.

^ 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
2017-04-20 14:08 ` Geert Uytterhoeven
2017-08-15  8:47   ` Chris Paterson
2017-08-15 10:39     ` Sergei Shtylyov
2017-08-15 16:00       ` Simon Horman
2017-08-15 16:06         ` Sergei Shtylyov
2017-08-16 11:00         ` Sergei Shtylyov
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).