Re: [PATCH v3 03/35] acpi: Add a way to check device status

2020-06-28 Thread Bin Meng
On Sun, Jun 14, 2020 at 10:55 AM Simon Glass wrote: > > At present U-Boot does not support the different ACPI status values, but > it is best to put this logic in a central place. Add a function to get the > device status. > > Signed-off-by: Simon Glass > Reviewed-by: Wolfgang Wallner > --- > >

[PATCH v3 03/35] acpi: Add a way to check device status

2020-06-13 Thread Simon Glass
At present U-Boot does not support the different ACPI status values, but it is best to put this logic in a central place. Add a function to get the device status. Signed-off-by: Simon Glass Reviewed-by: Wolfgang Wallner --- (no changes since v1) include/acpi/acpi_device.h | 28 +++