ACPI: Add interfaces for ioremapping/iounmapping ACPI registers
authorMyron Stowe <myron.stowe@hp.com>
Thu, 21 Oct 2010 20:23:59 +0000 (14:23 -0600)
committerLen Brown <len.brown@intel.com>
Mon, 25 Oct 2010 03:26:23 +0000 (23:26 -0400)
commit29718521237a1b1607ea05b49243100ea2044337
tree69608fa74248415a6055f0b48753cf54b63043b3
parent620242ae8c3d9c0b1a77451744fb2d855d1e7342
ACPI: Add interfaces for ioremapping/iounmapping ACPI registers

Add remapping and unmapping interfaces for ACPI registers that are
backed by memory mapped I/O (MMIO).  These interfaces, along with
the MMIO remapping list, enable accesses of such registers from within
interrupt context.

ACPI Generic Address Structure (GAS) reference (ACPI's fixed/generic
hardware registers use the GAS format):
  ACPI Specification, Revision 4.0, Section 5.2.3.1, "Generic Address
  Structure".

Signed-off-by: Myron Stowe <myron.stowe@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/osl.c
include/linux/acpi.h