Received: by 2002:a05:6358:9144:b0:117:f937:c515 with SMTP id r4csp8044882rwr; Wed, 10 May 2023 17:06:25 -0700 (PDT) X-Google-Smtp-Source: ACHHUZ5/9dfV/VhQS9MSbKRw70s5+INUAku9GTlJQtEYRFb7vOnFWroRliQgVvtqzmXxcw2KUAu3 X-Received: by 2002:a05:6808:b37:b0:394:5181:4826 with SMTP id t23-20020a0568080b3700b0039451814826mr38793oij.21.1683763585732; Wed, 10 May 2023 17:06:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1683763585; cv=none; d=google.com; s=arc-20160816; b=uTUFFlGG2dNzwF16ke0p1y3WAf36XYAqQCQwcmkjRcpvXCA5EVuF3sFbVAk+yInmBh qFj2XZWzYXVHqUmMguQPvmC5MyLEeiCMG6ni7XR5UeHy2Q6EIdJMVdX2jw2QeEoRFWpx 7doh1pu0+7fjsxdfUg2swd7+po9Pa9almnjk5TgLnKpxQdXeniNgrzfj++b667JSsoeb GtMFtZsLvE+BNIiu6A/XbTxfUaYRPQHCgJ/Yhdg3DPp/Uyk3rzaw4RXBzEQeYUEvNNTg 3LjLImqLWvP3jtXFm5+DvtuPvPO4DSqAXKigOY+fJYBEr2gn/wTT/EMQfKSfiihYVmf7 67VA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=SOhSW3YPIuGyH4LrmN5LMCpgCyMKei1rF/TPLqNILZg=; b=TSscB8z4xXfIe2CpIRlEVEvRgnzYOK/hD/aPyrmntJQffboDIQ4DNNk08WPpd1QJ4d 3IZbNosrSaClEpIrEsK0LaOW7jebpDryQjOQYtHRqeld2fiBRU38xzjyPR3KyqlQ4QCc FE7WDSoC1T4mtq2tgxN1/xN2pOPxqzz6EEuKy+KhjAduvDI77DihoxYclejpvn1X8d0R NrwB7UdEw6SPCowb9CVM5PRJPIc8gBMfp1Mefl4cXCkRrMrmghMYTBIuiLegYniO54uY /fv0bk6b8GxWLfYcFrqM/RhFljVE42o2d09mi+7SK8jQbKOxMIJSUNokA9kCXBHS+sCx TTsQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=gentoo.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id bb14-20020a056808168e00b0038e6b344b03si4153382oib.193.2023.05.10.17.06.12; Wed, 10 May 2023 17:06:25 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=gentoo.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236357AbjEJXuI (ORCPT + 99 others); Wed, 10 May 2023 19:50:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49572 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229801AbjEJXuI (ORCPT ); Wed, 10 May 2023 19:50:08 -0400 Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0B48526AF for ; Wed, 10 May 2023 16:50:05 -0700 (PDT) Date: Thu, 11 May 2023 07:49:51 +0800 From: Yixun Lan To: Yangtao Li Cc: Paul Walmsley , Palmer Dabbelt , Albert Ou , Jisheng Zhang , Icenowy Zheng , Wei Fu , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/5] riscv: Add the T-HEAD SoC family Kconfig option Message-ID: References: <20230510204456.57202-1-frank.li@vivo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230510204456.57202-1-frank.li@vivo.com> X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, SPF_HELO_PASS,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org HI Yangtao: On 04:44 Thu 11 May , Yangtao Li wrote: > From: Jisheng Zhang > > The first SoC in the T-HEAD series is light(a.k.a th1520), containing > quad T-HEAD C910 cores. > > Cc: Icenowy Zheng > Cc: Wei Fu > Signed-off-by: Jisheng Zhang > Signed-off-by: Yangtao Li > --- > arch/riscv/Kconfig.socs | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs > index 1cf69f958f10..ce10a38dff37 100644 > --- a/arch/riscv/Kconfig.socs > +++ b/arch/riscv/Kconfig.socs > @@ -41,6 +41,12 @@ config ARCH_SUNXI > This enables support for Allwinner sun20i platform hardware, > including boards based on the D1 and D1s SoCs. > > +config ARCH_THEAD > + bool "T-HEAD RISC-V SoCs" > + select ERRATA_THEAD > + help > + This enables support for the RISC-V based T-HEAD SoCs. This help section is a little bit short.. better to provide more information about the T-Head's SoC series you want to cover? > + > config ARCH_VIRT > def_bool SOC_VIRT > > -- > 2.34.1 > It would be great to have a cover letter for this series plus having an overall history changes Just curious, so you've taked to Jisheng, to take over this series? and will do follow-up version bump? -- Yixun Lan (dlan) Gentoo Linux Developer GPG Key ID AABEFD55