[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170316082804.GA24043@kroah.com>
Date: Thu, 16 Mar 2017 17:28:04 +0900
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Lucas Stach <l.stach@...gutronix.de>
Cc: linux-kernel@...r.kernel.org, kernel@...gutronix.de,
patchwork-lst@...gutronix.de
Subject: Re: [PATCH] driver core: add devices to deferred probe list when
unbinding consumers
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
Powered by blists - more mailing lists