[RESEND PATCH v1 2/5] driver core: Add device links support for pending links to suppliers

2019-06-03 Thread Saravana Kannan
When consumer devices are added, they might not have a supplier device to link to despite needing mandatory resources/functionality from one or more suppliers. Add a waiting_for_suppliers list to track such consumers and add helper functions to manage the list. Marking/unmarking a consumer device

Re: [PATCH v1 2/5] driver core: Add device links support for pending links to suppliers

2019-05-23 Thread Greg Kroah-Hartman
On Thu, May 23, 2019 at 06:01:13PM -0700, Saravana Kannan wrote: > When consumer devices are added, they might not have a supplier device > to link to despite needing mandatory resources/functionality from one > or more suppliers. Add a waiting_for_suppliers list to track such > consumers and add h

[PATCH v1 2/5] driver core: Add device links support for pending links to suppliers

2019-05-23 Thread Saravana Kannan
When consumer devices are added, they might not have a supplier device to link to despite needing mandatory resources/functionality from one or more suppliers. Add a waiting_for_suppliers list to track such consumers and add helper functions to manage the list. Marking/unmarking a consumer device