OSDN Git Service

ACPICA: Split resource descriptor decode strings to a new file
authorBob Moore <robert.moore@intel.com>
Mon, 5 Jun 2017 08:40:57 +0000 (16:40 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 27 Jun 2017 20:25:20 +0000 (22:25 +0200)
commitb7b7da2abe1fe02e989577293b9ece0fa15ccc31
tree5aa6a0e36595996f664e0fc5b8dbd11350f3265c
parent596878da26ad608344a1dd754883467f120becc9
ACPICA: Split resource descriptor decode strings to a new file

ACPICA commit 00906ae0aff4c6b76abc232ef99700e7d7c0e325

There are enough of these strings to justify a separate file.
Also, these strings are only used for the disassembler and
the debugger. Thus, this change improves ACPICA modularity.

Link: https://github.com/acpica/acpica/commit/00906ae0
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/Makefile
drivers/acpi/acpica/utresdecode.c [new file with mode: 0644]
drivers/acpi/acpica/utresrc.c