From patchwork Wed Apr 19 08:38:24 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sekhar Nori X-Patchwork-Id: 9687041 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 2EAB460375 for ; Wed, 19 Apr 2017 08:38:34 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1F9AC28404 for ; Wed, 19 Apr 2017 08:38:34 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 141AB28408; Wed, 19 Apr 2017 08:38:34 +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=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 943BF28404 for ; Wed, 19 Apr 2017 08:38:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760881AbdDSIib (ORCPT ); Wed, 19 Apr 2017 04:38:31 -0400 Received: from fllnx210.ext.ti.com ([198.47.19.17]:26214 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760789AbdDSIia (ORCPT ); Wed, 19 Apr 2017 04:38:30 -0400 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by fllnx210.ext.ti.com (8.15.1/8.15.1) with ESMTP id v3J8cRqd001206; Wed, 19 Apr 2017 03:38:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1492591107; bh=3HK72yrSWsWounZNwVz9v+fuTgXXepLZuOr/l/JpfFk=; h=From:To:CC:Subject:Date; b=KuFhnpbe2cfauBQJ2efIaRlJ2MgSzwcjK+MmODjGIALZrT3vfyMxCqxGe7DxnyUk7 wPKRQ4g6K/uI/uKRvsfTjfhvT7fzM2PlvDKkkFhcSQehfoILWkWhQPLXfwmFJC2ON9 BLNb6IET6ZukqBskd0PbI5DjNp/go7y8rddHodlY= Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v3J8cR5k021945; Wed, 19 Apr 2017 03:38:27 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.294.0; Wed, 19 Apr 2017 03:38:27 -0500 Received: from psplinux063.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v3J8cPJ0031453; Wed, 19 Apr 2017 03:38:25 -0500 From: Sekhar Nori To: "David S . Miller" CC: Grygorii Strashko , Linux OMAP Mailing List , Linux netdev Mailing List Subject: [PATCH] MAINTAINERS: update entry for TI's CPSW driver Date: Wed, 19 Apr 2017 14:08:24 +0530 Message-ID: <8c950dd8642b7b8d778da36ea944674c9cab587c.1492590838.git.nsekhar@ti.com> X-Mailer: git-send-email 2.9.0 MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Mugunthan V N, who was reviewing TI's CPSW driver patches is not working for TI anymore and wont be reviewing patches for that driver. Drop Mugunthan as the maintiainer for this driver. Grygorii continues to be a reviewer. Dave Miller applies the patches directly and adding a maintainer is actually misleading since get_maintainer.pl script stops suggesting that Dave Miller be copied. Signed-off-by: Sekhar Nori --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 860dacbb5be3..c6d89f004e25 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12684,7 +12684,6 @@ F: drivers/clk/ti/ F: include/linux/clk/ti.h TI ETHERNET SWITCH DRIVER (CPSW) -M: Mugunthan V N R: Grygorii Strashko L: linux-omap@vger.kernel.org L: netdev@vger.kernel.org