Re: [PATCH 020/108] acpi: Add a method to write tables for a device

2020-02-10 Thread Bin Meng
Hi Simon, On Mon, Jan 27, 2020 at 1:08 PM Simon Glass wrote: > > A device may want to write out ACPI tables to describe itself to Linux. > Add a method to permit this. > > Signed-off-by: Simon Glass > --- > > arch/sandbox/dts/test.dts | 4 > drivers/core/acpi.c | 33

[PATCH 020/108] acpi: Add a method to write tables for a device

2020-01-26 Thread Simon Glass
A device may want to write out ACPI tables to describe itself to Linux. Add a method to permit this. Signed-off-by: Simon Glass --- arch/sandbox/dts/test.dts | 4 drivers/core/acpi.c | 33 ++ include/acpi_table.h | 1 + include/dm/acpi.h | 3