]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ACPICA: Utilities: Add support to read table from files
authorLv Zheng <lv.zheng@intel.com>
Tue, 8 Jul 2014 02:06:12 +0000 (10:06 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 8 Jul 2014 12:22:25 +0000 (14:22 +0200)
commite740304c7cf389b5d498bd86865fc82518d9ea1a
treed47192e609837120d8b1cb275b51f2a9a56ac7a5
parentae8ffc7dbb7e2bb9cbf3d84ef4116c5f7901539a
ACPICA: Utilities: Add support to read table from files

After the new table reading utility functions are well tested, acpidump can
also switch to use the generic acpi_ut_read_table_xxx() APIs. Currently
this patch is no-op as acpidump does not link to the new APIs.

This patch is only useful for ACPICA applications, most of which are not
shipped in the Linux kernel.

Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/Makefile
drivers/acpi/acpica/acdebug.h
drivers/acpi/acpica/acutils.h
drivers/acpi/acpica/utfileio.c [new file with mode: 0644]