All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v8 05/07] arm64: renesas: r8a7795: enable PFC
@ 2015-08-31  6:30 Magnus Damm
  2015-08-31 10:41 ` Laurent Pinchart
  2015-09-03  7:48 ` Magnus Damm
  0 siblings, 2 replies; 3+ messages in thread
From: Magnus Damm @ 2015-08-31  6:30 UTC (permalink / raw)
  To: linux-sh

From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Add a PFC node for the on-chip r8a7795 pin controller.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---

 Based on:
  [PATCH 10/25 v7][RFC] arm64: renesas: r8a7795: enable PFC

 Changes: (Magnus Damm <damm+renesas@opensource.se>)
 - Added changelog

 TODO:
 - Add Kconfig select bits
 
 arch/arm64/boot/dts/renesas/r8a7795.dtsi |    5 +++++
 1 file changed, 5 insertions(+)

--- 0012/arch/arm64/boot/dts/renesas/r8a7795.dtsi
+++ work/arch/arm64/boot/dts/renesas/r8a7795.dtsi	2015-08-29 15:38:44.152366518 +0900
@@ -278,6 +278,11 @@
 			};
 		};
 
+		pfc: pfc@e6060000 {
+			compatible = "renesas,pfc-r8a7795";
+			reg = <0 0xe6060000 0 0x50c>;
+		};
+
 		dmac0: dma-controller@e6700000 {
 			/* Empty node for now */
 		};

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

* Re: [PATCH v8 05/07] arm64: renesas: r8a7795: enable PFC
  2015-08-31  6:30 [PATCH v8 05/07] arm64: renesas: r8a7795: enable PFC Magnus Damm
@ 2015-08-31 10:41 ` Laurent Pinchart
  2015-09-03  7:48 ` Magnus Damm
  1 sibling, 0 replies; 3+ messages in thread
From: Laurent Pinchart @ 2015-08-31 10:41 UTC (permalink / raw)
  To: linux-sh

Hi Magnus and Morimoto-san,

Thank you for the patch.

On Monday 31 August 2015 15:30:03 Magnus Damm wrote:
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> Add a PFC node for the on-chip r8a7795 pin controller.
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Signed-off-by: Magnus Damm <damm+renesas@opensource.se>

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
> 
>  Based on:
>   [PATCH 10/25 v7][RFC] arm64: renesas: r8a7795: enable PFC
> 
>  Changes: (Magnus Damm <damm+renesas@opensource.se>)
>  - Added changelog
> 
>  TODO:
>  - Add Kconfig select bits

Do they belong to this patch ?

>  arch/arm64/boot/dts/renesas/r8a7795.dtsi |    5 +++++
>  1 file changed, 5 insertions(+)
> 
> --- 0012/arch/arm64/boot/dts/renesas/r8a7795.dtsi
> +++ work/arch/arm64/boot/dts/renesas/r8a7795.dtsi	2015-08-29
> 15:38:44.152366518 +0900 @@ -278,6 +278,11 @@
>  			};
>  		};
> 
> +		pfc: pfc@e6060000 {
> +			compatible = "renesas,pfc-r8a7795";
> +			reg = <0 0xe6060000 0 0x50c>;
> +		};
> +
>  		dmac0: dma-controller@e6700000 {
>  			/* Empty node for now */
>  		};

-- 
Regards,

Laurent Pinchart


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

* Re: [PATCH v8 05/07] arm64: renesas: r8a7795: enable PFC
  2015-08-31  6:30 [PATCH v8 05/07] arm64: renesas: r8a7795: enable PFC Magnus Damm
  2015-08-31 10:41 ` Laurent Pinchart
@ 2015-09-03  7:48 ` Magnus Damm
  1 sibling, 0 replies; 3+ messages in thread
From: Magnus Damm @ 2015-09-03  7:48 UTC (permalink / raw)
  To: linux-sh

Hi Laurent,

On Mon, Aug 31, 2015 at 7:41 PM, Laurent Pinchart
<laurent.pinchart@ideasonboard.com> wrote:
> Hi Magnus and Morimoto-san,
>
> Thank you for the patch.
>
> On Monday 31 August 2015 15:30:03 Magnus Damm wrote:
>> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
>>
>> Add a PFC node for the on-chip r8a7795 pin controller.
>>
>> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
>> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
>> Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
>
> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Thanks!

>> ---
>>
>>  Based on:
>>   [PATCH 10/25 v7][RFC] arm64: renesas: r8a7795: enable PFC
>>
>>  Changes: (Magnus Damm <damm+renesas@opensource.se>)
>>  - Added changelog
>>
>>  TODO:
>>  - Add Kconfig select bits
>
> Do they belong to this patch ?

I think they are
A) related (DTS patch and Kconfig needed for runtime functionality)
B) enabled in the same subsystem (under arch/arm64)

So because of that I feel it makes sense to keep them together. At the
same time, Geert asked me to split the following patch:
[PATCH v8 01/07] arm64: renesas: r8a7795: Add Renesas R8A7795 SoC support

So based on that both you and Geert prefer to separate the Kconfig
bits then I'll go with that way.

Cheers,

/ magnus

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

end of thread, other threads:[~2015-09-03  7:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-31  6:30 [PATCH v8 05/07] arm64: renesas: r8a7795: enable PFC Magnus Damm
2015-08-31 10:41 ` Laurent Pinchart
2015-09-03  7:48 ` Magnus Damm

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.