From patchwork Wed Oct 19 14:43:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 13011961 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 01E61C4332F for ; Wed, 19 Oct 2022 15:09:57 +0000 (UTC) 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:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=TYKP9BvKmn1dZbygWK6H3O4lMJc1YcoF9/zju3IjH5A=; b=c/XJgXUS8KrT0q bNRhufIQ0hvEZnAjtAtmdRFBKi2P0Pl4mueLsOVVeqVzQLZZu5cbwkN4gvK5SAkNQCcOn9En1IIgS T3yoy8F9JUtChXGypTvisbsMGsEtDPAHWAfGEUIu9EFDgkr37nYQhAYbztZIlssnz3KA/xhtTJ2eS I9tYW/HrygqND1Rn+GF4dKrIPOPxJmb71s+McKl3L6JHnX2cgbbHzQFLsr9ceSkFPTEprCvM7QLm5 VS6pA1tCyFJ6cPSI82b1Kj3M2hwcpXR9h/8aZ/xA1qDMjGXYihhVAE+IFEB1DKQeWfDZrEXVz3T5/ hYeKFgXjXSBQtwlVZUQg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1olAgG-0033yl-Vn; Wed, 19 Oct 2022 15:08:29 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1olAJv-002rfW-3U for linux-arm-kernel@lists.infradead.org; Wed, 19 Oct 2022 14:45:24 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 535B861912; Wed, 19 Oct 2022 14:45:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D1E04C433D6; Wed, 19 Oct 2022 14:45:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666190721; bh=HRv1w9sVKhzl0I06514+nrn2V5MpzamfNaLLpfMRNFw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dUVedYK28DyLQFAhLTdoU05pvBWO9DitjpbOb8JzQG0rYinRyOQYW8XUrZm8sdISS pHZP8crjkawtgVIAtmphn7eWfzxKaJ7CTUU2S1G9GPA0AXwd+gc9IXip3gwVICksIJ CpCx5UHBGI0LW5JlHM64DpgueY9nyf5DYGBgJb4XsKhA3o9kz2rtxCu1BTIlGMpbgZ QUOtEP4eSNFRgOmhS08jE/mKxzysUGSZV81voZOkdFQi3J//TzXzXqUaWYMDH9GEFL FHYOVqHjIs4YPsvI+pd5z8qbLgbyLYKDpRpXWaZDoI+uqYTFBBzENoHvL+3aJDpCqa M4lWEG8698ayg== From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Arnd Bergmann , linux-kernel@vger.kernel.org Subject: [PATCH 01/17] ARM: at91: remove stale MAINTAINER file entries Date: Wed, 19 Oct 2022 16:43:47 +0200 Message-Id: <20221019144505.3848435-1-arnd@kernel.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221019_074523_231413_97869D38 X-CRM114-Status: GOOD ( 12.11 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Arnd Bergmann Going through the entries of recently removed machine types, I found these two that were removed a long time ago. 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 - ARM/Allwinner SoC Clock Support M: Emilio López S: Maintained