From patchwork Tue Sep 11 12:06:30 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joao Pinto X-Patchwork-Id: 10595603 X-Patchwork-Delegate: bhelgaas@google.com 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 D15DC920 for ; Tue, 11 Sep 2018 12:06:37 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BBD3128BE4 for ; Tue, 11 Sep 2018 12:06:37 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id ADFEF29287; Tue, 11 Sep 2018 12:06:37 +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=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI 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 502DE28BE4 for ; Tue, 11 Sep 2018 12:06:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726622AbeIKRFi (ORCPT ); Tue, 11 Sep 2018 13:05:38 -0400 Received: from smtprelay2.synopsys.com ([198.182.60.111]:50584 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726612AbeIKRFi (ORCPT ); Tue, 11 Sep 2018 13:05:38 -0400 Received: from mailhost.synopsys.com (mailhost1.synopsys.com [10.12.238.239]) by smtprelay.synopsys.com (Postfix) with ESMTP id 3E7F410C0EE8; Tue, 11 Sep 2018 05:06:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synopsys.com; s=mail; t=1536667596; bh=je6NQKqWF0FgI0oxeV+NWAQKR7FhObcWYSxcBu/yMsw=; h=From:To:Cc:Subject:Date:From; b=MKR6ok61ln7D1MYiMpwqfRvf+3/0gIs9NG03AEd2f7noKJdbLW1Vv7M2pPIgJB1sb 2s3cv2HSkpG/o2JAZMM9CLy0WiLW1is0dReBd4gjL8rAXTcDMCupAVkEjuG9Jyt7as 9RUVZ42jTcMFjdf0qX9uwoYBvGsHBTRJG17fyDyRylXeR5YudcqtoxIgnVljA5FEiV RialKPbMGkZttOcmv5mZULK9I9WM7gXkH/lYpuWcRHg3D63a0do+Q69qoBAwUNwPXd ZmJ1/MWQ5y1o4pDB9Q1bztEC/sDEaLEGHbPIYxV9GV8zY2NAcWj6VZWRvDvd6BmeuP Ol24YuJmk2x1A== Received: from jpinto-box.internal.synopsys.com (jpinto-e7440.internal.synopsys.com [10.107.19.76]) by mailhost.synopsys.com (Postfix) with ESMTP id 82E1353F8; Tue, 11 Sep 2018 05:06:34 -0700 (PDT) From: Joao Pinto To: bhelgaas@google.com, lorenzo.pieralisi@arm.com Cc: gustavo.pimentel@synopsys.com, jingoohan1@gmail.com, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Joao Pinto Subject: [PATCH] PCI: designware: Change maintainer to Gustavo Pimentel Date: Tue, 11 Sep 2018 13:06:30 +0100 Message-Id: X-Mailer: git-send-email 2.9.3 Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Currently I am managing the Synopsys drivers & tools team (full-time) and so I am passing the pcie-designware maintenance to Gustavo. Signed-off-by: Joao Pinto CC: Gustavo Pimentel CC: Jingoo Han --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index a5b256b..e5e8984 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11153,7 +11153,7 @@ F: drivers/pci/controller/dwc/pci-exynos.c PCI DRIVER FOR SYNOPSYS DESIGNWARE M: Jingoo Han -M: Joao Pinto +M: Gustavo Pimentel L: linux-pci@vger.kernel.org S: Maintained F: Documentation/devicetree/bindings/pci/designware-pcie.txt