Re: [PATCH v3] driver: core: Allow subsystems to continue deferring probe

2019-07-03 Thread Greg Kroah-Hartman
On Fri, Jun 21, 2019 at 05:17:25PM +0200, Thierry Reding wrote: > From: Thierry Reding > > Some subsystems, such as pinctrl, allow continuing to defer probe > indefinitely. This is useful for devices that depend on resources > provided by devices that are only probed after the init stage. > > On

Re: [PATCH v3] driver: core: Allow subsystems to continue deferring probe

2019-06-24 Thread Linus Walleij
On Fri, Jun 21, 2019 at 5:17 PM Thierry Reding wrote: > From: Thierry Reding > > Some subsystems, such as pinctrl, allow continuing to defer probe > indefinitely. This is useful for devices that depend on resources > provided by devices that are only probed after the init stage. > > One example

Re: [PATCH v3] driver: core: Allow subsystems to continue deferring probe

2019-06-22 Thread Rafael J. Wysocki
On Fri, Jun 21, 2019 at 5:17 PM Thierry Reding wrote: > > From: Thierry Reding > > Some subsystems, such as pinctrl, allow continuing to defer probe > indefinitely. This is useful for devices that depend on resources > provided by devices that are only probed after the init stage. > > One example