diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-05-21 19:24:54 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-05-21 19:24:54 -0400 |
commit | 3bb07f1b73ea6313b843807063e183e168c9182a (patch) | |
tree | f0e2ab77b8bc993a843a0edede00668c589863cc /MAINTAINERS | |
parent | 6326c71fd2fb3bef5fa33951479298b683da35fe (diff) | |
parent | 5420e46d4d79bcd5d5952df98d022c8412385d32 (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-- | MAINTAINERS | 10 |
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 | |||
5128 | PCI SUBSYSTEM | 5128 | PCI SUBSYSTEM |
5129 | M: Bjorn Helgaas <bhelgaas@google.com> | 5129 | M: Bjorn Helgaas <bhelgaas@google.com> |
5130 | L: linux-pci@vger.kernel.org | 5130 | L: linux-pci@vger.kernel.org |
5131 | Q: http://patchwork.kernel.org/project/linux-pci/list/ | 5131 | Q: http://patchwork.ozlabs.org/project/linux-pci/list/ |
5132 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci.git | 5132 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/linux.git |
5133 | S: Supported | 5133 | S: Supported |
5134 | F: Documentation/PCI/ | 5134 | F: Documentation/PCI/ |
5135 | F: drivers/pci/ | 5135 | F: drivers/pci/ |
5136 | F: include/linux/pci* | 5136 | F: include/linux/pci* |
5137 | 5137 | ||
5138 | PCI HOTPLUG | ||
5139 | M: Bjorn Helgaas <bhelgaas@google.com> | ||
5140 | L: linux-pci@vger.kernel.org | ||
5141 | S: Supported | ||
5142 | F: drivers/pci/hotplug | ||
5143 | |||
5144 | PCMCIA SUBSYSTEM | 5138 | PCMCIA SUBSYSTEM |
5145 | P: Linux PCMCIA Team | 5139 | P: Linux PCMCIA Team |
5146 | L: linux-pcmcia@lists.infradead.org | 5140 | L: linux-pcmcia@lists.infradead.org |