diff options
author | Saravana Kannan <saravanak@google.com> | 2019-10-29 01:00:23 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-11-02 20:05:17 +0300 |
commit | bcbbcfd57247f4c2976055995e5760fb576aae1e (patch) | |
tree | cb6db68c1ef8083ff8eb7899b2fd6d1a1dbce94c /security | |
parent | 05ef983e0d65a31b370a4e1b93c1efd490ae778f (diff) | |
download | linux-bcbbcfd57247f4c2976055995e5760fb576aae1e.tar.xz |
driver core: Allow a device to wait on optional suppliers
Before this change, if a device is waiting on suppliers, it's assumed
that all those suppliers are needed for the device to probe
successfully. This change allows marking a devices as waiting only on
optional suppliers. This allows a device to wait on suppliers (and link
to them as soon as they are available) without preventing the device
from being probed.
Signed-off-by: Saravana Kannan <saravanak@google.com>
Link: https://lore.kernel.org/r/20191028220027.251605-3-saravanak@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions