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

2020-05-17 Thread Bin Meng
On Mon, May 11, 2020 at 4:34 AM Simon Glass wrote: > > Add a function to build up the ACPI path for a device and another for its > scope. > > Signed-off-by: Simon Glass > Reviewed-by: Wolfgang Wallner > --- > > Changes in v2: None > Changes in v1: > - Split into more patches for review > - Add t

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

2020-05-10 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 Reviewed-by: Wolfgang Wallner --- Changes in v2: None Changes in v1: - Split into more patches for review - Add tests - Rebase on top of common.h series arch/sandbox/dts/test.dts | 3