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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 896E0C43217 for ; Fri, 21 Oct 2022 09:46:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229944AbiJUJqV (ORCPT ); Fri, 21 Oct 2022 05:46:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43226 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230321AbiJUJqF (ORCPT ); Fri, 21 Oct 2022 05:46:05 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A08C525CD99 for ; Fri, 21 Oct 2022 02:45:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1666345546; x=1697881546; h=message-id:date:mime-version:subject:from:to:cc: references:in-reply-to:content-transfer-encoding; bh=eqQD2nfnm8lawcz9VfjeFiE/VzNwkaZS40mTJPg7F8A=; b=QgQH1y4cc21apvAzxV2E+hkJEvrg7zmzPltCiSPxjlcsCWfuW/AF2jOU jtWNUbPi81jpELaCkr/GXMhMaC9dfXy7BaHEAgFe7cohRojJC8wniiYWH eVOdpCGXDhXA+WIPg73PHinDTDhItyX0KE2/32gR7Dhz8WKcpeFNbur5T MkK9kzXKU4IHAlhCzAvC+H7w5Da/V+4l0u4DDIaHjeqgxtqTeiUfz7pWs 7cJHSGVD++TCoeJDMBKY8VBetLmiJuKEfzbcmxLC89gO6wT+uIYE33X9B zjHqrvgej5AxzSB0dqLpgWiuSssioBcjM3ipYRFQN8G7ylqsSe4YH0dEH w==; X-IronPort-AV: E=Sophos;i="5.95,200,1661842800"; d="scan'208";a="185827660" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa3.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 21 Oct 2022 02:45:42 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.12; Fri, 21 Oct 2022 02:45:41 -0700 Received: from [10.159.205.135] (10.10.115.15) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server id 15.1.2507.12 via Frontend Transport; Fri, 21 Oct 2022 02:45:40 -0700 Message-ID: <56fc2a16-1e0f-a9ce-18f9-25f923599ecd@microchip.com> Date: Fri, 21 Oct 2022 11:45:38 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH 01/17] ARM: at91: remove stale MAINTAINER file entries Content-Language: en-US From: Nicolas Ferre To: Arnd Bergmann , , Russell King - ARM Linux CC: , Arnd Bergmann , "Alexandre Belloni" , Claudiu Beznea References: <20221019144119.3848027-1-arnd@kernel.org> <20221019150410.3851944-1-arnd@kernel.org> Organization: microchip In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 21/10/2022 at 10:33, Nicolas Ferre wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe > > On 19/10/2022 at 17:03, Arnd Bergmann wrote: >> From: Arnd Bergmann >> >> Going through the entries of recently removed machine types, >> I found these two that were removed a long time ago. >> >> Cc: Nicolas Ferre > > Acked-by: Nicolas Ferre BTW, isn't there the need to remove it from mach-types as well? v6.0:arch/arm/tools/mach-types:afeb9260 MACH_AFEB9260 AFEB9260 1859 >> Cc: Alexandre Belloni >> Cc: Claudiu Beznea >> Signed-off-by: Arnd Bergmann >> --- >> MAINTAINERS | 10 ---------- >> 1 file changed, 10 deletions(-) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index cf0f18502372..aedb7c008dd6 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -1798,16 +1798,6 @@ M: Lennert Buytenhek >> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) >> S: Maintained >> >> -ARM/AFEB9260 MACHINE SUPPORT >> -M: Sergey Lapin >> -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) >> -S: Maintained >> - >> -ARM/AJECO 1ARM MACHINE SUPPORT >> -M: Lennert Buytenhek >> -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) >> -S: Maintained >> - > > Yes, both removed by fb3642ebb52cfab8eaa52fea677abec4d92182a0 during > v3.18..v3.19. > >> ARM/Allwinner SoC Clock Support >> M: Emilio López >> S: Maintained > > Thanks Arnd! Best regards, > Nicolas > > > -- > Nicolas Ferre > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -- Nicolas Ferre