
Hi Bin,
On Mon, 29 Jun 2020 at 20:49, Bin Meng bmeng.cn@gmail.com wrote:
Hi Simon,
On Mon, Jun 15, 2020 at 11:57 AM Simon Glass sjg@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 sjg@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-sjg@c...
Oh, I've already resent that series. I tend to work one at a time. Feel free to squash if you like but I think this merits a different patch.
Regards, SImon