Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1195787 > unrolled thread

Re: [PATCH v4 2/2] arm64: Enable Marvell Berlin SoC family in Kconfig and defconfig

Started bySebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
First post2015-07-30 10:10 +0200
Last post2015-07-30 10:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v4 2/2] arm64: Enable Marvell Berlin SoC family in Kconfig  and defconfig Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> - 2015-07-30 10:10 +0200
    Re: [PATCH v4 2/2] arm64: Enable Marvell Berlin SoC family in  Kconfig and defconfig Jisheng Zhang <jszhang@marvell.com> - 2015-07-30 10:20 +0200

#1195787 — Re: [PATCH v4 2/2] arm64: Enable Marvell Berlin SoC family in Kconfig and defconfig

FromSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Date2015-07-30 10:10 +0200
SubjectRe: [PATCH v4 2/2] arm64: Enable Marvell Berlin SoC family in Kconfig and defconfig
Message-ID<pRR4B-Ty-3@gated-at.bofh.it>
On 07/22/2015 11:39 AM, Jisheng Zhang wrote:
> This patch introduces ARCH_BERLIN to enable Marvell Berlin SoC family in
> Kconfig and defconfig.
>
> Signed-off-by: Jisheng Zhang <jszhang@marvell.com>

I guess this will go through arm64 directly? If so,

Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>

> ---
>   arch/arm64/Kconfig.platforms | 6 ++++++
>   arch/arm64/configs/defconfig | 1 +
>   2 files changed, 7 insertions(+)
>
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index f7e4327..37b8fc5 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -1,5 +1,11 @@
>   menu "Platform selection"
>
> +config ARCH_BERLIN
> +	bool "Marvell Berlin SoC Family"
> +	select DW_APB_ICTL
> +	help
> +	  This enables support for Marvell Berlin SoC Family
> +
>   config ARCH_EXYNOS
>   	bool
>   	help
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 506b466..83843f9 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -31,6 +31,7 @@ CONFIG_MODULES=y
>   CONFIG_MODULE_UNLOAD=y
>   # CONFIG_BLK_DEV_BSG is not set
>   # CONFIG_IOSCHED_DEADLINE is not set
> +CONFIG_ARCH_BERLIN=y
>   CONFIG_ARCH_EXYNOS7=y
>   CONFIG_ARCH_FSL_LS2085A=y
>   CONFIG_ARCH_HISI=y
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1195807 — Re: [PATCH v4 2/2] arm64: Enable Marvell Berlin SoC family in Kconfig and defconfig

FromJisheng Zhang <jszhang@marvell.com>
Date2015-07-30 10:20 +0200
SubjectRe: [PATCH v4 2/2] arm64: Enable Marvell Berlin SoC family in Kconfig and defconfig
Message-ID<pRRei-14V-29@gated-at.bofh.it>
In reply to#1195787
Dear Sebastian,

On Thu, 30 Jul 2015 10:07:44 +0200
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> wrote:

> On 07/22/2015 11:39 AM, Jisheng Zhang wrote:
> > This patch introduces ARCH_BERLIN to enable Marvell Berlin SoC family in
> > Kconfig and defconfig.
> >
> > Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
> 
> I guess this will go through arm64 directly? If so,

I dunno. But from previous pull request for mt8173, rk3368, their according
change goes through arm-soc tree.

Thanks,
Jisheng

> 
> Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
> 
> > ---
> >   arch/arm64/Kconfig.platforms | 6 ++++++
> >   arch/arm64/configs/defconfig | 1 +
> >   2 files changed, 7 insertions(+)
> >
> > diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> > index f7e4327..37b8fc5 100644
> > --- a/arch/arm64/Kconfig.platforms
> > +++ b/arch/arm64/Kconfig.platforms
> > @@ -1,5 +1,11 @@
> >   menu "Platform selection"
> >
> > +config ARCH_BERLIN
> > +	bool "Marvell Berlin SoC Family"
> > +	select DW_APB_ICTL
> > +	help
> > +	  This enables support for Marvell Berlin SoC Family
> > +
> >   config ARCH_EXYNOS
> >   	bool
> >   	help
> > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> > index 506b466..83843f9 100644
> > --- a/arch/arm64/configs/defconfig
> > +++ b/arch/arm64/configs/defconfig
> > @@ -31,6 +31,7 @@ CONFIG_MODULES=y
> >   CONFIG_MODULE_UNLOAD=y
> >   # CONFIG_BLK_DEV_BSG is not set
> >   # CONFIG_IOSCHED_DEADLINE is not set
> > +CONFIG_ARCH_BERLIN=y
> >   CONFIG_ARCH_EXYNOS7=y
> >   CONFIG_ARCH_FSL_LS2085A=y
> >   CONFIG_ARCH_HISI=y
> >

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web