Hi Simon, On Mon, Jun 15, 2020 at 11:57 AM Simon Glass <s...@chromium.org> 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: Simon Glass <s...@chromium.org> > --- > > include/acpi/acpigen.h | 46 ++++++++++++++++++++++++++++++++++++++++++ > test/dm/acpigen.c | 45 ++++++++++++++++++++++++++++++++++++++++- > 2 files changed, 90 insertions(+), 1 deletion(-) >
Since the acpigen_write_integer() patch has not been applied, could you please squash this patch into: [v3,15/35] acpi: Support writing an integer http://patchwork.ozlabs.org/project/uboot/patch/20200614025523.40183-5-...@chromium.org/ Regards, Bin