Received: by 10.223.176.46 with SMTP id f43csp356447wra; Fri, 19 Jan 2018 19:11:56 -0800 (PST) X-Google-Smtp-Source: AH8x2249DJEbc/fOGFiLRDs5/UGLX4FNeIOftrOHANahRIe7JMTyoTYInulipRGx/BOHK1p51UL1 X-Received: by 10.99.117.18 with SMTP id q18mr610835pgc.71.1516417916105; Fri, 19 Jan 2018 19:11:56 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516417916; cv=none; d=google.com; s=arc-20160816; b=CiBGLPsAd1fZI4rqyq9lJtDOx3RAnLoTfXv40hlo8Xv9ntSZbGj7MoUM4ut357yjPS pyK2gFmV9paRTkTeqGQ872LJPuoXjDunNPr9vyi50/L20dBsi1jzYZnTaAb/5wXXZ4qV +HZ/6HeS7/Q59988iHDX1SAMAVvA6ewcM7J0jWaZfiSh2QrQb5Wyl7oYUaM4QkNTqlhB cjQk1x8AS0k0FRX9btdcBQS+fzgQJATKS4wun2cM7I2LGRSCFn+TDSAk3iR5UDLWP6lH McXjOnTBlCMHvelFR6Ub4LgjlcQOuJsUr8RvqMjls/usJd2uwsnktkzFGmuDBdjzZ26J qHlQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:from:cc:to:subject :content-transfer-encoding:mime-version:references:in-reply-to:date :arc-authentication-results; bh=oqtjVFLZy3lzAEgIn+7Ego7lgO+L/Vx4R1N14eg7PYg=; b=ZU1qknOnBighCml6Wyx9kwv4Xc1tHalqoZ4h+zy7wcZxisZ4Q7uFaEPt1sIJJFGpDR 2NNfKPHxdH6WH4C1UEv37RYjLQDRCCXshFBOigvo30AqYi8JHjXxAX0WSCDJ/uVNuMah JYi00XEu543pXGCAoZam7nWreyORtqzqlJZjTj9dRZ7KG9Jb6fuRms6rkXzTGurjTKN/ PvE4gMdh3JBB9QpG32SlJLaOHcRPbaAy4AHNkv6RcJbjLxXInn7BgqS5BLMFGaC5N7MD Vy4x7hp/X0Xw2eEIlcbQTFVzvy7LQqrEaC+PC42svo52iPyuikq63bFAAssGUpXTa9DC 36Sw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y5si10324563pfl.267.2018.01.19.19.11.42; Fri, 19 Jan 2018 19:11:56 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753397AbeATDLL convert rfc822-to-8bit (ORCPT + 99 others); Fri, 19 Jan 2018 22:11:11 -0500 Received: from hermes.aosc.io ([199.195.250.187]:53827 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750947AbeATDLE (ORCPT ); Fri, 19 Jan 2018 22:11:04 -0500 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 7B9B05602F; Sat, 20 Jan 2018 03:10:59 +0000 (UTC) Date: Sat, 20 Jan 2018 11:10:42 +0800 In-Reply-To: References: <20180119231735.61504-1-icenowy@aosc.io> <20180119231735.61504-3-icenowy@aosc.io> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Subject: Re: [linux-sunxi] [RFC PATCH 2/9] ARM: sunxi: add Allwinner ARMv5 SoCs To: linux-arm-kernel@lists.infradead.org, Julian Calaby CC: devicetree , linux-sunxi , Marc Zyngier , Linus Walleij , Daniel Lezcano , Russell King , "linux-kernel@vger.kernel.org" , linux-gpio@vger.kernel.org, Chen-Yu Tsai , Maxime Ripard , "open list:COMMON CLK FRAMEWORK" , "Mailing List, Arm" From: Icenowy Zheng Message-ID: <76DC4CD7-4A07-40C7-80A8-1C2D177E8109@aosc.io> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 于 2018年1月20日 GMT+08:00 上午11:06:40, Julian Calaby 写到: >Hi Icenowy, > >On Sat, Jan 20, 2018 at 10:17 AM, Icenowy Zheng >wrote: >> Add option for Allwinner ARMv5 SoCs and a SoC suniv (which is a die >used >> for many new F-series products, including F1C100A, F1C100s, F1C200s, >> F1C500, F1C600). >> >> Signed-off-by: Icenowy Zheng >> --- >> arch/arm/mach-sunxi/Kconfig | 13 +++++++++++++ >> arch/arm/mach-sunxi/Makefile | 1 + >> arch/arm/mach-sunxi/sunxi_v5.c | 22 ++++++++++++++++++++++ >> 3 files changed, 36 insertions(+) >> create mode 100644 arch/arm/mach-sunxi/sunxi_v5.c >> >> diff --git a/arch/arm/mach-sunxi/Kconfig >b/arch/arm/mach-sunxi/Kconfig >> index 65509a35935f..78ac9ce70641 100644 >> --- a/arch/arm/mach-sunxi/Kconfig >> +++ b/arch/arm/mach-sunxi/Kconfig >> @@ -59,3 +59,16 @@ config MACH_SUN9I >> select ARM_GIC >> >> endif >> + >> +menuconfig ARCH_SUNXI_V5 >> + bool "Allwinner SoCs" > >That name seems a little too generic. Maybe "Allwinner ARMv5 SoCs"? This is already required by armv5. Allwinner currently has only ARMv5,7,8 SoCs. ARMv8 is under arm64 architecture, and ARMv5 and v7 cannot be selected at the same time. > >Thanks,