From patchwork Wed Apr 17 23:08:15 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 10906389 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 268931515 for ; Wed, 17 Apr 2019 23:08:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0AD9D28B58 for ; Wed, 17 Apr 2019 23:08:28 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E960828B79; Wed, 17 Apr 2019 23:08:27 +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=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED 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 923EB28B58 for ; Wed, 17 Apr 2019 23:08:27 +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:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version: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=7sPHCXDL/AuBaf0q9+E3RH4uGDB6/rV42S6HnAlITJk=; b=HyDqWvye5txhhL RvESI3Sj3iVCGHR6LYyU2GbTwHgAvDFnE6Jze0ZKOFI9NzXFIjVZkggiu7L//ubq6SQvz9N3d1+dX PAqr0AsLtjGytFS2oDVTOeiW+LDYgfm+m+/MxQHKRktz0dQFrszaaXHzf0ipo7dU7oNclrbwWy8ew TYOlNRDwRf28Ch862vBt+7c7tE+SCHES8ruA/AZNHHfhcjIIJdEqSsRvwx8sRGY5zSlb5rKT6gtHs sscRZ2Mz1Dknjaff1KjyesndmO4+VQN7/O45IQlXPaYeb1V5UgxxjHE1mknBf1A7pGxiTyPKmDmcl 9fSWzOg4ce6FJ21gTZmw==; 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 1hGtfC-0004EB-AW; Wed, 17 Apr 2019 23:08:22 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hGtf9-0004Di-6R for linux-arm-kernel@lists.infradead.org; Wed, 17 Apr 2019 23:08:20 +0000 Received: from localhost (c-71-197-186-152.hsd1.wa.comcast.net [71.197.186.152]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id F31BA2183F; Wed, 17 Apr 2019 23:08:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1555542497; bh=+yzeKZrADme0BlR016yFYSsl70AxUtJLGNnQkoTWxd8=; h=From:To:Cc:Subject:Date:From; b=1BChehhSkhAbHQ6fYvAs3Av5Gr0kvSXXalGsAI4WJoCI4+eL3cF3H01BJCYeXDw6H RfwRNemFzuI4TrZd2AUAuTl9geU2+HZTemqM7WdR+nXuzLIWvPsufs+YGFEqzezMN7 dCjbyVfk/Ll8l8JDNLQA1LrtjXPMkAQWDirIHyxw= From: Kevin Hilman To: Sekhar Nori Subject: [PATCH] MAINTAINERS: update arch/arm/mach-davinci Date: Wed, 17 Apr 2019 16:08:15 -0700 Message-Id: <20190417230815.14981-1-khilman@kernel.org> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190417_160819_253647_9DEC029E X-CRM114-Status: UNSURE ( 9.80 ) 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: Kevin Hilman , linux-arm-kernel@lists.infradead.org, Bartosz Golaszewski 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 From: Kevin Hilman It's time to officially admit I'm not doing anything useful for mach-davinci anymore. Since Bartosz is bringing all the code I wrote 10+ years ago into the modern era, he should take over. Cc: Sekhar Nori Cc: Bartosz Golaszewski Signed-off-by: Kevin Hilman --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index e17ebf70b548..d28951221d38 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15457,7 +15457,7 @@ F: include/linux/clk/ti.h TI DAVINCI MACHINE SUPPORT M: Sekhar Nori -M: Kevin Hilman +M: Bartosz Golaszewski L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git S: Supported