linux/drivers/pci/hotplug
Scott Murray 43b7d7cfb1 [PATCH] PCI Hotplug: CPCI update
[PATCH] CPCI: update

I have finally done some work to update the CompactPCI hotplug driver to
fix some of the outstanding issues in 2.6:
- Added adapter and latch status ops so that those files will get created
  by the current PCI hotplug core.  This used to not be required, but
  seems to be now after some of the sysfs rework in the core.
- Replaced slot list spinlock with a r/w semaphore to avoid any potential
  issues with sleeping.  This quiets all of the runtime warnings.
- Reworked interrupt driven hot extraction handling to remove need for a
  polling operator for ENUM# status.  There are a lot of boards that only
  have an interrupt driven by ENUM#, so this lowers the bar to entry.
- Replaced pci_visit_dev usage with better use of the PCI core functions.
  The new code is functionally equivalent to the previous code, but the
  use of pci_enable_device on insert needs to be investigated further, as
  I need to do some more testing to see if it is still necessary.

Signed-off-by: Scott Murray <scottm@somanetworks.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-05-17 14:31:11 -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: CPCI update 2005-05-17 14:31:11 -07:00
cpci_hotplug_pci.c [PATCH] PCI Hotplug: CPCI update 2005-05-17 14:31:11 -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
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
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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -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