From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 86B4CC11D24 for ; Thu, 20 Feb 2020 23:27:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5721B208E4 for ; Thu, 20 Feb 2020 23:27:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="eAcVw+X8" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729407AbgBTX1B (ORCPT ); Thu, 20 Feb 2020 18:27:01 -0500 Received: from mail-wm1-f66.google.com ([209.85.128.66]:35462 "EHLO mail-wm1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727135AbgBTX1A (ORCPT ); Thu, 20 Feb 2020 18:27:00 -0500 Received: by mail-wm1-f66.google.com with SMTP id b17so354884wmb.0; Thu, 20 Feb 2020 15:26:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=gXhC1fUagtJi7fZvzRqoyd1CGAuI4p99NoxRHov+yno=; b=eAcVw+X81nRW3zoI1yR5wX/S5pCZdqCpf4aSF10m//RBc65CtQ6FtpIKhlvnQFtiis vIaDPSvJNiwXLbTeyMwpuWe6qxjB+EfwhlYr2i7vOplHTR+hDtnBfiUvIMQyjvNOFGt/ FYEvmwxVqBw1sNcD6vLVt+MwiYSC8T++DRFmPiCsKOcFnJVHUfoaobWvd4slo1vuJTCd TVFBzdL2+h55plGDe3xnpBKFs5yw7s2O8UNK3yGEyXNUn8z7uzf75su9zERhxPdvF6+e UxW9p8jR4bf0YKJzhHeHvXil6rbPIR6Fp56Simdy5Rb4HXEenX1qdxEFHOe1F7L9BOKv 5Fxw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=gXhC1fUagtJi7fZvzRqoyd1CGAuI4p99NoxRHov+yno=; b=MBryMIMhQ3zyx+Oz5eSPQZu65atqqWr79DRUdifkTE/5KYhAyXGpq+Cw9cI+/kkBBn c2RyU/WDMjgHgZXTFyWxRYHZpN5eN+N39qas+u5yr38o49vasB8aoQzcXtuFdZY5FalW SfEiW5sYg+mnetJafkoj2olpZFqoZvTwVVllkzrDKDlyL8wsxDvGADVuTBopuppXgQcH 5QXgFExhc1uJO+d3blgW8Sd6XobbAsqPO2BOz1W31YsLf0N1t4JFU0k2DP5Q7JgriqB/ ACxybSbxgcTN3bs9ikIXKR0qMpYgw6MwM8YiHfA9kgCBbUXxga9eOElR27cR0+kW96A5 XceA== X-Gm-Message-State: APjAAAXn60iSBJvxJjK+h4H822lCIKviWIvbBTsQTgfmhZCB2hr/rPxs Fe4XrPSDQobklhJnCVu8h3QUBE7urLt36RBLGn8= X-Google-Smtp-Source: APXvYqxvDI4BZ8Sh8Jlyyw7mZ5xY0GgwMwrJBslvznQ5W22et9Ic+Vm2lPfCJqJOT1go6PmZMIA59zuA2EOnxaWxX1o= X-Received: by 2002:a1c:1d09:: with SMTP id d9mr7100967wmd.91.1582241218869; Thu, 20 Feb 2020 15:26:58 -0800 (PST) MIME-Version: 1.0 References: <20200220055250.196456-1-saravanak@google.com> In-Reply-To: <20200220055250.196456-1-saravanak@google.com> From: John Stultz Date: Thu, 20 Feb 2020 15:26:46 -0800 Message-ID: Subject: Re: [PATCH v1] of: property: Add device link support for power-domains and hwlocks To: Saravana Kannan Cc: Rob Herring , Frank Rowand , "Rafael J. Wysocki" , Kevin Hilman , Ulf Hansson , Pavel Machek , Len Brown , Todd Kjos , Bjorn Andersson , Liam Girdwood , Mark Brown , Greg Kroah-Hartman , linux-pm@vger.kernel.org, Android Kernel Team , devicetree@vger.kernel.org, Linux Kernel Mailing List , Rob Herring Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 19, 2020 at 9:53 PM Saravana Kannan wrote: > > Add support for creating device links out of more DT properties. > > To: lkml > To: John Stultz > To: Rob Herring 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" > Cc: Kevin Hilman > Cc: Ulf Hansson > Cc: Pavel Machek > Cc: Len Brown > Cc: Todd Kjos > Cc: Bjorn Andersson > Cc: Liam Girdwood > Cc: Mark Brown > Cc: Greg Kroah-Hartman > Cc: linux-pm@vger.kernel.org > Signed-off-by: Saravana Kannan > --- > 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 Thanks for sending it out! -john