On Wed, Feb 19, 2020 at 9:53 PM Saravana Kannan <saravanak@xxxxxxxxxx> wrote: > > Add support for creating device links out of more DT properties. > > To: lkml <linux-kernel@xxxxxxxxxxxxxxx> > To: John Stultz <john.stultz@xxxxxxxxxx> > To: Rob Herring <robh@xxxxxxxxxx> Just as a heads up, git-send-email doesn't seem to pick up these To: lines, so I had to dig this out of an archive. > Cc: "Rafael J. Wysocki" <rjw@xxxxxxxxxxxxx> > Cc: Kevin Hilman <khilman@xxxxxxxxxx> > Cc: Ulf Hansson <ulf.hansson@xxxxxxxxxx> > Cc: Pavel Machek <pavel@xxxxxx> > Cc: Len Brown <len.brown@xxxxxxxxx> > Cc: Todd Kjos <tkjos@xxxxxxxxxx> > Cc: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx> > Cc: Liam Girdwood <lgirdwood@xxxxxxxxx> > Cc: Mark Brown <broonie@xxxxxxxxxx> > Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Cc: linux-pm@xxxxxxxxxxxxxxx > Signed-off-by: Saravana Kannan <saravanak@xxxxxxxxxx> > --- > drivers/of/property.c | 4 ++++ > 1 file changed, 4 insertions(+) This does seem to work for me, allowing various clk drivers to be used as modules! This removes the functional need for my recent driver core patch series around the deferred_probe_timeout (though the cleanup bits in there may still be worth while). Tested-by: John Stultz <john.stultz@xxxxxxxxxx> Thanks for sending it out! -john