summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
Commit message (Expand)AuthorAgeFilesLines
* pciehp: don't enable slot unless forcedMark Lord2008-03-181-1/+1
* PCI Hotplug: Fix small mem leak in IBM Hot Plug Controller DriverJesper Juhl2008-03-111-0/+1
* pci: hotplug: pciehp: fix error code path in hpc_power_off_slotKenji Kaneshige2008-03-051-2/+3
* PCI: fix section mismatch warning in pci_scan_child_busSam Ravnborg2008-03-054-4/+4
* PCI: don't load acpi_php when acpi is disabledYinghai Lu2008-02-221-0/+6
* PCI: hotplug: acpiphp_ibm: Remove get device informationGary Hade2008-02-221-16/+17
* PCI: Fix fakephp deadlockIan Abbott2008-02-021-4/+35
* pciehp: block new requests from the device before power offKenji Kaneshige2008-02-021-12/+21
* pciehp: workaround against Bad DLLP during power offKenji Kaneshige2008-02-021-0/+45
* pciehp: wait for 1000ms before LED operation after power offKenji Kaneshige2008-02-022-12/+7Star
* PCI: Spelling fixesJoe Perches2008-02-021-1/+1
* PCI Hotplug: PCIeHP: Fix some whitespace damageRolf Eike Beer2008-02-021-2/+1Star
* PCI Hotplug: pciehp: use generic function to find ext capabilityKenji Kaneshige2008-02-021-6/+1Star
* PCI Hotplug: pciehp: remove needless hp_slot calculationKenji Kaneshige2008-02-021-11/+2Star
* PCI Hotplug: pciehp: remove needless members from struct controllerKenji Kaneshige2008-02-022-13/+3Star
* PCI Hotplug: acpiphp: remove unneeded acpi_get_name function callMUNEDA Takahiro2008-02-021-1/+0Star
* PCI Hotplug: acpiphp: fix trivial typosMUNEDA Takahiro2008-02-021-2/+2
* PCIe: fix double initialization bugMark Lord2008-02-023-54/+69
* PCIE: Make use of the previously split out pcie_init_enable_events() functionMark Lord2008-02-023-1/+20
* PCI: more fixes for PCIe Hotplug so that it works with ExpressCard slots on D...Mark Lord2008-02-021-81/+104
* PCIE: fix PCIe Hotplug so that it works with ExpressCard slots on Dell notebo...Mark Lord2008-02-023-1/+6
* PCI: Add missing "space" in printk messagesJoe Perches2008-02-021-1/+1
* pci hotplug: fix rpaphp directory namingLinas Vepstas2008-02-023-38/+24Star
* PCI: hotplug: Link fakephp lastAlex Chiang2008-02-021-1/+3
* PCI: hotplug: pci_hotplug_core whitespace fixAlex Chiang2008-02-021-1/+1
* PCI: hotplug: acpiphp: Remove unused variable from acpiphpAlex Chiang2008-02-021-1/+0Star
* PCI: hotplug: remove ExperimentalKristen Carlson Accardi2008-02-021-2/+2
* PCI: hotplug: Switch to pci_get_bus_and_slotJoonwoo Park2008-02-021-4/+7
* Merge branch 'linux-2.6'Paul Mackerras2008-01-313-90/+66Star
|\
| * Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-252-3/+3
| * driver core: add way to get to bus ksetGreg Kroah-Hartman2008-01-251-1/+4
| * Kobject: change drivers/pci/hotplug/pci_hotplug_core.c to use kobject_init_an...Greg Kroah-Hartman2008-01-251-7/+7
| * kobject: clean up rpadlpar horrid sysfs abuseGreg Kroah-Hartman2008-01-251-69/+43Star
| * kset: convert pci hotplug to use kset_create_and_addGreg Kroah-Hartman2008-01-253-15/+14Star
| * kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2008-01-252-4/+4
* | [POWERPC] Merge PCI resource fixupsBenjamin Herrenschmidt2007-12-201-1/+1
|/
* pci hotplug: kernel-doc fixesRandy Dunlap2007-11-2812-169/+169
* PCI: Add Kconfig option to disable deprecated pci_find_* APIJeff Garzik2007-11-051-3/+3
* PCI Hotplug: cpqhp_pushbutton_thread(): remove a pointless if() checkAdrian Bunk2007-11-051-9/+7Star
* Get rid of unused variable warning in drivers/pci/hotplug/pci_hotplug_core.cLinus Torvalds2007-10-151-2/+0Star
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-10-137-280/+124Star
|\
| * cpqphp: Use PCI_CLASS_REVISION instead of PCI_REVISION_ID for readAuke Kok2007-10-131-1/+1
| * pci: hotplug: cpqphp: convert to kthread infrastructureChristoph Hellwig2007-10-131-48/+21Star
| * pci: hotplug: ibmphp: convert to kthreadKristen Carlson Accardi2007-10-131-45/+12Star
| * pciehp: minor cleanups for pciehp_hpc.cKenji Kaneshige2007-10-131-21/+26
| * pciehp: remove trailing whitespace form pciehp_pci.cKenji Kaneshige2007-10-131-3/+3
| * pciehp: remove trailing whitespace from pciehp_ctrl.cKenji Kaneshige2007-10-131-10/+10
| * pciehp: remove trailing whitespace from pciehp_core.cKenji Kaneshige2007-10-131-10/+10
| * pciehp: remove trailing whitespace from pciehp_hpc.cKenji Kaneshige2007-10-131-25/+25
| * pciehp: remove DBG_XXX_ROUTINEKenji Kaneshige2007-10-131-106/+5Star