From patchwork Wed Oct 16 12:02:49 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 1177842 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-pci-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=verge.net.au Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 46tWCb2hwwz9sP3 for ; Wed, 16 Oct 2019 23:03:23 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731938AbfJPMDW (ORCPT ); Wed, 16 Oct 2019 08:03:22 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:60972 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729585AbfJPMDV (ORCPT ); Wed, 16 Oct 2019 08:03:21 -0400 Received: from penelope.horms.nl (ip4dab7138.direct-adsl.nl [77.171.113.56]) by kirsty.vergenet.net (Postfix) with ESMTPA id 744E725AD78; Wed, 16 Oct 2019 23:03:19 +1100 (AEDT) Received: by penelope.horms.nl (Postfix, from userid 7100) id 577F0E2248D; Wed, 16 Oct 2019 14:03:17 +0200 (CEST) From: Simon Horman To: Lorenzo Pieralisi , Marek Vasut , Yoshihiro Shimoda Cc: Bjorn Helgaas , Magnus Damm , Kuninori Morimoto , Geert Uytterhoeven , linux-pci@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Simon Horman Subject: [PATCH] MAINTAINERS: Add Marek and Shimoda-san as R-Car PCIE co-maintainers Date: Wed, 16 Oct 2019 14:02:49 +0200 Message-Id: <20191016120249.16776-1-horms@verge.net.au> X-Mailer: git-send-email 2.11.0 Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org At the end of the v5.3 upstream development cycle I stepped down from my role at Renesas. Pass maintainership of the R-Car PCIE to Marek and Shimoda-san. Signed-off-by: Simon Horman Acked-by: Yoshihiro Shimoda Acked-by: Marek Vasut --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 783569e3c4b4..b61ade7afd64 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12337,7 +12337,8 @@ F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt F: drivers/pci/controller/pci-tegra.c PCI DRIVER FOR RENESAS R-CAR -M: Simon Horman +M: Marek Vasut +M: Yoshihiro Shimoda L: linux-pci@vger.kernel.org L: linux-renesas-soc@vger.kernel.org S: Maintained