From patchwork Wed Feb 22 02:43:21 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Warren X-Patchwork-Id: 9586093 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 0B27F6020B for ; Wed, 22 Feb 2017 02:44:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E30D22865A for ; Wed, 22 Feb 2017 02:44:03 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D5939286F0; Wed, 22 Feb 2017 02:44:03 +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=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.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 50D492865A for ; Wed, 22 Feb 2017 02:44:03 +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=8WebYDQfFUnyTaEXQO6s27yX1wsB0x+7OqjhYXEdKiY=; b=MgJ 1MkatGE3V1ci5mzWblAtmxbtE/uuFIb93IJtPQM2ZIcoCgXMGOh393ttPVtbrBavYYzX2EwLZwBkn k7+TQTRU2bUYflu7dFCtPKOAu1GviT8xD481pR+u6O1l7UcBmKvalIMsmmAZz8lY0ejF32ozSvUtY Sod+TDxK+bCjRRGZ0jy7qT7i3JJFPhQQ7b2C8q0bgLZYW8rCSfCstAa8yyzTmnjfHAasVvjjY0P9p MpdPVdcXdkYhNdhGVOTY2kCwCW4BLeAI0cyGYLIbKh99DhmOx/EuMfPmAyf4faxAamxWN/YL3EHQO bYwCkS08/HJO3yyE4pDNQuE4yYnnK8Q==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cgMuP-0006IZ-He; Wed, 22 Feb 2017 02:44:01 +0000 Received: from avon.wwwdotorg.org ([70.85.31.133]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cgMuK-00069C-Pb; Wed, 22 Feb 2017 02:43:59 +0000 Received: from localhost.localdomain (c-98-245-170-70.hsd1.co.comcast.net [98.245.170.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by avon.wwwdotorg.org (Postfix) with ESMTPSA id 9E7E21C03FE; Tue, 21 Feb 2017 19:43:33 -0700 (MST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.99.2 at avon.wwwdotorg.org From: Stephen Warren To: Eric Anholt Subject: [PATCH] MAINTAINERS: remove swarren from bcm2835 Date: Tue, 21 Feb 2017 19:43:21 -0700 Message-Id: <1487731401-4362-1-git-send-email-swarren@wwwdotorg.org> X-Mailer: git-send-email 2.7.4 X-NVConfidentiality: public X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170221_184356_959044_86ECA09C X-CRM114-Status: UNSURE ( 8.49 ) X-CRM114-Notice: Please train this message. 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: Lee Jones , linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Stephen Warren 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 haven't been active in BCM2835 maintenance for quite a while; Eric's been doing a great job. As such, remove myself from MAINTAINERS for that. Signed-off-by: Stephen Warren --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 277c2e2062bd..87bbd3744238 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2648,7 +2648,6 @@ N: kona F: arch/arm/mach-bcm/ BROADCOM BCM2835 ARM ARCHITECTURE -M: Stephen Warren M: Lee Jones M: Eric Anholt L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)