diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-29 13:17:59 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-29 13:17:59 -0400 |
commit | a217656cb26c5b7ebe9900354b2e808c1f74b470 (patch) | |
tree | 37679bb7f1cebf927bac353b42e6bda8b4e7c63e /MAINTAINERS | |
parent | 8f45c1a58a25c3a1a2f42521445e1e786c4c0b92 (diff) | |
parent | a53edac131cadee317e7e36a5908bb4c71d874cd (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6: (21 commits)
pciehp: fix error message about getting hotplug control
pci/irq: let pci_device_shutdown to call pci_msi_shutdown v2
pci/irq: restore mask_bits in msi shutdown -v3
doc: replace yet another dev with pdev for consistency in DMA-mapping.txt
PCI: don't expose struct pci_vpd to userspace
doc: fix an incorrect suggestion to pass NULL for PCI like buses
Consistently use pdev as the variable of type struct pci_dev *.
pciehp: Fix command write
shpchp: fix slot name
make pciehp_acpi_get_hp_hw_control_from_firmware()
pciehp: Clean up pcie_init()
pciehp: Mask hotplug interrupt at controller release
pciehp: Remove useless hotplug interrupt enabling
pciehp: Fix wrong slot capability check
pciehp: Fix wrong slot control register access
pciehp: Add missing memory barrier
pciehp: Fix interrupt event handlig
pciehp: fix slot name
Update MAINTAINERS with location of PCI tree
PCI: Add Intel SCH PCI IDs
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d103766f3b40..c4e5b5dec154 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -3114,6 +3114,7 @@ P: Jesse Barnes | |||
3114 | M: jbarnes@virtuousgeek.org | 3114 | M: jbarnes@virtuousgeek.org |
3115 | L: linux-kernel@vger.kernel.org | 3115 | L: linux-kernel@vger.kernel.org |
3116 | L: linux-pci@atrey.karlin.mff.cuni.cz | 3116 | L: linux-pci@atrey.karlin.mff.cuni.cz |
3117 | T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git | ||
3117 | S: Supported | 3118 | S: Supported |
3118 | 3119 | ||
3119 | PCI HOTPLUG CORE | 3120 | PCI HOTPLUG CORE |