Re: [PATCH v1 14/18] driver core: Use device's fwnode to check if it is waiting for suppliers

2020-11-20 Thread Saravana Kannan
On Mon, Nov 16, 2020 at 8:34 AM Rafael J. Wysocki wrote: > > On Thu, Nov 5, 2020 at 12:24 AM Saravana Kannan wrote: > > > > To check if a device is still waiting for its supplier devices to be > > added, we used to check if the devices is in a global > > waiting_for_suppliers list. Since the glob

Re: [PATCH v1 14/18] driver core: Use device's fwnode to check if it is waiting for suppliers

2020-11-16 Thread Rafael J. Wysocki
On Thu, Nov 5, 2020 at 12:24 AM Saravana Kannan wrote: > > To check if a device is still waiting for its supplier devices to be > added, we used to check if the devices is in a global > waiting_for_suppliers list. Since the global list will be deleted in > subsequent patches, this patch stops usin

[PATCH v1 14/18] driver core: Use device's fwnode to check if it is waiting for suppliers

2020-11-04 Thread Saravana Kannan
To check if a device is still waiting for its supplier devices to be added, we used to check if the devices is in a global waiting_for_suppliers list. Since the global list will be deleted in subsequent patches, this patch stops using this check. Instead, this patch uses a more device specific che