Antwort: [PATCH v1 02/35] acpi: Add a function to get a device path and scope

2020-04-30 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - >Betreff: [PATCH v1 02/35] acpi: Add a function to get a device path >and scope > >Add a function to build up the ACPI path for a device and another for >its >scope. > >Signed-off-by: Simon Glass >--- > >Ch

[PATCH v1 02/35] acpi: Add a function to get a device path and scope

2020-04-28 Thread Simon Glass
Add a function to build up the ACPI path for a device and another for its scope. Signed-off-by: Simon Glass --- Changes in v1: - Split into more patches for review - Add tests arch/sandbox/dts/test.dts | 3 ++ include/acpi/acpi_device.h | 44 ++ lib/acpi/Makefile |