]> git.baikalelectronics.ru Git - kernel.git/commit
driver core: Set fw_devlink.strict=1 by default
authorSaravana Kannan <saravanak@google.com>
Wed, 1 Jun 2022 07:07:03 +0000 (00:07 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Jun 2022 13:57:54 +0000 (15:57 +0200)
commit67221973b91525ce3d9defaa4bc76b66615b8bbe
treef82cd6162675b6e2a95f4df26328a42e385ff376
parent7929a003cb1f275db596d02324e5eae8b22fe080
driver core: Set fw_devlink.strict=1 by default

Now that deferred_probe_timeout is non-zero by default, fw_devlink will
never permanently block the probing of devices. It'll try its best to
probe the devices in the right order and then finally let devices probe
even if their suppliers don't have any drivers.

Tested-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Saravana Kannan <saravanak@google.com>
Link: https://lore.kernel.org/r/20220601070707.3946847-8-saravanak@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/core.c