]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7e3106dd614ece01fe044c68372160963822a1d6
tree69608fa74248415a6055f0b48753cf54b63043b3
parent747915d4a843a28454069eb46ae2de8bb68b563e
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