Re: [PATCH v2 09/35] acpi: Support generation of GPIO descriptor

2020-05-19 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH v2 09/35] acpi: Support generation of GPIO descriptor > > Add a function to write a GPIO descriptor to the generated ACPI code. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > C

[PATCH v2 09/35] acpi: Support generation of GPIO descriptor

2020-05-10 Thread Simon Glass
Add a function to write a GPIO descriptor to the generated ACPI code. Signed-off-by: Simon Glass --- Changes in v2: None Changes in v1: None include/acpi/acpi_device.h | 22 ++ lib/acpi/acpi_device.c | 151 + test/dm/acpigen.c | 89 +++