Re: [PATCH v3 17/35] acpi: Support writing a name

2020-06-28 Thread Bin Meng
Hi Simon, On Sun, Jun 14, 2020 at 10:55 AM Simon Glass wrote: > > 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 > Reviewed-by: Wolfgang Wallner > --- > > (no changes

[PATCH v3 17/35] acpi: Support writing a name

2020-06-13 Thread Simon Glass
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 Reviewed-by: Wolfgang Wallner --- (no changes since v1) include/acpi/acpigen.h | 25 +++ include/test/ut.h | 1