On Thu, Jul 02, 2020 at 03:44:21PM +0200, 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 dev_err_probe function introduced > recently, ie. if dev_err_probe will be called with -EPROBE_DEFER instead of > printk the message will be attached to a deferred device and printed when user > reads devices_deferred property. > > Signed-off-by: Andrzej Hajda <a.ha...@samsung.com> > Reviewed-by: Mark Brown <broo...@kernel.org> > Reviewed-by: Javier Martinez Canillas <javi...@redhat.com> > Reviewed-by: Andy Shevchenko <andy.shevche...@gmail.com> > Reviewed-by: Rafael J. Wysocki <raf...@kernel.org> > --- > v8: > - improved commit message
I'm totally confused by this series. Can you resend the whole thing, as a full series, not just random individual patches in the series incremented? It's a pain to try to fish them all out as to which is the "latest" with all of the needed reviewed by lines :( thanks, greg k-h