linux/drivers/pci/hotplug
Scott Murray bcc488ab02 [PATCH] PCI Hotplug: more CPCI updates
Here is my third attempt at a patch to further update the CompactPCI
hotplug driver infrastructure to address the pci_enable_device issue
discussed on the list as well as a few other issues I discovered during
some more testing.  This version addresses a few more issues pointed out
by Prarit Bhargava.  Changes include:
- cpci_enable_device and its recursive calling of pci_enable_device on
  new devices removed.
- Use list_rwsem to avoid slot status change races between disable_slot
  and check_slots.
- Fixed oopsing in cpci_hp_unregister_bus caused by calling list_del on
  a slot after calling pci_hp_deregister.
- Removed kfree calls in cleanup_slots since release_slot will have
  done it already.
- Reworked init_slots a bit to fix latch and adapter file updating on
  subsequent calls to cpci_hp_start.
- Improved sanity checking in cpci_hp_register_controller.
- Now shut things down correctly in cpci_hotplug_exit.
- Switch to pci_get_slot instead of deprecated pci_find_slot.
- A bunch of CodingStyle fixes.

Signed-off-by: Scott Murray <scottm@somanetworks.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-05-31 14:26:38 -07:00
..
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
acpiphp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
acpiphp_core.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
acpiphp_glue.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
acpiphp_ibm.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
acpiphp_pci.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
acpiphp_res.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpci_hotplug.h [PATCH] PCI Hotplug: CPCI update 2005-05-17 14:31:11 -07:00
cpci_hotplug_core.c [PATCH] PCI Hotplug: more CPCI updates 2005-05-31 14:26:38 -07:00
cpci_hotplug_pci.c [PATCH] PCI Hotplug: more CPCI updates 2005-05-31 14:26:38 -07:00
cpcihp_generic.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpcihp_zt5550.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpcihp_zt5550.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpqphp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpqphp_core.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpqphp_ctrl.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpqphp_nvram.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpqphp_nvram.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpqphp_pci.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpqphp_sysfs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fakephp.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ibmphp.h [PATCH] PCI: Spelling fixes for drivers/pci. 2005-05-03 23:45:16 -07:00
ibmphp_core.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ibmphp_ebda.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ibmphp_hpc.c [PATCH] PCI: Spelling fixes for drivers/pci. 2005-05-03 23:45:16 -07:00
ibmphp_pci.c [PATCH] PCI Hotplug ibmphp_pci.c: Fix masking out needed information too early 2005-05-03 23:45:15 -07:00
ibmphp_res.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pci_hotplug.h [PATCH] PCI: Spelling fixes for drivers/pci. 2005-05-03 23:45:16 -07:00
pci_hotplug_core.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pciehp.h [PATCH] PCI Hotplug: get pciehp to work on the downstream port of a switch 2005-05-17 14:31:11 -07:00
pciehp_core.c [PATCH] PCI Hotplug: get pciehp to work on the downstream port of a switch 2005-05-17 14:31:11 -07:00
pciehp_ctrl.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pciehp_hpc.c [PATCH] PCI Hotplug: get pciehp to work on the downstream port of a switch 2005-05-17 14:31:11 -07:00
pciehp_pci.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pciehprm.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pciehprm_acpi.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pciehprm_nonacpi.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pciehprm_nonacpi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pcihp_skeleton.c [PATCH] PCI: Spelling fixes for drivers/pci. 2005-05-03 23:45:16 -07:00
rpadlpar.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
rpadlpar_core.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
rpadlpar_sysfs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
rpaphp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
rpaphp_core.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
rpaphp_pci.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
rpaphp_slot.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
rpaphp_vio.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
shpchp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
shpchp_core.c [PATCH] PCI Hotplug: Fix echoing 1 to power file of enabled slot problem with SHPC driver 2005-05-17 14:31:10 -07:00
shpchp_ctrl.c [PATCH] PCI Hotplug: Fix echoing 1 to power file of enabled slot problem with SHPC driver 2005-05-17 14:31:10 -07:00
shpchp_hpc.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
shpchp_pci.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
shpchp_sysfs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
shpchprm.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
shpchprm_acpi.c [PATCH] PCI Hotplug: SHPCHP driver doesn't enable PERR and SERR properly 2005-05-31 14:26:37 -07:00
shpchprm_legacy.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
shpchprm_legacy.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
shpchprm_nonacpi.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
shpchprm_nonacpi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00