From: Greg KH To: torvalds@osdl.org, akpm@osdl.org Cc: linux-kernel@vger.kernel.org Subject: [BK PATCH] PCI update for 2.6.2-rc2 Hi, Here are some PCI and PCI hotplug patches for 2.6.2-rc2. There's a few misc pci patches in here for different platforms (mips and ppc64) and a few pci hotplug bug fixes. There's also a big pci.ids update that is the majority of the patch. Please pull from: bk://kernel.bkbits.net/gregkh/linux/pci-2.6 thanks, greg k-h p.s. I'll send these as patches in response to this email to lkml for those who want to see them. drivers/pci/bus.c | 2 drivers/pci/gen-devlist.c | 16 drivers/pci/hotplug/acpiphp.h | 5 drivers/pci/hotplug/acpiphp_core.c | 30 - drivers/pci/hotplug/acpiphp_glue.c | 51 + drivers/pci/hotplug/acpiphp_pci.c | 6 drivers/pci/hotplug/acpiphp_res.c | 3 drivers/pci/hotplug/cpcihp_zt5550.c | 2 drivers/pci/hotplug/pci_hotplug.h | 6 drivers/pci/hotplug/pci_hotplug_core.c | 44 + drivers/pci/hotplug/pcihp_skeleton.c | 8 drivers/pci/names.c | 3 drivers/pci/pci-sysfs.c | 1 drivers/pci/pci.ids | 961 ++++++++++++++++++++++++--------- drivers/pci/probe.c | 199 ++++-- drivers/pci/search.c | 38 + include/linux/pci.h | 34 - 17 files changed, 1043 insertions(+), 366 deletions(-) ----- : o PCI Hotplug: Fixup pcihp_skeleton.c : o PCI: Allow pci hotplug drivers to initialize individual devices : o PCI: pci.ids update o PCI: name length change : o PCI hotplug: pcihp_zt5550.c ioremap/iounmap audit Greg Kroah-Hartman: o PCI: fix compiler warning in probe.c cause by PPC patch o PCI: add .owner field to the config sysfs file to be "correct" Linda Xie: o PCI Hotplug: add unlimited PHP slot name lengths support Martin Hicks: o PCI Hotplug: Trivial warning fix Matthew Dobson: o PCI: add pci_bus sysfs class Matthew Wilcox: o PCI: fix pci_get_slot() bug o PCI: add pci_get_slot() function o PCI Hotplug: Better reporting of PCI frequency / bus mode problems for acpi driver Ralf Bächle: o PCI: fix probing for some mips systems Russell King: o Prevent PCI driver registration failure oopsing Takayoshi Kochi: o PCI Hotplug: add address file and fix acpiphp bugs