Re: [PATCH RFC] driver core: Reprobe consumer if it was unbound by dropped device_link

2018-08-15 Thread Daniel Vetter
On Wed, Aug 15, 2018 at 09:49:58AM +0300, Jyri Sarha wrote: > On 14/08/18 17:17, Daniel Vetter wrote: > > On Mon, Feb 26, 2018 at 8:52 AM, Jyri Sarha wrote: > >> On 25/02/18 11:22, Lukas Wunner wrote: > >>> On Thu, Feb 22, 2018 at 07:42:46PM +0200, Jyri Sarha wrote: > Put consumer device to

Re: [PATCH RFC] driver core: Reprobe consumer if it was unbound by dropped device_link

2018-08-15 Thread Jyri Sarha
On 14/08/18 17:17, Daniel Vetter wrote: > On Mon, Feb 26, 2018 at 8:52 AM, Jyri Sarha wrote: >> On 25/02/18 11:22, Lukas Wunner wrote: >>> On Thu, Feb 22, 2018 at 07:42:46PM +0200, Jyri Sarha wrote: Put consumer device to deferred probe list if it is unbound due to a dropped link to a

Re: [PATCH RFC] driver core: Reprobe consumer if it was unbound by dropped device_link

2018-08-14 Thread Daniel Vetter
On Mon, Feb 26, 2018 at 8:52 AM, Jyri Sarha wrote: > On 25/02/18 11:22, Lukas Wunner wrote: >> On Thu, Feb 22, 2018 at 07:42:46PM +0200, Jyri Sarha wrote: >>> Put consumer device to deferred probe list if it is unbound due to a >>> dropped link to a supplier. >>> >>> When a device link supplier

Re: [PATCH RFC] driver core: Reprobe consumer if it was unbound by dropped device_link

2018-02-25 Thread Jyri Sarha
On 25/02/18 11:22, Lukas Wunner wrote: > On Thu, Feb 22, 2018 at 07:42:46PM +0200, Jyri Sarha wrote: >> Put consumer device to deferred probe list if it is unbound due to a >> dropped link to a supplier. >> >> When a device link supplier is unbound (either manually or because one >> of its own

Re: [PATCH RFC] driver core: Reprobe consumer if it was unbound by dropped device_link

2018-02-25 Thread Lukas Wunner
On Thu, Feb 22, 2018 at 07:42:46PM +0200, Jyri Sarha wrote: > Put consumer device to deferred probe list if it is unbound due to a > dropped link to a supplier. > > When a device link supplier is unbound (either manually or because one > of its own suppliers was unbound), its consumers are

[PATCH RFC] driver core: Reprobe consumer if it was unbound by dropped device_link

2018-02-22 Thread Jyri Sarha
Put consumer device to deferred probe list if it is unbound due to a dropped link to a supplier. When a device link supplier is unbound (either manually or because one of its own suppliers was unbound), its consumers are unbound as well. Currently if the supplier binds again after this the