]> git.baikalelectronics.ru Git - 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)
commit8b282e2d96b824ade151fab83aa12e1b7f031e6b
tree128403d3fb1187222f340b3676310ef376d17699
parent7c0bde6aeec93921609db9f53e09cc82b8d5b04a
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