]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
driver core: Add deferred_probe attribute to devices in sysfs
authorBen Hutchings <ben.hutchings@codethink.co.uk>
Tue, 16 Aug 2016 13:34:18 +0000 (14:34 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Nov 2016 16:22:23 +0000 (17:22 +0100)
commit6751667a29d6fd64afb9ce30567ad616b68ed789
tree128403d3fb1187222f340b3676310ef376d17699
parentbaa8809f60971d10220dfe79248f54b2b265f003
driver core: Add deferred_probe attribute to devices in sysfs

It is sometimes useful to know that a device is on the deferred probe
list rather than, say, not having a driver available.  Expose this
information to user-space.

Signed-off-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/ABI/testing/sysfs-devices-deferred_probe [new file with mode: 0644]
drivers/base/base.h
drivers/base/core.c
drivers/base/dd.c