Re: [PATCH v3] driver core: add a debugfs entry to show deferred devices

2018-07-08 Thread Javier Martinez Canillas
On 07/08/2018 03:22 PM, Greg Kroah-Hartman wrote: > On Sun, Jul 08, 2018 at 03:21:07PM +0200, Greg Kroah-Hartman wrote: >> On Sun, Jul 08, 2018 at 02:32:56AM +0200, Javier Martinez Canillas wrote: >>> With Device Trees (DT), the dependencies of the devices are defined in the >>> DT, then the

Re: [PATCH v3] driver core: add a debugfs entry to show deferred devices

2018-07-08 Thread Javier Martinez Canillas
On 07/08/2018 03:22 PM, Greg Kroah-Hartman wrote: > On Sun, Jul 08, 2018 at 03:21:07PM +0200, Greg Kroah-Hartman wrote: >> On Sun, Jul 08, 2018 at 02:32:56AM +0200, Javier Martinez Canillas wrote: >>> With Device Trees (DT), the dependencies of the devices are defined in the >>> DT, then the

Re: [PATCH v3] driver core: add a debugfs entry to show deferred devices

2018-07-08 Thread Greg Kroah-Hartman
On Sun, Jul 08, 2018 at 03:21:07PM +0200, Greg Kroah-Hartman wrote: > On Sun, Jul 08, 2018 at 02:32:56AM +0200, Javier Martinez Canillas wrote: > > With Device Trees (DT), the dependencies of the devices are defined in the > > DT, then the drivers parse that information to lookup the needed

Re: [PATCH v3] driver core: add a debugfs entry to show deferred devices

2018-07-08 Thread Greg Kroah-Hartman
On Sun, Jul 08, 2018 at 03:21:07PM +0200, Greg Kroah-Hartman wrote: > On Sun, Jul 08, 2018 at 02:32:56AM +0200, Javier Martinez Canillas wrote: > > With Device Trees (DT), the dependencies of the devices are defined in the > > DT, then the drivers parse that information to lookup the needed

Re: [PATCH v3] driver core: add a debugfs entry to show deferred devices

2018-07-08 Thread Greg Kroah-Hartman
On Sun, Jul 08, 2018 at 02:32:56AM +0200, Javier Martinez Canillas wrote: > With Device Trees (DT), the dependencies of the devices are defined in the > DT, then the drivers parse that information to lookup the needed resources > that have as dependencies. > > Since drivers and devices are

Re: [PATCH v3] driver core: add a debugfs entry to show deferred devices

2018-07-08 Thread Greg Kroah-Hartman
On Sun, Jul 08, 2018 at 02:32:56AM +0200, Javier Martinez Canillas wrote: > With Device Trees (DT), the dependencies of the devices are defined in the > DT, then the drivers parse that information to lookup the needed resources > that have as dependencies. > > Since drivers and devices are

[PATCH v3] driver core: add a debugfs entry to show deferred devices

2018-07-07 Thread Javier Martinez Canillas
With Device Trees (DT), the dependencies of the devices are defined in the DT, then the drivers parse that information to lookup the needed resources that have as dependencies. Since drivers and devices are registered in a non-deterministic way, it is possible that a device that is a dependency

[PATCH v3] driver core: add a debugfs entry to show deferred devices

2018-07-07 Thread Javier Martinez Canillas
With Device Trees (DT), the dependencies of the devices are defined in the DT, then the drivers parse that information to lookup the needed resources that have as dependencies. Since drivers and devices are registered in a non-deterministic way, it is possible that a device that is a dependency