Re: [PATCH v3 06/35] acpi: Support generation of interrupt descriptor

2020-06-28 Thread Bin Meng
Hi Simon, On Sun, Jun 14, 2020 at 10:55 AM Simon Glass wrote: > > Add a function to write an interrupt descriptor to the generated ACPI > code. > > Signed-off-by: Simon Glass > Reviewed-by: Wolfgang Wallner > --- > > (no changes since v1) > > include/acpi/acpi_device.h | 15 + > lib/acpi/

[PATCH v3 06/35] acpi: Support generation of interrupt descriptor

2020-06-13 Thread Simon Glass
Add a function to write an interrupt descriptor to the generated ACPI code. Signed-off-by: Simon Glass Reviewed-by: Wolfgang Wallner --- (no changes since v1) include/acpi/acpi_device.h | 15 + lib/acpi/acpi_device.c | 118 + test/dm/acpigen.c