From patchwork Wed Jun 13 08:29:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Boris Brezillon X-Patchwork-Id: 10461863 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 6993060234 for ; Wed, 13 Jun 2018 08:30:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6243928A32 for ; Wed, 13 Jun 2018 08:30:30 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5661828A37; Wed, 13 Jun 2018 08:30:30 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 014A828A32 for ; Wed, 13 Jun 2018 08:30:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=KJh4XmnoEuq/vWeZHlT2Z6Wt1CZy+/AWImGyWT3vX2M=; b=Afi sv9W1igwcE+oN47TzbtReb1SLdknNS2NoVAenn/z+9q6dwnN+zzwFsSY/wzog37Er89wY9YyJqPBZ DhwPHdUpCwGLGSqC2+a2w3SlzIAwh6tLSpUga+CB6n8RqTJHBoYVW/pUvwaFalO25aspbDVe1M/+6 1WBChtsNG2T0ZT1HeKG8fQYNk6Giy5P0VGLzmpTLwa5Wl3ARKlPY3Yuxl1G3jDZLiYgeypJqX3jvX /uj4zq2KfPW0cAzLXgwV0jJ0o0acBMY4onUs+OhcVTrM0831n7EWsP0rgApZgYiNr3lRixMA6Vnrd hN5Q9ow0vpysO8ijivOibGOVTwvKxRA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fT1Ae-0006BE-3d; Wed, 13 Jun 2018 08:30:24 +0000 Received: from mail.bootlin.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fT1Aa-00055A-J2 for linux-arm-kernel@lists.infradead.org; Wed, 13 Jun 2018 08:30:22 +0000 Received: by mail.bootlin.com (Postfix, from userid 110) id 3CC9220703; Wed, 13 Jun 2018 10:30:06 +0200 (CEST) Received: from localhost.localdomain (AAubervilliers-681-1-37-30.w90-88.abo.wanadoo.fr [90.88.156.30]) by mail.bootlin.com (Postfix) with ESMTPSA id C0A3A20A33; Wed, 13 Jun 2018 10:29:38 +0200 (CEST) From: Boris Brezillon To: Nicolas Ferre , Alexandre Belloni Subject: [PATCH] MAINTAINERS: Remove the AT91 clk driver entry Date: Wed, 13 Jun 2018 10:29:36 +0200 Message-Id: <20180613082936.14038-1-boris.brezillon@bootlin.com> X-Mailer: git-send-email 2.14.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180613_013020_766188_73702FA4 X-CRM114-Status: GOOD ( 10.13 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Boris Brezillon , Mike Turquette , Stephen Boyd , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP I've stopped actively maintaining this driver for quite some time already, and at91 maintainers are doing a good job at maintaining it. Remove the AT91 clk driver entry so that the driver automatically falls under the "ARM/Microchip (AT91) SoC support" entry. Signed-off-by: Boris Brezillon Acked-by: Stephen Boyd --- MAINTAINERS | 5 ----- 1 file changed, 5 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 634abf4569c4..491cc42ab65f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1242,11 +1242,6 @@ F: arch/arm/mach-aspeed/ F: arch/arm/boot/dts/aspeed-* N: aspeed -ARM/ATMEL AT91 Clock Support -M: Boris Brezillon -S: Maintained -F: drivers/clk/at91 - ARM/CALXEDA HIGHBANK ARCHITECTURE M: Rob Herring L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)