Re: [PATCH v4 25/35] acpi: Add support for a generic power sequence

2020-07-12 Thread Bin Meng
On Wed, Jul 8, 2020 at 3:13 AM Simon Glass wrote: > > Add a way for devices to enable and disable themselves using ACPI code > that updates GPIOs. This takes several timing parameters and supports > enable, reset and stop. > > Signed-off-by: Simon Glass > Reviewed-by: Wolfgang Wallner > --- > >

[PATCH v4 25/35] acpi: Add support for a generic power sequence

2020-07-07 Thread Simon Glass
Add a way for devices to enable and disable themselves using ACPI code that updates GPIOs. This takes several timing parameters and supports enable, reset and stop. Signed-off-by: Simon Glass Reviewed-by: Wolfgang Wallner --- Changes in v4: - Use new shared acpi_test_alloc_context_size() in tes