summaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug
AgeCommit message (Expand)AuthorFilesLines
2008-04-21PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison34-480/+480
2008-04-21PCI: Hotplug: fakephp: Return success, not ENODEV, when bus rescan is triggeredTrent Piepho1-1/+1
2008-04-21PCI: Hotplug: Fix leaks in IBM Hot Plug Controller Driver - ibmphp_init_devno()Jesper Juhl1-1/+5
2008-04-21PCI Hotplug: the ibm driver is not dependant on PCI_LEGACYGreg Kroah-Hartman1-1/+1
2008-04-21PCI Hotplug: make cpcihp driver use modern apisGreg Kroah-Hartman2-2/+8
2008-03-18pciehp: don't enable slot unless forcedMark Lord1-1/+1
2008-03-11PCI Hotplug: Fix small mem leak in IBM Hot Plug Controller DriverJesper Juhl1-0/+1
2008-03-05pci: hotplug: pciehp: fix error code path in hpc_power_off_slotKenji Kaneshige1-2/+3
2008-03-05PCI: fix section mismatch warning in pci_scan_child_busSam Ravnborg4-4/+4
2008-02-22PCI: don't load acpi_php when acpi is disabledYinghai Lu1-0/+6
2008-02-22PCI: hotplug: acpiphp_ibm: Remove get device informationGary Hade1-16/+17
2008-02-02PCI: Fix fakephp deadlockIan Abbott1-4/+35
2008-02-02pciehp: block new requests from the device before power offKenji Kaneshige1-12/+21
2008-02-02pciehp: workaround against Bad DLLP during power offKenji Kaneshige1-0/+45
2008-02-02pciehp: wait for 1000ms before LED operation after power offKenji Kaneshige2-12/+7
2008-02-02PCI: Spelling fixesJoe Perches1-1/+1
2008-02-02PCI Hotplug: PCIeHP: Fix some whitespace damageRolf Eike Beer1-2/+1
2008-02-02PCI Hotplug: pciehp: use generic function to find ext capabilityKenji Kaneshige1-6/+1
2008-02-02PCI Hotplug: pciehp: remove needless hp_slot calculationKenji Kaneshige1-11/+2
2008-02-02PCI Hotplug: pciehp: remove needless members from struct controllerKenji Kaneshige2-13/+3
2008-02-02PCI Hotplug: acpiphp: remove unneeded acpi_get_name function callMUNEDA Takahiro1-1/+0
2008-02-02PCI Hotplug: acpiphp: fix trivial typosMUNEDA Takahiro1-2/+2
2008-02-02PCIe: fix double initialization bugMark Lord3-54/+69
2008-02-02PCIE: Make use of the previously split out pcie_init_enable_events() functionMark Lord3-1/+20
2008-02-02PCI: more fixes for PCIe Hotplug so that it works with ExpressCard slots on D...Mark Lord1-81/+104
2008-02-02PCIE: fix PCIe Hotplug so that it works with ExpressCard slots on Dell notebo...Mark Lord3-1/+6
2008-02-02PCI: Add missing "space" in printk messagesJoe Perches1-1/+1
2008-02-02pci hotplug: fix rpaphp directory namingLinas Vepstas3-38/+24
2008-02-02PCI: hotplug: Link fakephp lastAlex Chiang1-1/+3
2008-02-02PCI: hotplug: pci_hotplug_core whitespace fixAlex Chiang1-1/+1
2008-02-02PCI: hotplug: acpiphp: Remove unused variable from acpiphpAlex Chiang1-1/+0
2008-02-02PCI: hotplug: remove ExperimentalKristen Carlson Accardi1-2/+2
2008-02-02PCI: hotplug: Switch to pci_get_bus_and_slotJoonwoo Park1-4/+7
2008-01-31Merge branch 'linux-2.6'Paul Mackerras3-90/+66
2008-01-25Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2-3/+3
2008-01-25driver core: add way to get to bus ksetGreg Kroah-Hartman1-1/+4
2008-01-25Kobject: change drivers/pci/hotplug/pci_hotplug_core.c to use kobject_init_an...Greg Kroah-Hartman1-7/+7
2008-01-25kobject: clean up rpadlpar horrid sysfs abuseGreg Kroah-Hartman1-69/+43
2008-01-25kset: convert pci hotplug to use kset_create_and_addGreg Kroah-Hartman3-15/+14
2008-01-25kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2-4/+4
2007-12-20[POWERPC] Merge PCI resource fixupsBenjamin Herrenschmidt1-1/+1
2007-11-29pci hotplug: kernel-doc fixesRandy Dunlap12-169/+169
2007-11-06PCI: Add Kconfig option to disable deprecated pci_find_* APIJeff Garzik1-3/+3
2007-11-06PCI Hotplug: cpqhp_pushbutton_thread(): remove a pointless if() checkAdrian Bunk1-9/+7
2007-10-15Get rid of unused variable warning in drivers/pci/hotplug/pci_hotplug_core.cLinus Torvalds1-2/+0
2007-10-13Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds7-280/+124
2007-10-13cpqphp: Use PCI_CLASS_REVISION instead of PCI_REVISION_ID for readAuke Kok1-1/+1
2007-10-13pci: hotplug: cpqphp: convert to kthread infrastructureChristoph Hellwig1-48/+21
2007-10-13pci: hotplug: ibmphp: convert to kthreadKristen Carlson Accardi1-45/+12
2007-10-13pciehp: minor cleanups for pciehp_hpc.cKenji Kaneshige1-21/+26