ACPICA: Add predefined names found in the SMBus sepcification
authorBob Moore <robert.moore@intel.com>
Thu, 8 Oct 2020 02:53:58 +0000 (19:53 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 8 Oct 2020 16:03:55 +0000 (18:03 +0200)
commit4d5840372654e33d53840b7984c853f00fcbf1eb
tree3eb314a936470fb991c9534000c1ae0e2ea8e930
parent465e490d290b9670c3eef7406915facd58946244
ACPICA: Add predefined names found in the SMBus sepcification

Affects run-time (kernel) ACPICA, iASL, and acpi_help. The "SMBus
Control Method Interface Specification, Version 1.0, December 10,
1999" containes predefined names: _SBA _SBI _SBR _SBT _SBW. This was
done outside of the ACPI specification. This commit adds support for
ACPICA to recognize these named objects as predefined named objects.

ACPICA commit 2fe13bd7ba9f97d3bf25488bf1bb1b2329427093

Link: https://github.com/acpica/acpica/commit/2fe13bd7
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Erik Kaneda <erik.kaneda@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/acpredef.h
drivers/acpi/acpica/nsarguments.c
drivers/acpi/acpica/psparse.c
drivers/acpi/acpica/utpredef.c