Re: [PATCH v1 08/43] acpi: Export functions to write sized values

2020-07-07 Thread Simon Glass
Hi Bin, On Mon, 29 Jun 2020 at 20:49, Bin Meng wrote: > > Hi Simon, > > On Mon, Jun 15, 2020 at 11:57 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

Re: [PATCH v1 08/43] acpi: Export functions to write sized values

2020-06-29 Thread Bin Meng
Hi Simon, On Mon, Jun 15, 2020 at 11:57 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. > >

Re: [PATCH v1 08/43] acpi: Export functions to write sized values

2020-06-25 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH v1 08/43] acpi: Export functions to write sized values > > 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 &

[PATCH v1 08/43] acpi: Export functions to write sized values

2020-06-14 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 --- include/acpi/acpigen.h | 46