aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-29pciehp: fix error message about getting hotplug controlKenji Kaneshige1-1/+1
2008-04-25pciehp: Fix command writeKenji Kaneshige1-1/+4
2008-04-25shpchp: fix slot nameKenji Kaneshige1-2/+9
2008-04-25make pciehp_acpi_get_hp_hw_control_from_firmware()Adrian Bunk1-1/+1
2008-04-25pciehp: Clean up pcie_init()Kenji Kaneshige1-110/+88
2008-04-25pciehp: Mask hotplug interrupt at controller releaseKenji Kaneshige1-0/+4
2008-04-25pciehp: Remove useless hotplug interrupt enablingKenji Kaneshige1-46/+8
2008-04-25pciehp: Fix wrong slot capability checkKenji Kaneshige4-39/+39
2008-04-25pciehp: Fix wrong slot control register accessKenji Kaneshige1-112/+38
2008-04-25pciehp: Add missing memory barrierKenji Kaneshige1-0/+2
2008-04-25pciehp: Fix interrupt event handligKenji Kaneshige2-120/+29
2008-04-25pciehp: fix slot nameKenji Kaneshige1-2/+9
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison34-480/+480
2008-04-20PCI: Hotplug: fakephp: Return success, not ENODEV, when bus rescan is triggeredTrent Piepho1-1/+1
2008-04-20PCI: Hotplug: Fix leaks in IBM Hot Plug Controller Driver - ibmphp_init_devno()Jesper Juhl1-1/+5
2008-04-20PCI Hotplug: the ibm driver is not dependant on PCI_LEGACYGreg Kroah-Hartman1-1/+1
2008-04-20PCI Hotplug: make cpcihp driver use modern apisGreg Kroah-Hartman2-2/+8
2008-03-17pciehp: don't enable slot unless forcedMark Lord1-1/+1
2008-03-10PCI Hotplug: Fix small mem leak in IBM Hot Plug Controller DriverJesper Juhl1-0/+1
2008-03-04pci: hotplug: pciehp: fix error code path in hpc_power_off_slotKenji Kaneshige1-2/+3
2008-03-04PCI: fix section mismatch warning in pci_scan_child_busSam Ravnborg4-4/+4
2008-02-21PCI: don't load acpi_php when acpi is disabledYinghai Lu1-0/+6
2008-02-21PCI: hotplug: acpiphp_ibm: Remove get device informationGary Hade1-16/+17
2008-02-01PCI: Fix fakephp deadlockIan Abbott1-4/+35
2008-02-01pciehp: block new requests from the device before power offKenji Kaneshige1-12/+21
2008-02-01pciehp: workaround against Bad DLLP during power offKenji Kaneshige1-0/+45
2008-02-01pciehp: wait for 1000ms before LED operation after power offKenji Kaneshige2-12/+7
2008-02-01PCI: Spelling fixesJoe Perches1-1/+1
2008-02-01PCI Hotplug: PCIeHP: Fix some whitespace damageRolf Eike Beer1-2/+1
2008-02-01PCI Hotplug: pciehp: use generic function to find ext capabilityKenji Kaneshige1-6/+1
2008-02-01PCI Hotplug: pciehp: remove needless hp_slot calculationKenji Kaneshige1-11/+2
2008-02-01PCI Hotplug: pciehp: remove needless members from struct controllerKenji Kaneshige2-13/+3
2008-02-01PCI Hotplug: acpiphp: remove unneeded acpi_get_name function callMUNEDA Takahiro1-1/+0
2008-02-01PCI Hotplug: acpiphp: fix trivial typosMUNEDA Takahiro1-2/+2
2008-02-01PCIe: fix double initialization bugMark Lord3-54/+69
2008-02-01PCIE: Make use of the previously split out pcie_init_enable_events() functionMark Lord3-1/+20
2008-02-01PCI: more fixes for PCIe Hotplug so that it works with ExpressCard slots on Dell notebooks (and others?) in conjunction with modparam of pciehp_force=1Mark Lord1-81/+104
2008-02-01PCIE: fix PCIe Hotplug so that it works with ExpressCard slots on Dell notebooks (and others?) in conjunction with modparam of pciehp_force=1.Mark Lord3-1/+6
2008-02-01PCI: Add missing "space" in printk messagesJoe Perches1-1/+1
2008-02-01pci hotplug: fix rpaphp directory namingLinas Vepstas3-38/+24
2008-02-01PCI: hotplug: Link fakephp lastAlex Chiang1-1/+3
2008-02-01PCI: hotplug: pci_hotplug_core whitespace fixAlex Chiang1-1/+1
2008-02-01PCI: hotplug: acpiphp: Remove unused variable from acpiphpAlex Chiang1-1/+0
2008-02-01PCI: hotplug: remove ExperimentalKristen Carlson Accardi1-2/+2
2008-02-01PCI: hotplug: Switch to pci_get_bus_and_slotJoonwoo Park1-4/+7
2008-01-31Merge branch 'linux-2.6'Paul Mackerras3-90/+66
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2-3/+3
2008-01-24driver core: add way to get to bus ksetGreg Kroah-Hartman1-1/+4
2008-01-24Kobject: change drivers/pci/hotplug/pci_hotplug_core.c to use kobject_init_and_addGreg Kroah-Hartman1-7/+7
2008-01-24kobject: clean up rpadlpar horrid sysfs abuseGreg Kroah-Hartman1-69/+43