Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-14 | Revert "driver core: Add deferred_probe attribute to devices in sysfs" | Greg Kroah-Hartman | |
This reverts commit 6751667a29d6fd64afb9ce30567ad616b68ed789. Rob Herring objected to it, and a replacement for it will be added using debugfs in the future. Cc: Ben Hutchings <ben.hutchings@codethink.co.uk> Reported-by: Rob Herring <robh@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | |||
2016-11-10 | driver core: Add deferred_probe attribute to devices in sysfs | Ben Hutchings | |
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> |