From patchwork Wed Aug 29 14:31:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Ferre X-Patchwork-Id: 10580403 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 693F9139B for ; Wed, 29 Aug 2018 14:33:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 56C2D2A72D for ; Wed, 29 Aug 2018 14:33:46 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 497C62ABDF; Wed, 29 Aug 2018 14:33:46 +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,RCVD_IN_DNSWL_NONE 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 E424E2A72D for ; Wed, 29 Aug 2018 14:33:45 +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=rYmWAFsEhsbnpkkj+N4qeq7gZdROsG3QLjtRdyzaTFA=; b=sBJcI2SgoI8+6c PCB4AIRtpENpt1/0P+JivvWZj+GnbK6ldyyvBAR9ama5k72XFCFjwQfu6CArM0+d6jg4e1VidJyTA WdH+5l0CG6YJLl3HV3ASnrkGhjefCVi/iHzlvUaEUNM05GFS1XELiu9wSUJx6VmYQ8ZbZTczL9357 4sJ9nLLrpatzMxQpbrt8S0qYSY4+cOzuORVCZvWotu7QcTMww4tS9zOM6udKwuL+9+pT2u1UXUeb0 hVqrnx9E1XXTSXDAhShbQWpY4u9FsX7zyDxPODeie7Pw9XiRHBYCQ/aT/u5/7ZEzioJwUVPrriiXh Dx5tKrQ2TBhW740Y4Z3A==; 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 1fv1XL-0004kU-0S; Wed, 29 Aug 2018 14:33:35 +0000 Received: from esa2.microchip.iphmx.com ([68.232.149.84]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fv1Vt-00044g-O1 for linux-arm-kernel@lists.infradead.org; Wed, 29 Aug 2018 14:32:07 +0000 X-IronPort-AV: E=Sophos;i="5.53,303,1531810800"; d="scan'208";a="18915829" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa2.microchip.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 29 Aug 2018 07:31:51 -0700 Received: from tenerife.corp.atmel.com (10.10.76.4) by chn-sv-exch03.mchp-main.com (10.10.76.49) with Microsoft SMTP Server id 14.3.352.0; Wed, 29 Aug 2018 07:31:50 -0700 From: Nicolas Ferre To: Alexandre Belloni , , Ludovic Desroches Subject: [PATCH 00/11] MAINTAINERS: update of of some Microchip entries Date: Wed, 29 Aug 2018 16:31:36 +0200 Message-ID: X-Mailer: git-send-email 2.15.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180829_073205_878949_4F87294D X-CRM114-Status: UNSURE ( 7.76 ) 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: linux-kernel@vger.kernel.org, Boris BREZILLON , Cristian Birsan , Eugen Hristev , Codrin Ciubotariu , Claudiu Beznea , linux-arm-kernel@lists.infradead.org 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 Hi, This is an update of most of Microchip MAINTAINERS' entries. I took advantage of the addition of Ludovic as co-maintainer to go through some of the entries that were outdated. There are moves of entries in the 3 last patches of this series. You can drop them if they introduce too much headaches while updating this MAINTAINERS file. Series based on v4.19-rc1. Nicolas Ferre (11): MAINTAINERS: ARM: at91: add co-maintainer for ARM/Microchip MAINTAINERS: update entry for Microchip NAND driver support MAINTAINERS: media: change Microchip ISI, ISC maintainers MAINTAINERS: ASoC: change maintainer for Microchip ALSA drivers MAINTAINERS: USB: change maintainer for Microchip USBA gadget driver MAINTAINERS: dmaengine: add files to Microchip dma entry MAINTAINERS: pwm: add entry for Microchip pwm driver MAINTAINERS: iio: add co-maintainer to SAMA5D2-compatible ADC driver MAINTAINERS: remove the / ATMEL string from MICROCHIP entries MAINTAINERS: move former ATMEL entries to proper MICROCHIP location MAINTAINERS: sdhci: move the Microchip entry to proper location MAINTAINERS | 196 ++++++++++++++++++++++++++++------------------------ 1 file changed, 105 insertions(+), 91 deletions(-)