From: Andre Przywara <andre.przywara@arm.com>
To: Jisheng Zhang <jszhang@marvell.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 10:25:01 +0000 [thread overview]
Message-ID: <56C59BFD.20609@arm.com> (raw)
In-Reply-To: <20160218113207.5ffffee2@xhacker>
Hi,
On 18/02/16 03:32, Jisheng Zhang wrote:
> 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
Right, I think I originally started with ARCH_ALLWINNER until I found
ARCH_SUNXI, but forgot to move it.
Actually I wonder if we should sort for the user visible config options
instead, but that's another story.
Cheers,
Andre.
> 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 10:25 UTC|newest]
Thread overview: 18+ 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 ` [PATCH v2 1/8] arm64: Introduce Allwinner SoC config option Andre Przywara
2016-02-18 3:32 ` Jisheng Zhang
2016-02-18 10:25 ` Andre Przywara [this message]
2016-02-17 11:43 ` [PATCH v2 2/8] drivers: pinctrl: add driver for Allwinner A64 SoC Andre Przywara
2016-02-18 14:35 ` Rob Herring
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-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 ` [PATCH v2 5/8] arm64: dts: add Allwinner A64 SoC .dtsi Andre Przywara
2016-02-17 15:21 ` Andre Przywara
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-18 14:36 ` Rob Herring
2016-02-17 11:43 ` [PATCH v2 7/8] arm64: dts: add Pine64 support 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
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=56C59BFD.20609@arm.com \
--to=andre.przywara@arm.com \
--cc=arnd@arndb.de \
--cc=catalin.marinas@arm.com \
--cc=jszhang@marvell.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sunxi@googlegroups.com \
--cc=maxime.ripard@free-electrons.com \
--cc=wens@csie.org \
--cc=will.deacon@arm.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).