From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EDAB2C4338F for ; Mon, 9 Aug 2021 08:05:41 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A464561056 for ; Mon, 9 Aug 2021 08:05:41 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org A464561056 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=DTpQra2sRwbrdGxWVbIL0j4WotAq4W3cFr6J/aekgoM=; b=QFUxTAAxgYj8NR hiAigyircKtccGUkcOzHWKcOUAbEfDl2OSl8t7Ueg4p7WwGJ1OpoNcGfBRhOe04dIORYkp4nfAS83 fp5V2MmqjRSvmeIM/7R2bIxebitxWqfZwiu6HX/+rIYuaOSl9yJzXa5PK//7kvq80SjVELKvI2MC1 ALowo/puPGyZYI44fy8hBykzRru8uJ9ukq1RNKiBiAEyTMm1U5nwFZov7WLF3OPEMiswMH6JlPRrH VCTLN/KIOk/CZGCuuNFm0E70YA31yMNoNhNh9K+Kp19WQ3F/L1qG0JwXYM/Zzitm16FuMZ8xYLI5U uZTCt9fBHUKtnlfDQT/A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mD0GN-00HRhx-7W; Mon, 09 Aug 2021 08:03:59 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mD0GJ-00HRhC-Mx for linux-arm-kernel@lists.infradead.org; Mon, 09 Aug 2021 08:03:57 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id AC43A60C41; Mon, 9 Aug 2021 08:03:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1628496235; bh=BgZ+4KPqzAbLsG8u4CXByZNOUReuukaF29yR436Xm60=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VaFZ1hlqVY2K0WlwjIEb4ulccFUv3JQrmQ7f9Ud1m0FBK0spesGU+ipppeGTxhMnO +4V4Cq9NwQWEbyKkAgF8xGwMBnRETvlylYwLL+zphIUX3OYH2tkx2wzKu6IAAFuqHD qAQP5OBxkG5bk2A1c+amL/l5ReV+wOZ+NNTv/nZmYZpvlR9hosT+EEinNCbZpX21OK AllR0G75t6ZD1VA2+h1a8p6+qecIePHptsEa7okHsk4qTfkpT2qbeuxyW50Xcb0IVs P2yEgBIaLIp4DFm4qAVjJ6OKR5u9wTvNxZWJEGvEv18SlIObOX+FaiYgSTSjCwGGW6 sTqetlZDnLGkg== Date: Mon, 9 Aug 2021 16:03:47 +0800 From: Shawn Guo To: Krzysztof Kozlowski Cc: Chester Lin , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-serial@vger.kernel.org, Greg Kroah-Hartman , Oleksij Rempel , Stefan Riedmueller , Matthias Schiffer , Li Yang , Fabio Estevam , Matteo Lisi , Frieder Schrempf , Tim Harvey , Jagan Teki , s32@nxp.com, catalin-dan.udma@nxp.com, bogdan.hamciuc@nxp.com, bogdan.folea@nxp.com, ciprianmarian.costea@nxp.com, radu-nicolae.pirea@nxp.com, ghennadi.procopciuc@nxp.com, Matthias Brugger , Andreas =?iso-8859-1?Q?F=E4rber?= , "Ivan T . Ivanov" , "Lee, Chun-Yi" Subject: Re: [PATCH 8/8] MAINTAINERS: Add an entry for NXP S32G2 boards Message-ID: <20210809080346.GO30984@dragon> References: <20210805065429.27485-1-clin@suse.com> <20210805065429.27485-9-clin@suse.com> <32310c2a-9800-8b04-b6ac-d8ada044c0f8@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <32310c2a-9800-8b04-b6ac-d8ada044c0f8@kernel.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210809_010355_812755_EF61ADAA X-CRM114-Status: GOOD ( 17.28 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Aug 05, 2021 at 09:49:51AM +0200, Krzysztof Kozlowski wrote: > On 05/08/2021 08:54, Chester Lin wrote: > > Add a new entry for the maintenance of NXP S32G2 DT files. > > > > Signed-off-by: Chester Lin > > --- > > MAINTAINERS | 6 ++++++ > > 1 file changed, 6 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 36aee8517ab0..3c6ba6cefd8f 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -2281,6 +2281,12 @@ F: arch/arm/boot/dts/nuvoton-wpcm450* > > F: arch/arm/mach-npcm/wpcm450.c > > F: drivers/*/*wpcm* > > > > +ARM/NXP S32G2 ARCHITECTURE > > +M: Chester Lin > > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > > +S: Maintained > > +F: arch/arm64/boot/dts/freescale/s32g2* > > I support the idea of sub-sub-architecture maintainers but I think idea > of in-file addresses was preferred: > https://lore.kernel.org/lkml/20200830122922.3884-1-shawnguo@kernel.org/ Thanks for reminding that the patch didn't land. I just resent it with your Reviewed-by tag added. Thanks! Shawn _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel