aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2013-12-15 14:45:27 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2013-12-15 14:45:27 -0500
commit9199c4caa1315c31d160abbd166df0b9a9e8551e (patch)
tree3f0dea86d44a4aa20695d99faa6f170b68e0f51d /MAINTAINERS
parentb5745c59627854afb3cd3f3860ee6f4571e2b633 (diff)
parentf0b75693cbb26439ba959ba7d3b4f43e2fcf3da6 (diff)
Merge tag 'pci-v3.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Pull PCI updates from Bjorn Helgaas: "PCI device hotplug - Move device_del() from pci_stop_dev() to pci_destroy_dev() (Rafael Wysocki) Host bridge drivers - Update maintainers for DesignWare, i.MX6, Armada, R-Car (Bjorn Helgaas) - mvebu: Return 'unsupported' for Interrupt Line and Interrupt Pin (Jason Gunthorpe) Miscellaneous - Avoid unnecessary CPU switch when calling .probe() (Alexander Duyck) - Revert "workqueue: allow work_on_cpu() to be called recursively" (Bjorn Helgaas) - Disable Bus Master only on kexec reboot (Khalid Aziz) - Omit PCI ID macro strings to shorten quirk names for LTO (Michal Marek)" * tag 'pci-v3.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci: MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainers PCI: Disable Bus Master only on kexec reboot PCI: mvebu: Return 'unsupported' for Interrupt Line and Interrupt Pin PCI: Omit PCI ID macro strings to shorten quirk names PCI: Move device_del() from pci_stop_dev() to pci_destroy_dev() Revert "workqueue: allow work_on_cpu() to be called recursively" PCI: Avoid unnecessary CPU switch when calling driver .probe() method
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS33
1 files changed, 33 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 00b655f117a7..94e3223b2bf4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6465,19 +6465,52 @@ F: drivers/pci/
6465F: include/linux/pci* 6465F: include/linux/pci*
6466F: arch/x86/pci/ 6466F: arch/x86/pci/
6467 6467
6468PCI DRIVER FOR IMX6
6469M: Richard Zhu <r65037@freescale.com>
6470M: Shawn Guo <shawn.guo@linaro.org>
6471L: linux-pci@vger.kernel.org
6472L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6473S: Maintained
6474F: drivers/pci/host/*imx6*
6475
6476PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
6477M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6478M: Jason Cooper <jason@lakedaemon.net>
6479L: linux-pci@vger.kernel.org
6480L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6481S: Maintained
6482F: drivers/pci/host/*mvebu*
6483
6468PCI DRIVER FOR NVIDIA TEGRA 6484PCI DRIVER FOR NVIDIA TEGRA
6469M: Thierry Reding <thierry.reding@gmail.com> 6485M: Thierry Reding <thierry.reding@gmail.com>
6470L: linux-tegra@vger.kernel.org 6486L: linux-tegra@vger.kernel.org
6487L: linux-pci@vger.kernel.org
6471S: Supported 6488S: Supported
6472F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt 6489F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
6473F: drivers/pci/host/pci-tegra.c 6490F: drivers/pci/host/pci-tegra.c
6474 6491
6492PCI DRIVER FOR RENESAS R-CAR
6493M: Simon Horman <horms@verge.net.au>
6494L: linux-pci@vger.kernel.org
6495L: linux-sh@vger.kernel.org
6496S: Maintained
6497F: drivers/pci/host/*rcar*
6498
6475PCI DRIVER FOR SAMSUNG EXYNOS 6499PCI DRIVER FOR SAMSUNG EXYNOS
6476M: Jingoo Han <jg1.han@samsung.com> 6500M: Jingoo Han <jg1.han@samsung.com>
6477L: linux-pci@vger.kernel.org 6501L: linux-pci@vger.kernel.org
6502L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6503L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
6478S: Maintained 6504S: Maintained
6479F: drivers/pci/host/pci-exynos.c 6505F: drivers/pci/host/pci-exynos.c
6480 6506
6507PCI DRIVER FOR SYNOPSIS DESIGNWARE
6508M: Mohit Kumar <mohit.kumar@st.com>
6509M: Jingoo Han <jg1.han@samsung.com>
6510L: linux-pci@vger.kernel.org
6511S: Maintained
6512F: drivers/pci/host/*designware*
6513
6481PCMCIA SUBSYSTEM 6514PCMCIA SUBSYSTEM
6482P: Linux PCMCIA Team 6515P: Linux PCMCIA Team
6483L: linux-pcmcia@lists.infradead.org 6516L: linux-pcmcia@lists.infradead.org