ACPI / LPAT: Common table processing functions
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Wed, 28 Jan 2015 19:56:46 +0000 (11:56 -0800)
committerZhang Rui <rui.zhang@intel.com>
Thu, 29 Jan 2015 13:02:10 +0000 (21:02 +0800)
commitc55d62820efe3b847a21c78634356b5e4ec6d010
tree644bcbeca462488810329ec91f3b454cfe2670dc
parentacebf7eea449f8e18f443804f1f20bc090f22d0a
ACPI / LPAT: Common table processing functions

Since LPAT table processing is also required for other thermal drivers,
moved LPAT table related functions from intel PMIC driver (intel_pmic.c)
to a stand alonge module with exported interfaces.
In this way there will be no code duplication.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/acpi/Makefile
drivers/acpi/acpi_lpat.c [new file with mode: 0644]
include/acpi/acpi_lpat.h [new file with mode: 0644]