Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.8 17 lines 793 B view raw
1What: /sys/devices/.../waiting_for_supplier 2Date: May 2020 3Contact: Saravana Kannan <saravanak@google.com> 4Description: 5 The /sys/devices/.../waiting_for_supplier attribute is only 6 present when fw_devlink kernel command line option is enabled 7 and is set to something stricter than "permissive". It is 8 removed once a device probes successfully (because the 9 information is no longer relevant). The number read from it (0 10 or 1) reflects whether the device is waiting for one or more 11 suppliers to be added and then linked to using device links 12 before the device can probe. 13 14 A value of 0 means the device is not waiting for any suppliers 15 to be added before it can probe. A value of 1 means the device 16 is waiting for one or more suppliers to be added before it can 17 probe.