kernel-ark/drivers/pci/hotplug
Kenji Kaneshige 795eb5c4a7 [PATCH] SHPC: Fix SHPC Logical Slot Register bits access
Current SHPCHP driver doesn't take care of RsvdP/RsvdZ[*] bits
in logical slot registers. This might cause unpredicable results. This
patch fixes this bug.

[*] RsvdP and RsvdZ are defined in SHPC spec as follows:

    RsvdP - Reserved and Preserved. Register bits of this type are
    reserved for future use as R/W bits. The value read is
    undefined. Writes are ignored. Software must follow These rules
    when accessing RsvdP bits:

	- Software must ignore RsvdP bits when testing values read
          from these registers.
	- Software must not depend on RsvdP bit's ability to retain
          information when written
	- Software must always write back the value read in the RsvdP
	  bits when writing one of these registers.

    RsvdZ - Reserved and Zero. Register bits of this type are reserved
    for future use as R/WC bits. The value read is undefined. Writes
    are ignored. Software must follow these rules when accessing RsvdZ
    bits:

        - Software must ignore RsvdZ bits when testing values read
	  from these registers.
	- Software must not depends on a RsvdZ bit's ability to retain
	  information when written.
	- Software must always write 0 to RsvdZ bits when writing one
	  of these register.

Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Cc: Kristen Accardi <kristen.c.accardi@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-06-19 14:13:23 -07:00
..
acpi_pcihp.c [PATCH] acpi_pcihp: Add support for _HPX 2006-06-19 14:13:22 -07:00
acpiphp_core.c
acpiphp_dock.c
acpiphp_glue.c [PATCH] acpi_pcihp: Add support for _HPX 2006-06-19 14:13:22 -07:00
acpiphp_ibm.c
acpiphp.h [PATCH] acpiphp: hotplug slot hotplug 2006-06-19 14:13:22 -07:00
cpci_hotplug_core.c
cpci_hotplug_pci.c
cpci_hotplug.h
cpcihp_generic.c
cpcihp_zt5550.c
cpcihp_zt5550.h
cpqphp_core.c
cpqphp_ctrl.c
cpqphp_nvram.c
cpqphp_nvram.h
cpqphp_pci.c
cpqphp_sysfs.c
cpqphp.h
fakephp.c
ibmphp_core.c
ibmphp_ebda.c
ibmphp_hpc.c
ibmphp_pci.c
ibmphp_res.c
ibmphp.h
Kconfig
Makefile
pci_hotplug_core.c
pci_hotplug.h [PATCH] acpi_pcihp: Add support for _HPX 2006-06-19 14:13:22 -07:00
pciehp_core.c
pciehp_ctrl.c
pciehp_hpc.c [PATCH] pciehp: dont call pci_enable_dev 2006-06-19 14:13:22 -07:00
pciehp_pci.c [PATCH] pciehp: Fix programming hotplug parameters 2006-06-19 14:13:22 -07:00
pciehp.h [PATCH] acpi_pcihp: Fix programming _HPP values 2006-06-19 14:13:22 -07:00
pcihp_skeleton.c
rpadlpar_core.c
rpadlpar_sysfs.c
rpadlpar.h
rpaphp_core.c [PATCH] PCI: rpaphp: remove init error condition 2006-04-14 12:25:25 -07:00
rpaphp_pci.c
rpaphp_slot.c
rpaphp.h
sgi_hotplug.c [PATCH] PCI Hotplug: Tollhouse HP: SGI hotplug driver changes 2006-06-19 14:13:21 -07:00
shpchp_core.c
shpchp_ctrl.c
shpchp_hpc.c [PATCH] SHPC: Fix SHPC Logical Slot Register bits access 2006-06-19 14:13:23 -07:00
shpchp_pci.c [PATCH] acpi_pcihp: Add support for _HPX 2006-06-19 14:13:22 -07:00
shpchp_sysfs.c
shpchp.h [PATCH] acpi_pcihp: Fix programming _HPP values 2006-06-19 14:13:22 -07:00