Re: [PATCH v11 0/6] Solve postboot supplier cleanup and optimize probe ordering

2019-10-04 Thread Greg Kroah-Hartman
On Wed, Sep 04, 2019 at 02:11:19PM -0700, Saravana Kannan wrote: > Add device-links to track functional dependencies between devices > after they are created (but before they are probed) by looking at > their common DT bindings like clocks, interconnects, etc. > > Having functional dependencies au

Re: [PATCH v11 0/6] Solve postboot supplier cleanup and optimize probe ordering

2019-09-11 Thread Stephen Boyd
Quoting Saravana Kannan (2019-09-04 14:11:19) > v10->v11: > - Dropped 6/7 and 7/7 from previous series that tried to handle cycles in DT > dependencies. We can solve it later when we actually hit a real world issue > in DT. > - Added a new 1/7 that shifts the numbering for the rest of the patch

[PATCH v11 0/6] Solve postboot supplier cleanup and optimize probe ordering

2019-09-04 Thread Saravana Kannan
Add device-links to track functional dependencies between devices after they are created (but before they are probed) by looking at their common DT bindings like clocks, interconnects, etc. Having functional dependencies automatically added before the devices are probed, provides the following ben