diff options
author | Bob Moore <robert.moore@intel.com> | 2011-11-16 07:14:32 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2012-01-17 09:36:29 +0100 |
commit | 2da120b6847f85c406f9afa13853e2755684389e (patch) | |
tree | 08a3540fd90ce2159aa04bb08f55a060f10f3315 /drivers/acpi/acpica/exfldio.c | |
parent | ACPI 5.0: Implement Connection() and AccessAs() changes (diff) | |
download | linux-2da120b6847f85c406f9afa13853e2755684389e.tar.xz linux-2da120b6847f85c406f9afa13853e2755684389e.zip |
ACPI 5.0: Support for GeneralPurposeIo and GenericSerialBus operation region
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/exfldio.c')
-rw-r--r-- | drivers/acpi/acpica/exfldio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/exfldio.c b/drivers/acpi/acpica/exfldio.c index cc9c5dfa4c45..5b76c11418fa 100644 --- a/drivers/acpi/acpica/exfldio.c +++ b/drivers/acpi/acpica/exfldio.c @@ -131,10 +131,11 @@ acpi_ex_setup_region(union acpi_operand_object *obj_desc, } /* - * Exit now for SMBus or IPMI address space, it has a non-linear + * Exit now for SMBus, GSBus or IPMI address space, it has a non-linear * address space and the request cannot be directly validated */ if (space_id == ACPI_ADR_SPACE_SMBUS || + space_id == ACPI_ADR_SPACE_GSBUS || space_id == ACPI_ADR_SPACE_IPMI) { /* SMBus or IPMI has a non-linear address space */ |