aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-05-21 19:24:54 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2012-05-21 19:24:54 -0400
commit3bb07f1b73ea6313b843807063e183e168c9182a (patch)
treef0e2ab77b8bc993a843a0edede00668c589863cc /MAINTAINERS
parent6326c71fd2fb3bef5fa33951479298b683da35fe (diff)
parent5420e46d4d79bcd5d5952df98d022c8412385d32 (diff)
Merge tag 'pci-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Pull PCI changes from Bjorn Helgaas: - Host bridge cleanups from Yinghai - Disable Bus Master bit on PCI device shutdown (kexec-related) - Stratus ftServer fix - pci_dev_reset() locking fix - IvyBridge graphics erratum workaround * tag 'pci-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci: (21 commits) microblaze/PCI: fix "io_offset undeclared" error x86/PCI: only check for spinlock being held in SMP kernels resources: add resource_overlaps() PCI: fix uninitialized variable 'cap_mask' MAINTAINERS: update PCI git tree and patchwork PCI: disable Bus Master on PCI device shutdown PCI: work around IvyBridge internal graphics FLR erratum x86/PCI: fix unused variable warning in amd_bus.c PCI: move mutex locking out of pci_dev_reset function PCI: work around Stratus ftServer broken PCIe hierarchy x86/PCI: merge pcibios_scan_root() and pci_scan_bus_on_node() x86/PCI: dynamically allocate pci_root_info for native host bridge drivers x86/PCI: embed pci_sysdata into pci_root_info on ACPI path x86/PCI: embed name into pci_root_info struct x86/PCI: add host bridge resource release for _CRS path x86/PCI: refactor get_current_resources() PCI: add host bridge release support PCI: add generic device into pci_host_bridge struct PCI: rename pci_host_bridge() to find_pci_root_bridge() x86/PCI: fix memleak with get_current_resources() ...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS10
1 files changed, 2 insertions, 8 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 490dd6e640ac..7560921a4e15 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5128,19 +5128,13 @@ F: Documentation/powerpc/eeh-pci-error-recovery.txt
5128PCI SUBSYSTEM 5128PCI SUBSYSTEM
5129M: Bjorn Helgaas <bhelgaas@google.com> 5129M: Bjorn Helgaas <bhelgaas@google.com>
5130L: linux-pci@vger.kernel.org 5130L: linux-pci@vger.kernel.org
5131Q: http://patchwork.kernel.org/project/linux-pci/list/ 5131Q: http://patchwork.ozlabs.org/project/linux-pci/list/
5132T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci.git 5132T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/linux.git
5133S: Supported 5133S: Supported
5134F: Documentation/PCI/ 5134F: Documentation/PCI/
5135F: drivers/pci/ 5135F: drivers/pci/
5136F: include/linux/pci* 5136F: include/linux/pci*
5137 5137
5138PCI HOTPLUG
5139M: Bjorn Helgaas <bhelgaas@google.com>
5140L: linux-pci@vger.kernel.org
5141S: Supported
5142F: drivers/pci/hotplug
5143
5144PCMCIA SUBSYSTEM 5138PCMCIA SUBSYSTEM
5145P: Linux PCMCIA Team 5139P: Linux PCMCIA Team
5146L: linux-pcmcia@lists.infradead.org 5140L: linux-pcmcia@lists.infradead.org