All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 6/6][RFC] arm64: defconfig: Enable Renesas R-Car Gen3 SoC in defconfig
@ 2015-06-15  4:54 Kuninori Morimoto
  2015-06-15 10:05 ` khiemnguyen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kuninori Morimoto @ 2015-06-15  4:54 UTC (permalink / raw)
  To: linux-sh

This patch enables Renesas R-Car Gen3 SoCs in the arm64 defconfig.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 arch/arm64/configs/defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 866640b..b175c2a 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -34,6 +34,7 @@ CONFIG_MODULE_UNLOAD=y
 CONFIG_ARCH_EXYNOS7=y
 CONFIG_ARCH_FSL_LS2085A=y
 CONFIG_ARCH_MEDIATEK=y
+CONFIG_ARCH_RCAR_GEN3=y
 CONFIG_ARCH_SEATTLE=y
 CONFIG_ARCH_TEGRA=y
 CONFIG_ARCH_TEGRA_132_SOC=y
@@ -102,6 +103,8 @@ CONFIG_SERIAL_8250_CONSOLE=y
 CONFIG_SERIAL_8250_MT6577=y
 CONFIG_SERIAL_AMBA_PL011=y
 CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
+CONFIG_SERIAL_SH_SCI=m
+CONFIG_SERIAL_SH_SCI_NR_UARTS=6
 CONFIG_SERIAL_MSM=y
 CONFIG_SERIAL_MSM_CONSOLE=y
 CONFIG_SERIAL_OF_PLATFORM=y
-- 
1.9.1


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

* Re: [PATCH 6/6][RFC] arm64: defconfig: Enable Renesas R-Car Gen3 SoC in defconfig
  2015-06-15  4:54 [PATCH 6/6][RFC] arm64: defconfig: Enable Renesas R-Car Gen3 SoC in defconfig Kuninori Morimoto
@ 2015-06-15 10:05 ` khiemnguyen
  2015-06-15 10:35 ` Magnus Damm
  2015-06-15 23:58 ` Kuninori Morimoto
  2 siblings, 0 replies; 4+ messages in thread
From: khiemnguyen @ 2015-06-15 10:05 UTC (permalink / raw)
  To: linux-sh

Dear Morimoto-san,

Thanks for your patch.

On 6/15/2015 11:54 AM, Kuninori Morimoto wrote:
> This patch enables Renesas R-Car Gen3 SoCs in the arm64 defconfig.
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
>   arch/arm64/configs/defconfig | 3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 866640b..b175c2a 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -34,6 +34,7 @@ CONFIG_MODULE_UNLOAD=y
>   CONFIG_ARCH_EXYNOS7=y
>   CONFIG_ARCH_FSL_LS2085A=y
>   CONFIG_ARCH_MEDIATEK=y
> +CONFIG_ARCH_RCAR_GEN3=y
>   CONFIG_ARCH_SEATTLE=y
>   CONFIG_ARCH_TEGRA=y
>   CONFIG_ARCH_TEGRA_132_SOC=y
> @@ -102,6 +103,8 @@ CONFIG_SERIAL_8250_CONSOLE=y
>   CONFIG_SERIAL_8250_MT6577=y
>   CONFIG_SERIAL_AMBA_PL011=y
>   CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
> +CONFIG_SERIAL_SH_SCI=m

I wonder whether we can use built-in module, instead of dynamic module.
Is there any strong reason for using dynamic module ?

> +CONFIG_SERIAL_SH_SCI_NR_UARTS=6
>   CONFIG_SERIAL_MSM=y
>   CONFIG_SERIAL_MSM_CONSOLE=y
>   CONFIG_SERIAL_OF_PLATFORM=y
>


-- 
Best regards,
KHIEM Nguyen

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

* Re: [PATCH 6/6][RFC] arm64: defconfig: Enable Renesas R-Car Gen3 SoC in defconfig
  2015-06-15  4:54 [PATCH 6/6][RFC] arm64: defconfig: Enable Renesas R-Car Gen3 SoC in defconfig Kuninori Morimoto
  2015-06-15 10:05 ` khiemnguyen
@ 2015-06-15 10:35 ` Magnus Damm
  2015-06-15 23:58 ` Kuninori Morimoto
  2 siblings, 0 replies; 4+ messages in thread
From: Magnus Damm @ 2015-06-15 10:35 UTC (permalink / raw)
  To: linux-sh

Hi Khiem-san,

On Mon, Jun 15, 2015 at 7:05 PM, khiemnguyen
<khiem.nguyen.xt@rvc.renesas.com> wrote:
> Dear Morimoto-san,
>
> Thanks for your patch.
>
> On 6/15/2015 11:54 AM, Kuninori Morimoto wrote:
>>
>> This patch enables Renesas R-Car Gen3 SoCs in the arm64 defconfig.
>>
>> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
>> ---
>>   arch/arm64/configs/defconfig | 3 +++
>>   1 file changed, 3 insertions(+)
>>
>> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
>> index 866640b..b175c2a 100644
>> --- a/arch/arm64/configs/defconfig
>> +++ b/arch/arm64/configs/defconfig
>> @@ -34,6 +34,7 @@ CONFIG_MODULE_UNLOAD=y
>>   CONFIG_ARCH_EXYNOS7=y
>>   CONFIG_ARCH_FSL_LS2085A=y
>>   CONFIG_ARCH_MEDIATEK=y
>> +CONFIG_ARCH_RCAR_GEN3=y
>>   CONFIG_ARCH_SEATTLE=y
>>   CONFIG_ARCH_TEGRA=y
>>   CONFIG_ARCH_TEGRA_132_SOC=y
>> @@ -102,6 +103,8 @@ CONFIG_SERIAL_8250_CONSOLE=y
>>   CONFIG_SERIAL_8250_MT6577=y
>>   CONFIG_SERIAL_AMBA_PL011=y
>>   CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
>> +CONFIG_SERIAL_SH_SCI=m
>
>
> I wonder whether we can use built-in module, instead of dynamic module.
> Is there any strong reason for using dynamic module ?

Thanks, I agree with your question. =)

Also, what I can tell it seems that the DTS does not include any SCIF
nodes, so enabling the SCIF here in the defconfig seems a bit of a
mismatch.

Best,

/ magnus

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

* Re: [PATCH 6/6][RFC] arm64: defconfig: Enable Renesas R-Car Gen3 SoC in defconfig
  2015-06-15  4:54 [PATCH 6/6][RFC] arm64: defconfig: Enable Renesas R-Car Gen3 SoC in defconfig Kuninori Morimoto
  2015-06-15 10:05 ` khiemnguyen
  2015-06-15 10:35 ` Magnus Damm
@ 2015-06-15 23:58 ` Kuninori Morimoto
  2 siblings, 0 replies; 4+ messages in thread
From: Kuninori Morimoto @ 2015-06-15 23:58 UTC (permalink / raw)
  To: linux-sh


Hi Magnus, Khiem-san

> >> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> >> index 866640b..b175c2a 100644
> >> --- a/arch/arm64/configs/defconfig
> >> +++ b/arch/arm64/configs/defconfig
> >> @@ -34,6 +34,7 @@ CONFIG_MODULE_UNLOAD=y
> >>   CONFIG_ARCH_EXYNOS7=y
> >>   CONFIG_ARCH_FSL_LS2085A=y
> >>   CONFIG_ARCH_MEDIATEK=y
> >> +CONFIG_ARCH_RCAR_GEN3=y
> >>   CONFIG_ARCH_SEATTLE=y
> >>   CONFIG_ARCH_TEGRA=y
> >>   CONFIG_ARCH_TEGRA_132_SOC=y
> >> @@ -102,6 +103,8 @@ CONFIG_SERIAL_8250_CONSOLE=y
> >>   CONFIG_SERIAL_8250_MT6577=y
> >>   CONFIG_SERIAL_AMBA_PL011=y
> >>   CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
> >> +CONFIG_SERIAL_SH_SCI=m
> >
> >
> > I wonder whether we can use built-in module, instead of dynamic module.
> > Is there any strong reason for using dynamic module ?
> 
> Thanks, I agree with your question. =)
> 
> Also, what I can tell it seems that the DTS does not include any SCIF
> nodes, so enabling the SCIF here in the defconfig seems a bit of a
> mismatch.

Ohh my..
=m was my mistake.

And the reason why this series doesn't have SCIF is
that emulator != real board.

Best regards
---
Kuninori Morimoto

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

end of thread, other threads:[~2015-06-15 23:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-15  4:54 [PATCH 6/6][RFC] arm64: defconfig: Enable Renesas R-Car Gen3 SoC in defconfig Kuninori Morimoto
2015-06-15 10:05 ` khiemnguyen
2015-06-15 10:35 ` Magnus Damm
2015-06-15 23:58 ` Kuninori Morimoto

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.