Re: [PATCH v7 0/7] Solve postboot supplier cleanup and optimize probe ordering

2019-08-07 Thread Frank Rowand
Hi Saravana, On 7/23/19 5:10 PM, 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. > < snip > I know that this series has move

Re: [PATCH v7 0/7] Solve postboot supplier cleanup and optimize probe ordering

2019-07-30 Thread Frank Rowand
Hi Greg, Rob, On 7/26/19 7:32 AM, Greg Kroah-Hartman wrote: > On Thu, Jul 25, 2019 at 02:04:23PM -0700, Frank Rowand wrote: >> On 7/25/19 6:42 AM, Greg Kroah-Hartman wrote: >>> On Tue, Jul 23, 2019 at 05:10:53PM -0700, Saravana Kannan wrote: Add device-links to track functional dependencies b

Re: [PATCH v7 0/7] Solve postboot supplier cleanup and optimize probe ordering

2019-07-26 Thread Greg Kroah-Hartman
On Thu, Jul 25, 2019 at 02:04:23PM -0700, Frank Rowand wrote: > On 7/25/19 6:42 AM, Greg Kroah-Hartman wrote: > > On Tue, Jul 23, 2019 at 05:10:53PM -0700, Saravana Kannan wrote: > >> Add device-links to track functional dependencies between devices > >> after they are created (but before they are

Re: [PATCH v7 0/7] Solve postboot supplier cleanup and optimize probe ordering

2019-07-25 Thread Frank Rowand
On 7/25/19 6:42 AM, Greg Kroah-Hartman wrote: > On Tue, Jul 23, 2019 at 05:10:53PM -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, interco

Re: [PATCH v7 0/7] Solve postboot supplier cleanup and optimize probe ordering

2019-07-25 Thread Greg Kroah-Hartman
On Tue, Jul 23, 2019 at 05:10:53PM -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