diff options
author | Saravana Kannan <saravanak@google.com> | 2021-03-30 11:50:55 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-04-02 17:06:58 +0200 |
commit | f7514a6630166a7b566dee9b1af2e87e431959be (patch) | |
tree | c60e9d29836d94592cf1364420e2d9a99baa80d9 /drivers/pinctrl/pinctrl-microchip-sgpio.c | |
parent | ed7027fdf4ec41ed6df6814956dc11860232a9d5 (diff) | |
download | linux-stable-f7514a6630166a7b566dee9b1af2e87e431959be.tar.gz linux-stable-f7514a6630166a7b566dee9b1af2e87e431959be.tar.bz2 linux-stable-f7514a6630166a7b566dee9b1af2e87e431959be.zip |
of: property: fw_devlink: Add support for remote-endpoint
remote-endpoint property seems to always come in pairs where two devices
point to each other. So, we can't really tell from DT if there is a
functional probe order dependency between these two devices.
However, there can be other dependencies between two devices that point
to each other with remote-endpoint. This non-remote-endpoint dependency
combined with one of the remote-endpoint dependency can lead to a cyclic
dependency[1].
To avoid this cyclic dependency from incorrectly blocking probes,
fw_devlink needs to be made aware of remote-endpoint dependencies even
though remote-endpoint dependencies by themselves won't affect probe
ordering (because fw_devlink will see the cyclic dependency between
remote-endpoint devices and ignore the dependencies that cause the
cycle).
Also, if a device ever needs to know if a non-probe-blocking
remote-endpoint has finished probing, it can now use the sync_state() to
figure it out.
[1] - https://lore.kernel.org/lkml/CAGETcx9Snf23wrXqjDhJiTok9M3GcoVYDSyNYSMj9QnSRrA=cA@mail.gmail.com/#t
Fixes: ea718c699055 ("Revert "Revert "driver core: Set fw_devlink=on by default""")
Reported-by: Stephen Boyd <swboyd@chromium.org>
Tested-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Saravana Kannan <saravanak@google.com>
Link: https://lore.kernel.org/r/20210330185056.1022008-1-saravanak@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/pinctrl/pinctrl-microchip-sgpio.c')
0 files changed, 0 insertions, 0 deletions