Antwort: [PATCH v2 23/35] acpi: Add support for writing a Power Resource

2020-06-04 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH v2 23/35] acpi: Add support for writing a Power Resource > > These are used in ACPI to disable power to various pats of the system when Typo: "pats" instead of "parts" > in sleep. Add

[PATCH v2 23/35] acpi: Add support for writing a Power Resource

2020-05-10 Thread Simon Glass
These are used in ACPI to disable power to various pats of the system when in sleep. Add a way to create a power resource, with the caller finishing off the details. Signed-off-by: Simon Glass --- Changes in v2: None Changes in v1: None include/acpi/acpigen.h | 22 ++ lib/a