Hi Simon, -----"Simon Glass" <s...@chromium.org> schrieb: ----- >Betreff: [PATCH v2 17/35] acpi: Support writing a name > >ACPI supports storing names which are made up of multiple path >components. >Several special cases are supported. Add a function to emit a name. > >Signed-off-by: Simon Glass <s...@chromium.org> >--- > >Changes in v2: None >Changes in v1: None > > include/acpi/acpigen.h | 25 +++++++++++ > include/test/ut.h | 17 ++++++++ > lib/acpi/acpigen.c | 96 >++++++++++++++++++++++++++++++++++++++++++ > test/dm/acpigen.c | 93 ++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 231 insertions(+) >
Reviewed-by: Wolfgang Wallner <wolfgang.wall...@br-automation.com>