Antwort: [PATCH v2 20/35] acpi: Support writing a GPIO

2020-06-03 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH v2 20/35] acpi: Support writing a GPIO > > Allowing writing out a reference to a GPIO within the ACPI output. This > can be used by ACPI code to access a GPIO at runtime. > > Signed-off-by: Simon Gla

[PATCH v2 20/35] acpi: Support writing a GPIO

2020-05-10 Thread Simon Glass
Allowing writing out a reference to a GPIO within the ACPI output. This can be used by ACPI code to access a GPIO at runtime. Signed-off-by: Simon Glass --- Changes in v2: None Changes in v1: None include/acpi/acpi_dp.h | 18 ++ lib/acpi/acpi_dp.c | 21 +