From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 12 Dec 2013 13:46:10 -0700 From: Bjorn Helgaas To: linux-pci@vger.kernel.org, Richard Zhu , Thomas Petazzoni , Magnus Damm Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-tegra@vger.kernel.org, linux-sh@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Jingoo Han , Shawn Guo , Jason Cooper , Thierry Reding , Simon Horman , Magnus Damm , Valentine Barshak , Wei Yongjun , Wei Yongjun , Kuninori Morimoto Subject: [PATCH v2] MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainers Message-ID: <20131212204610.GK4699@google.com> References: <20131211183237.GI4699@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20131211183237.GI4699@google.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: [+cc Thomas] On Wed, Dec 11, 2013 at 11:32:37AM -0700, Bjorn Helgaas wrote: > If this looks reasonable, I'll merge it via the PCI tree for v3.13. OK, here's another try. I'm not actually trying to nominate anybody; I just tried to write down the list we came up with in an earlier discussion [1]. I'd like confirmation from the following people that they approve of being listed here: Richard Zhu (IMX6) Thomas Petazzoni (MVEBU) Magnus Damm (R-CAR) I think everybody else listed has already said they approve. [1] http://lkml.kernel.org/r/CAErSpo5tN==4nSv2u3SUBe_L4VsWn4P7TN+LtrC172Qj1vhtog@mail.gmail.com MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainers From: Bjorn Helgaas Add entries for PCI host controller drivers in drivers/pci/host/. Signed-off-by: Mohit Kumar (DesignWare) Signed-off-by: Pratyush Anand (DesignWare) Signed-off-by: Bjorn Helgaas Acked-by: Simon Horman (R-CAR) Acked-by: Jason Cooper (MVEBU) Acked-by: Jingoo Han Acked-by: Thierry Reding --- MAINTAINERS | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 8285ed4676b6..1c5dc36ec522 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6449,19 +6449,53 @@ F: drivers/pci/ F: include/linux/pci* F: arch/x86/pci/ +PCI DRIVER FOR IMX6 +M: Richard Zhu +M: Shawn Guo +L: linux-pci@vger.kernel.org +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +S: Maintained +F: drivers/pci/host/*imx6* + +PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support) +M: Thomas Petazzoni +M: Jason Cooper +L: linux-pci@vger.kernel.org +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +S: Maintained +F: drivers/pci/host/*mvebu* + PCI DRIVER FOR NVIDIA TEGRA M: Thierry Reding L: linux-tegra@vger.kernel.org +L: linux-pci@vger.kernel.org S: Supported F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt F: drivers/pci/host/pci-tegra.c +PCI DRIVER FOR RENESAS R-CAR +M: Simon Horman +M: Magnus Damm +L: linux-pci@vger.kernel.org +L: linux-sh@vger.kernel.org +S: Maintained +F: drivers/pci/host/*rcar* + PCI DRIVER FOR SAMSUNG EXYNOS M: Jingoo Han L: linux-pci@vger.kernel.org +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) S: Maintained F: drivers/pci/host/pci-exynos.c +PCI DRIVER FOR SYNOPSIS DESIGNWARE +M: Mohit Kumar +M: Jingoo Han +L: linux-pci@vger.kernel.org +S: Maintained +F: drivers/pci/host/*designware* + PCMCIA SUBSYSTEM P: Linux PCMCIA Team L: linux-pcmcia@lists.infradead.org