Re: [PATCH v2 08/44] acpi: Export functions to write sized values

2020-07-12 Thread Bin Meng
On Wed, Jul 8, 2020 at 11:33 AM Simon Glass wrote: > > At present only acpigen_write_integer() is exported for use by other code. > But in some cases it is useful to call the specific function depending on > the size of the value. > > Export these functions and add a test. > > Signed-off-by:

[PATCH v2 08/44] acpi: Export functions to write sized values

2020-07-07 Thread Simon Glass
At present only acpigen_write_integer() is exported for use by other code. But in some cases it is useful to call the specific function depending on the size of the value. Export these functions and add a test. Signed-off-by: Simon Glass Reviewed-by: Wolfgang Wallner --- (no changes since v1)