On Fri, Feb 12, 2021 at 4:39 PM Stephen Boyd [off-list ref] wrote:
Quoting Saravana Kannan (2021-02-05 14:26:44)
quoted
This allows fw_devlink to recognize clock provider drivers that don't
use the device-driver model to initialize the device. fw_devlink will
use this information to make sure consumers of such clock providers
aren't indefinitely blocked from probing, waiting for the power domain
device to appear and bind to a driver.
The "power domain" part of this commit text doesn't make any sense. Is
it copy/pasted from some other patch? Should probably say "waiting for
the clk providing device"?
Yeah, copy-pasta.
quoted
Signed-off-by: Saravana Kannan <redacted>
---
Acked-by: Stephen Boyd <sboyd@kernel.org>
Thanks,
Saravana