From: jszhang@marvell.com (Jisheng Zhang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/8] arm64: Introduce Allwinner SoC config option
Date: Thu, 18 Feb 2016 11:32:07 +0800 [thread overview]
Message-ID: <20160218113207.5ffffee2@xhacker> (raw)
In-Reply-To: <1455709440-8668-2-git-send-email-andre.przywara@arm.com>
Dear Andre,
On Wed, 17 Feb 2016 11:43:53 +0000
Andre Przywara <andre.przywara@arm.com> wrote:
> To prepare for the Allwinner A64 SoC support, introduce a config
> option to allow compiling Allwinner (aka. sunxi) specific drivers
> for the arm64 architecture as well.
> This patch just defines the ARCH_SUNXI symbol to allow Allwinner
> specific drivers to be selected during kernel configuration.
>
> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
> ---
> arch/arm64/Kconfig.platforms | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index 8a09522..2f7f69b 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -1,5 +1,10 @@
> menu "Platform selection"
>
> +config ARCH_SUNXI
it's better to keep ARCH_YYZZ sorted in alphabetic order
Thanks,
Jisheng
> + bool "Allwinner sunxi 64-bit SoC Family"
> + help
> + This enables support for Allwinner sunxi based SoCs like the A64.
> +
> config ARCH_BCM_IPROC
> bool "Broadcom iProc SoC Family"
> help
WARNING: multiple messages have this Message-ID (diff)
From: Jisheng Zhang <jszhang@marvell.com>
To: Andre Przywara <andre.przywara@arm.com>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>,
Chen-Yu Tsai <wens@csie.org>, <linux-sunxi@googlegroups.com>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will.deacon@arm.com>,
<linux-arm-kernel@lists.infradead.org>,
Arnd Bergmann <arnd@arndb.de>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 1/8] arm64: Introduce Allwinner SoC config option
Date: Thu, 18 Feb 2016 11:32:07 +0800 [thread overview]
Message-ID: <20160218113207.5ffffee2@xhacker> (raw)
In-Reply-To: <1455709440-8668-2-git-send-email-andre.przywara@arm.com>
Dear Andre,
On Wed, 17 Feb 2016 11:43:53 +0000
Andre Przywara <andre.przywara@arm.com> wrote:
> To prepare for the Allwinner A64 SoC support, introduce a config
> option to allow compiling Allwinner (aka. sunxi) specific drivers
> for the arm64 architecture as well.
> This patch just defines the ARCH_SUNXI symbol to allow Allwinner
> specific drivers to be selected during kernel configuration.
>
> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
> ---
> arch/arm64/Kconfig.platforms | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index 8a09522..2f7f69b 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -1,5 +1,10 @@
> menu "Platform selection"
>
> +config ARCH_SUNXI
it's better to keep ARCH_YYZZ sorted in alphabetic order
Thanks,
Jisheng
> + bool "Allwinner sunxi 64-bit SoC Family"
> + help
> + This enables support for Allwinner sunxi based SoCs like the A64.
> +
> config ARCH_BCM_IPROC
> bool "Broadcom iProc SoC Family"
> help
next prev parent reply other threads:[~2016-02-18 3:32 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-17 11:43 [PATCH v2 0/8] arm64: Introduce Allwinner A64 and Pine64 support Andre Przywara
2016-02-17 11:43 ` Andre Przywara
2016-02-17 11:43 ` [PATCH v2 1/8] arm64: Introduce Allwinner SoC config option Andre Przywara
2016-02-17 11:43 ` Andre Przywara
2016-02-18 3:32 ` Jisheng Zhang [this message]
2016-02-18 3:32 ` Jisheng Zhang
2016-02-18 10:25 ` Andre Przywara
2016-02-18 10:25 ` Andre Przywara
[not found] ` <1455709440-8668-1-git-send-email-andre.przywara-5wv7dgnIgG8@public.gmane.org>
2016-02-17 11:43 ` [PATCH v2 2/8] drivers: pinctrl: add driver for Allwinner A64 SoC Andre Przywara
2016-02-17 11:43 ` Andre Przywara
2016-02-17 11:43 ` Andre Przywara
2016-02-18 14:35 ` Rob Herring
2016-02-18 14:35 ` Rob Herring
[not found] ` <1455709440-8668-3-git-send-email-andre.przywara-5wv7dgnIgG8@public.gmane.org>
2016-02-18 17:28 ` Chen-Yu Tsai
2016-02-18 17:28 ` Chen-Yu Tsai
2016-02-18 17:28 ` Chen-Yu Tsai
2016-02-17 11:43 ` [PATCH v2 3/8] DT: clk: sunxi: add binding doc for the multi-bus-gates clock Andre Przywara
2016-02-17 11:43 ` Andre Przywara
2016-02-17 11:43 ` Andre Przywara
2016-02-18 14:35 ` Rob Herring
2016-02-18 14:35 ` Rob Herring
2016-02-18 14:35 ` Rob Herring
2016-02-17 11:43 ` [PATCH v2 4/8] clk: sunxi: add generic multi-parent bus clock gates driver Andre Przywara
2016-02-17 11:43 ` Andre Przywara
2016-02-17 11:43 ` Andre Przywara
2016-02-17 11:43 ` [PATCH v2 5/8] arm64: dts: add Allwinner A64 SoC .dtsi Andre Przywara
2016-02-17 11:43 ` Andre Przywara
2016-02-17 11:43 ` Andre Przywara
2016-02-17 15:21 ` Andre Przywara
2016-02-17 15:21 ` Andre Przywara
2016-02-17 15:21 ` Andre Przywara
2016-02-18 14:36 ` Rob Herring
2016-02-18 14:36 ` Rob Herring
2016-02-18 14:36 ` Rob Herring
2016-02-17 11:43 ` [PATCH v2 6/8] of: add vendor prefix for Pine64 Andre Przywara
2016-02-17 11:43 ` Andre Przywara
2016-02-17 11:43 ` Andre Przywara
2016-02-18 14:36 ` Rob Herring
2016-02-18 14:36 ` Rob Herring
2016-02-17 11:43 ` [PATCH v2 7/8] arm64: dts: add Pine64 support Andre Przywara
2016-02-17 11:43 ` Andre Przywara
2016-02-17 11:43 ` Andre Przywara
2016-02-17 15:22 ` Andre Przywara
2016-02-17 15:22 ` Andre Przywara
2016-02-17 11:44 ` [PATCH v2 8/8] arm64: add defconfig options for Allwinner SoCs Andre Przywara
2016-02-17 11:44 ` Andre Przywara
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=20160218113207.5ffffee2@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.