Re: [PATCH v3 34/35] dm: acpi: Enhance acpi_get_name()

2020-07-07 Thread Simon Glass
Hi Bin, On Sun, 28 Jun 2020 at 23:39, Bin Meng wrote: > > Hi Simon, > > On Sun, Jun 14, 2020 at 10:55 AM Simon Glass wrote: > > > > For many device types it is possible to figure out the name just by > > looking at its uclass or parent. Add a function to handle this, since it > > allows us to

Re: [PATCH v3 34/35] dm: acpi: Enhance acpi_get_name()

2020-06-28 Thread Bin Meng
Hi Simon, On Sun, Jun 14, 2020 at 10:55 AM Simon Glass wrote: > > For many device types it is possible to figure out the name just by > looking at its uclass or parent. Add a function to handle this, since it > allows us to cover the vast majority of cases automatically. > > However it is

[PATCH v3 34/35] dm: acpi: Enhance acpi_get_name()

2020-06-13 Thread Simon Glass
For many device types it is possible to figure out the name just by looking at its uclass or parent. Add a function to handle this, since it allows us to cover the vast majority of cases automatically. However it is sometimes impossible to figure out an ACPI name for a device just by looking at