diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2013-12-11 12:40:59 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2013-12-11 12:40:59 -0500 |
commit | f0b75693cbb26439ba959ba7d3b4f43e2fcf3da6 (patch) | |
tree | cc923bac7b998c0a89b5a11fec33f110c48d0a00 /MAINTAINERS | |
parent | 4fc9bbf98fd66f879e628d8537ba7c240be2b58e (diff) |
MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainers
Add entries for PCI host controller drivers in drivers/pci/host/.
Signed-off-by: Mohit Kumar <mohit.kumar@st.com> # DESIGNWARE
Signed-off-by: Pratyush Anand <pratyush.anand@st.com> # DESIGNWARE
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au> # R-CAR
Double-Plus-Acked-by: Jason Cooper <jason@lakedaemon.net> # MVEBU
Acked-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Richard Zhu <r65037@freescale.com> # IMX6
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8285ed4676b6..624e6516fdd3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -6449,19 +6449,52 @@ F: drivers/pci/ | |||
6449 | F: include/linux/pci* | 6449 | F: include/linux/pci* |
6450 | F: arch/x86/pci/ | 6450 | F: arch/x86/pci/ |
6451 | 6451 | ||
6452 | PCI DRIVER FOR IMX6 | ||
6453 | M: Richard Zhu <r65037@freescale.com> | ||
6454 | M: Shawn Guo <shawn.guo@linaro.org> | ||
6455 | L: linux-pci@vger.kernel.org | ||
6456 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
6457 | S: Maintained | ||
6458 | F: drivers/pci/host/*imx6* | ||
6459 | |||
6460 | PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support) | ||
6461 | M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||
6462 | M: Jason Cooper <jason@lakedaemon.net> | ||
6463 | L: linux-pci@vger.kernel.org | ||
6464 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
6465 | S: Maintained | ||
6466 | F: drivers/pci/host/*mvebu* | ||
6467 | |||
6452 | PCI DRIVER FOR NVIDIA TEGRA | 6468 | PCI DRIVER FOR NVIDIA TEGRA |
6453 | M: Thierry Reding <thierry.reding@gmail.com> | 6469 | M: Thierry Reding <thierry.reding@gmail.com> |
6454 | L: linux-tegra@vger.kernel.org | 6470 | L: linux-tegra@vger.kernel.org |
6471 | L: linux-pci@vger.kernel.org | ||
6455 | S: Supported | 6472 | S: Supported |
6456 | F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt | 6473 | F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt |
6457 | F: drivers/pci/host/pci-tegra.c | 6474 | F: drivers/pci/host/pci-tegra.c |
6458 | 6475 | ||
6476 | PCI DRIVER FOR RENESAS R-CAR | ||
6477 | M: Simon Horman <horms@verge.net.au> | ||
6478 | L: linux-pci@vger.kernel.org | ||
6479 | L: linux-sh@vger.kernel.org | ||
6480 | S: Maintained | ||
6481 | F: drivers/pci/host/*rcar* | ||
6482 | |||
6459 | PCI DRIVER FOR SAMSUNG EXYNOS | 6483 | PCI DRIVER FOR SAMSUNG EXYNOS |
6460 | M: Jingoo Han <jg1.han@samsung.com> | 6484 | M: Jingoo Han <jg1.han@samsung.com> |
6461 | L: linux-pci@vger.kernel.org | 6485 | L: linux-pci@vger.kernel.org |
6486 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
6487 | L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) | ||
6462 | S: Maintained | 6488 | S: Maintained |
6463 | F: drivers/pci/host/pci-exynos.c | 6489 | F: drivers/pci/host/pci-exynos.c |
6464 | 6490 | ||
6491 | PCI DRIVER FOR SYNOPSIS DESIGNWARE | ||
6492 | M: Mohit Kumar <mohit.kumar@st.com> | ||
6493 | M: Jingoo Han <jg1.han@samsung.com> | ||
6494 | L: linux-pci@vger.kernel.org | ||
6495 | S: Maintained | ||
6496 | F: drivers/pci/host/*designware* | ||
6497 | |||
6465 | PCMCIA SUBSYSTEM | 6498 | PCMCIA SUBSYSTEM |
6466 | P: Linux PCMCIA Team | 6499 | P: Linux PCMCIA Team |
6467 | L: linux-pcmcia@lists.infradead.org | 6500 | L: linux-pcmcia@lists.infradead.org |