Hi Simon, -----"Simon Glass" <[email protected]> schrieb: ----- >Betreff: [PATCH v2 03/35] acpi: Add a way to check device status > >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 <[email protected]> >--- > >Changes in v2: None >Changes in v1: None > > include/acpi/acpi_device.h | 28 ++++++++++++++++++++++++++++ > lib/acpi/acpi_device.c | 5 +++++ > test/dm/acpi.c | 12 ++++++++++++ > 3 files changed, 45 insertions(+)
Reviewed-by: Wolfgang Wallner <[email protected]>

