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=-15.6 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 759EAC4338F for ; Thu, 5 Aug 2021 07:50:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 58C9660E52 for ; Thu, 5 Aug 2021 07:50:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238733AbhHEHuM (ORCPT ); Thu, 5 Aug 2021 03:50:12 -0400 Received: from mail-ed1-f52.google.com ([209.85.208.52]:38700 "EHLO mail-ed1-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229674AbhHEHuL (ORCPT ); Thu, 5 Aug 2021 03:50:11 -0400 Received: by mail-ed1-f52.google.com with SMTP id y7so7062533eda.5; Thu, 05 Aug 2021 00:49:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:cc:references:from:subject:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=9imV97Ad6WYuvPH2ugJvx2YUE8x6OeUHcu+XGnBPGbQ=; b=r8s3MRApQfsvCWQi29fqXPwI0mJaxcZ6HaH20OtkTdK1ItJ2V7AGQvJ9S2iqGpDZ/f dvw1+j4Q1x21yhtOnzw4RyaogB0BhCX1A8NXSguzTq09qLL2bq/sMo7WYcl943RkC/JF pzKodynCHZUzA/xJD47+YRuBpKO5/v2Iuzqx/Xc4lQWSxXFVcqwV71Cl33R9FBr7zr36 GOkjLw30+E4NFXU5TPOcP39zSOzZIzpmaXN27z/YVXczNGmlTxn5kARbVqR73F9DFkuy h4z0jVgJ5jmUhpIPCWk0h6GU5c2xBbBT6njiZvcKBsVE/6xao9dMVAsXB4vYVvhbNrve +6rA== X-Gm-Message-State: AOAM533j30jqx7OPf+fTlW/bL0wq37JnYRaKV5d8HtDK2WRfx9SmszCs vytRBBuPAKWT1VKdsDuiJys= X-Google-Smtp-Source: ABdhPJy5mfk+ekbYHHyshhd4t5KAiMoCWiLkn4OrTESc6Ilms5hyKTlFZ+sW/7yEuB9zubx6zvwdaw== X-Received: by 2002:a05:6402:270f:: with SMTP id y15mr4835943edd.65.1628149795612; Thu, 05 Aug 2021 00:49:55 -0700 (PDT) Received: from [192.168.8.102] ([86.32.42.198]) by smtp.googlemail.com with ESMTPSA id h19sm1934341edt.87.2021.08.05.00.49.52 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 05 Aug 2021 00:49:54 -0700 (PDT) To: Chester Lin , Rob Herring , devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-serial@vger.kernel.org, Greg Kroah-Hartman , Shawn Guo , 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 , =?UTF-8?Q?Andreas_F=c3=a4rber?= , "Ivan T . Ivanov" , "Lee, Chun-Yi" References: <20210805065429.27485-1-clin@suse.com> <20210805065429.27485-9-clin@suse.com> From: Krzysztof Kozlowski Subject: Re: [PATCH 8/8] MAINTAINERS: Add an entry for NXP S32G2 boards Message-ID: <32310c2a-9800-8b04-b6ac-d8ada044c0f8@kernel.org> Date: Thu, 5 Aug 2021 09:49:51 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <20210805065429.27485-9-clin@suse.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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/ Best regards, Krzysztof 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.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, NICE_REPLY_A,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 7A2E3C4320A for ; Thu, 5 Aug 2021 07:52:08 +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 4639760E53 for ; Thu, 5 Aug 2021 07:52:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 4639760E53 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:Date: Message-ID:Subject:From:References:Cc:To:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=1ROQ6ObtVd5xdybBOGqhAYJVpZ3lSoXk0IJNTr3/uDg=; b=qqPxjwOCtjfbF3+MDMnhw+pLpm yUqiETM8vRTsiZmynolwnxSTuAVS7a18xUMBYKaUHLhZWm8nI5LNswHbCFk4+9tixNpIxnL/si+MK pCltTHOSaBG054MXeZQxQk9hFQ3MrQvWtnq1v7lR5Prku3TDPabAGiGhr3+odlaORYZ0KtXkwGsJ3 UKFxiTDoaOj4DMy7uaVgEu2IPb4pZajvLgc1CmWMPv+xvVmWTCzdcJs+D8U3ZXVtgtOgz6+UzMQR5 E8ONtUt2TmkccpDeNARPss8jhZzS7LVWsGMfgKkWXsBTNFR/Rsn7fbLmk/17sPbl4Q3t5mrNe9aup 8vGMELYQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mBY8i-008TYA-9k; Thu, 05 Aug 2021 07:50:04 +0000 Received: from mail-ed1-f41.google.com ([209.85.208.41]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mBY8c-008TVQ-6V for linux-arm-kernel@lists.infradead.org; Thu, 05 Aug 2021 07:49:59 +0000 Received: by mail-ed1-f41.google.com with SMTP id p21so7030708edi.9 for ; Thu, 05 Aug 2021 00:49:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:cc:references:from:subject:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=9imV97Ad6WYuvPH2ugJvx2YUE8x6OeUHcu+XGnBPGbQ=; b=bKx0wQEn9sfqqxxSj75zv4O4Obxp3HydV3+KIHbNOHPOGnCiOGpEcuXwtuRp3HQp6v O4u7rm+mXt6WUbEnETfT22kp0T++1bWK1K757cArcY9gVNSNVYYc4ArI6+Vx1G8m5gND qHdW06YCyTCr7j7O+6bipB73cR0vLsibxgUTsN3haOh1s2loETuTAeEHxdK8TmL/yhtf 0kc2OnJ9pIe4YEpAa/rIIPHm1SAwH+T20VRS5HyGRyg2dLj5LyVZ3OeslKcEwbTKCIOH tD99z4/Maf+5pFxRlNwPQBswHLBMdaNs+EMRT+gCJSXg+BRvpBTYpoO5FW2rvLeQt7Ey NpJQ== X-Gm-Message-State: AOAM531Q00gbIhgRPu2szxQRl6/oP2D1oiyNFQpPOM85gAGA6Kwmxr81 8gRATZIqceVI2jIN6mBbvOc= X-Google-Smtp-Source: ABdhPJy5mfk+ekbYHHyshhd4t5KAiMoCWiLkn4OrTESc6Ilms5hyKTlFZ+sW/7yEuB9zubx6zvwdaw== X-Received: by 2002:a05:6402:270f:: with SMTP id y15mr4835943edd.65.1628149795612; Thu, 05 Aug 2021 00:49:55 -0700 (PDT) Received: from [192.168.8.102] ([86.32.42.198]) by smtp.googlemail.com with ESMTPSA id h19sm1934341edt.87.2021.08.05.00.49.52 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 05 Aug 2021 00:49:54 -0700 (PDT) To: Chester Lin , Rob Herring , devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-serial@vger.kernel.org, Greg Kroah-Hartman , Shawn Guo , 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 , =?UTF-8?Q?Andreas_F=c3=a4rber?= , "Ivan T . Ivanov" , "Lee, Chun-Yi" References: <20210805065429.27485-1-clin@suse.com> <20210805065429.27485-9-clin@suse.com> From: Krzysztof Kozlowski Subject: Re: [PATCH 8/8] MAINTAINERS: Add an entry for NXP S32G2 boards Message-ID: <32310c2a-9800-8b04-b6ac-d8ada044c0f8@kernel.org> Date: Thu, 5 Aug 2021 09:49:51 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <20210805065429.27485-9-clin@suse.com> Content-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210805_004958_292268_A41C49B1 X-CRM114-Status: GOOD ( 17.63 ) 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 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/ Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel