Re: [PATCH v4 2/3] driver core: add deferring probe reason to devices_deferred property

2018-12-20 Thread Andrzej Hajda
On 20.12.2018 12:04, Rafael J. Wysocki wrote: > On Thu, Dec 20, 2018 at 11:23 AM Andrzej Hajda wrote: >> /sys/kernel/debug/devices_deferred property contains list of deferred >> devices. >> This list does not contain reason why the driver deferred probe, the patch >> improves it. >> The natural

Re: [PATCH v4 2/3] driver core: add deferring probe reason to devices_deferred property

2018-12-20 Thread Andrzej Hajda
On 20.12.2018 12:12, Greg Kroah-Hartman wrote: > On Thu, Dec 20, 2018 at 11:22:46AM +0100, Andrzej Hajda wrote: >> /sys/kernel/debug/devices_deferred property contains list of deferred >> devices. >> This list does not contain reason why the driver deferred probe, the patch >> improves it. >> The

Re: [PATCH v4 2/3] driver core: add deferring probe reason to devices_deferred property

2018-12-20 Thread Greg Kroah-Hartman
On Thu, Dec 20, 2018 at 11:22:46AM +0100, Andrzej Hajda wrote: > /sys/kernel/debug/devices_deferred property contains list of deferred devices. > This list does not contain reason why the driver deferred probe, the patch > improves it. > The natural place to set the reason is probe_err function

Re: [PATCH v4 2/3] driver core: add deferring probe reason to devices_deferred property

2018-12-20 Thread Rafael J. Wysocki
On Thu, Dec 20, 2018 at 11:23 AM Andrzej Hajda wrote: > > /sys/kernel/debug/devices_deferred property contains list of deferred devices. > This list does not contain reason why the driver deferred probe, the patch > improves it. > The natural place to set the reason is probe_err function

[PATCH v4 2/3] driver core: add deferring probe reason to devices_deferred property

2018-12-20 Thread Andrzej Hajda
/sys/kernel/debug/devices_deferred property contains list of deferred devices. This list does not contain reason why the driver deferred probe, the patch improves it. The natural place to set the reason is probe_err function introduced recently, ie. if probe_err will be called with -EPROBE_DEFER

[PATCH v4 2/3] driver core: add deferring probe reason to devices_deferred property

2018-10-18 Thread Andrzej Hajda
/sys/kernel/debug/devices_deferred property contains list of deferred devices. This list does not contain reason why the driver deferred probe, the patch improves it. The natural place to set the reason is probe_err function introduced recently, ie. if probe_err will be called with -EPROBE_DEFER

[PATCH v4 2/3] driver core: add deferring probe reason to devices_deferred property

2018-10-18 Thread Andrzej Hajda
/sys/kernel/debug/devices_deferred property contains list of deferred devices. This list does not contain reason why the driver deferred probe, the patch improves it. The natural place to set the reason is probe_err function introduced recently, ie. if probe_err will be called with -EPROBE_DEFER