All of lore.kernel.org
 help / color / mirror / Atom feed
From: jszhang@marvell.com (Jisheng Zhang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 2/2] arm64: Enable Marvell Berlin SoC family in Kconfig and defconfig
Date: Thu, 30 Jul 2015 16:15:08 +0800	[thread overview]
Message-ID: <20150730161508.7efb0174@xhacker> (raw)
In-Reply-To: <55B9DB50.3070907@gmail.com>

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

WARNING: multiple messages have this Message-ID (diff)
From: Jisheng Zhang <jszhang@marvell.com>
To: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Cc: catalin.marinas@arm.com, will.deacon@arm.com, khilman@linaro.org,
	arnd@arndb.de, olof@lixom.net, mark.rutland@arm.com,
	sudeep.holla@arm.com, robh+dt@kernel.org, galak@codeaurora.org,
	pawel.moll@arm.com, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH v4 2/2] arm64: Enable Marvell Berlin SoC family in Kconfig and defconfig
Date: Thu, 30 Jul 2015 16:15:08 +0800	[thread overview]
Message-ID: <20150730161508.7efb0174@xhacker> (raw)
In-Reply-To: <55B9DB50.3070907@gmail.com>

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

WARNING: multiple messages have this Message-ID (diff)
From: Jisheng Zhang <jszhang@marvell.com>
To: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Cc: <catalin.marinas@arm.com>, <will.deacon@arm.com>,
	<khilman@linaro.org>, <arnd@arndb.de>, <olof@lixom.net>,
	<mark.rutland@arm.com>, <sudeep.holla@arm.com>,
	<robh+dt@kernel.org>, <galak@codeaurora.org>,
	<pawel.moll@arm.com>, <linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>
Subject: Re: [PATCH v4 2/2] arm64: Enable Marvell Berlin SoC family in Kconfig and defconfig
Date: Thu, 30 Jul 2015 16:15:08 +0800	[thread overview]
Message-ID: <20150730161508.7efb0174@xhacker> (raw)
In-Reply-To: <55B9DB50.3070907@gmail.com>

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


  reply	other threads:[~2015-07-30  8:15 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-22  9:39 [PATCH v4 0/2] arm64: Add basic support for Marvell Berlin4CT SoC Jisheng Zhang
2015-07-22  9:39 ` Jisheng Zhang
2015-07-22  9:39 ` Jisheng Zhang
2015-07-22  9:39 ` [PATCH v4 1/2] arm64: dts: Add dts files " Jisheng Zhang
2015-07-22  9:39   ` Jisheng Zhang
2015-07-22  9:39   ` Jisheng Zhang
2015-07-30  8:06   ` Sebastian Hesselbarth
2015-07-30  8:06     ` Sebastian Hesselbarth
2015-07-30  8:06     ` Sebastian Hesselbarth
2015-07-30  8:24     ` Jisheng Zhang
2015-07-30  8:24       ` Jisheng Zhang
2015-07-30  8:24       ` Jisheng Zhang
2015-07-22  9:39 ` [PATCH v4 2/2] arm64: Enable Marvell Berlin SoC family in Kconfig and defconfig Jisheng Zhang
2015-07-22  9:39   ` Jisheng Zhang
2015-07-22  9:39   ` Jisheng Zhang
2015-07-30  8:07   ` Sebastian Hesselbarth
2015-07-30  8:07     ` Sebastian Hesselbarth
2015-07-30  8:15     ` Jisheng Zhang [this message]
2015-07-30  8:15       ` Jisheng Zhang
2015-07-30  8:15       ` Jisheng Zhang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150730161508.7efb0174@xhacker \
    --to=jszhang@marvell.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.