On Sun, Jun 14, 2020 at 10:55 AM Simon Glass <s...@chromium.org> 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 <s...@chromium.org> > Reviewed-by: Wolfgang Wallner <wolfgang.wall...@br-automation.com> > --- > > (no changes since v1) > > include/acpi/acpi_device.h | 28 ++++++++++++++++++++++++++++ > lib/acpi/acpi_device.c | 5 +++++ > test/dm/acpi.c | 12 ++++++++++++ > 3 files changed, 45 insertions(+) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>