summaryrefslogtreecommitdiff
path: root/drivers/acpi/acpica/utresdecode.c
AgeCommit message (Collapse)AuthorFilesLines
2017-06-27ACPICA: Split resource descriptor decode strings to a new fileBob Moore1-0/+315
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>