Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1602065

Re: [PATCH] driver core: add devices to deferred probe list when unbinding consumers

From Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Newsgroups linux.kernel
Subject Re: [PATCH] driver core: add devices to deferred probe list when unbinding consumers
Date 2017-03-16 09:30 +0100
Message-ID <tlyXf-3YD-5@gated-at.bofh.it> (permalink)
References <tiIq5-63g-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Mar 08, 2017 at 12:50:41PM +0100, Lucas Stach wrote:
> When a device is unbound due to the provider of one of the resources going
> away, add it to the deferred probe list. This way the consumer device
> driver gets a chance to rebind itself if the provider is rebound later on.

Ick, no, if someone unbinds the driver, it's gone, don't try to keep
things around.  Wasn't this rejected previously?

thanks,

greg k-h

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: [PATCH] driver core: add devices to deferred probe list when  unbinding consumers Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-16 09:30 +0100
  Re: [PATCH] driver core: add devices to deferred probe list when  unbinding consumers Lucas Stach <l.stach@pengutronix.de> - 2017-03-16 10:30 +0100

csiph-web