diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-12-15 14:45:27 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-12-15 14:45:27 -0500 |
commit | 9199c4caa1315c31d160abbd166df0b9a9e8551e (patch) | |
tree | 3f0dea86d44a4aa20695d99faa6f170b68e0f51d /MAINTAINERS | |
parent | b5745c59627854afb3cd3f3860ee6f4571e2b633 (diff) | |
parent | f0b75693cbb26439ba959ba7d3b4f43e2fcf3da6 (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-- | MAINTAINERS | 33 |
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/ | |||
6465 | F: include/linux/pci* | 6465 | F: include/linux/pci* |
6466 | F: arch/x86/pci/ | 6466 | F: arch/x86/pci/ |
6467 | 6467 | ||
6468 | PCI DRIVER FOR IMX6 | ||
6469 | M: Richard Zhu <r65037@freescale.com> | ||
6470 | M: Shawn Guo <shawn.guo@linaro.org> | ||
6471 | L: linux-pci@vger.kernel.org | ||
6472 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
6473 | S: Maintained | ||
6474 | F: drivers/pci/host/*imx6* | ||
6475 | |||
6476 | PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support) | ||
6477 | M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||
6478 | M: Jason Cooper <jason@lakedaemon.net> | ||
6479 | L: linux-pci@vger.kernel.org | ||
6480 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
6481 | S: Maintained | ||
6482 | F: drivers/pci/host/*mvebu* | ||
6483 | |||
6468 | PCI DRIVER FOR NVIDIA TEGRA | 6484 | PCI DRIVER FOR NVIDIA TEGRA |
6469 | M: Thierry Reding <thierry.reding@gmail.com> | 6485 | M: Thierry Reding <thierry.reding@gmail.com> |
6470 | L: linux-tegra@vger.kernel.org | 6486 | L: linux-tegra@vger.kernel.org |
6487 | L: linux-pci@vger.kernel.org | ||
6471 | S: Supported | 6488 | S: Supported |
6472 | F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt | 6489 | F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt |
6473 | F: drivers/pci/host/pci-tegra.c | 6490 | F: drivers/pci/host/pci-tegra.c |
6474 | 6491 | ||
6492 | PCI DRIVER FOR RENESAS R-CAR | ||
6493 | M: Simon Horman <horms@verge.net.au> | ||
6494 | L: linux-pci@vger.kernel.org | ||
6495 | L: linux-sh@vger.kernel.org | ||
6496 | S: Maintained | ||
6497 | F: drivers/pci/host/*rcar* | ||
6498 | |||
6475 | PCI DRIVER FOR SAMSUNG EXYNOS | 6499 | PCI DRIVER FOR SAMSUNG EXYNOS |
6476 | M: Jingoo Han <jg1.han@samsung.com> | 6500 | M: Jingoo Han <jg1.han@samsung.com> |
6477 | L: linux-pci@vger.kernel.org | 6501 | L: linux-pci@vger.kernel.org |
6502 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
6503 | L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) | ||
6478 | S: Maintained | 6504 | S: Maintained |
6479 | F: drivers/pci/host/pci-exynos.c | 6505 | F: drivers/pci/host/pci-exynos.c |
6480 | 6506 | ||
6507 | PCI DRIVER FOR SYNOPSIS DESIGNWARE | ||
6508 | M: Mohit Kumar <mohit.kumar@st.com> | ||
6509 | M: Jingoo Han <jg1.han@samsung.com> | ||
6510 | L: linux-pci@vger.kernel.org | ||
6511 | S: Maintained | ||
6512 | F: drivers/pci/host/*designware* | ||
6513 | |||
6481 | PCMCIA SUBSYSTEM | 6514 | PCMCIA SUBSYSTEM |
6482 | P: Linux PCMCIA Team | 6515 | P: Linux PCMCIA Team |
6483 | L: linux-pcmcia@lists.infradead.org | 6516 | L: linux-pcmcia@lists.infradead.org |