On Fri, Feb 12, 2021 at 4:39 PM Stephen Boyd <sb...@kernel.org> wrote: > > Quoting Saravana Kannan (2021-02-05 14:26:44) > > 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. > > > > > Signed-off-by: Saravana Kannan <sarava...@google.com> > > --- > > Acked-by: Stephen Boyd <sb...@kernel.org> Thanks, Saravana