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=-9.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 DB341C2D0A3 for ; Fri, 6 Nov 2020 07:51:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7F8F6208FE for ; Fri, 6 Nov 2020 07:51:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604649066; bh=ES2cWUOD1A2sfJT7rEAgKdjZzsP8rhSLcd7faKI5vyE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=A0oz6dSRLvkTqa2kW2EX5sQTd+bpJbhwVtmXm7qcFOcHIQwtpj+FhExTxmfss/bKw yYk0NRwl9mai5xecSV2XrKo4hTlZOEef7ifn6rRW+bV2GPIArEp0iUTTd1lq/cn9ji 0nHaUbjo0NzK960YKcMezzwPcKdO/kHDIfAUKTxo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726561AbgKFHvD (ORCPT ); Fri, 6 Nov 2020 02:51:03 -0500 Received: from mail.kernel.org ([198.145.29.99]:54726 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725830AbgKFHvD (ORCPT ); Fri, 6 Nov 2020 02:51:03 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A2EFD2087D; Fri, 6 Nov 2020 07:51:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604649061; bh=ES2cWUOD1A2sfJT7rEAgKdjZzsP8rhSLcd7faKI5vyE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IBAgEl+yCfMivAwQD3K0MrF645p9K+nvGxxkD5wtvBbSzVXzVIglxac9o6XBP1AdQ NLHoedeQO03LJBN0/mC2IVPqBFHTZru9bkCESEilBV3kZUX/ppyToMqQIfZliQz4br G+cofwggReGouoTjXW/AbgHGVZi25vyF/l4Gutts= Date: Fri, 6 Nov 2020 08:51:48 +0100 From: Greg Kroah-Hartman To: Saravana Kannan Cc: "Rafael J. Wysocki" , "Rafael J. Wysocki" , Len Brown , Ard Biesheuvel , Rob Herring , Frank Rowand , Marc Zyngier , Thomas Gleixner , Tomi Valkeinen , Laurent Pinchart , Grygorii Strashko , Android Kernel Team , ACPI Devel Maling List , LKML , linux-efi , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" Subject: Re: [PATCH v1 15/18] of: property: Update implementation of add_links() to create fwnode links Message-ID: <20201106075148.GA2619937@kroah.com> References: <20201104232356.4038506-1-saravanak@google.com> <20201104232356.4038506-16-saravanak@google.com> <20201105094228.GE3439341@kroah.com> <20201106072247.GB2614221@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Thu, Nov 05, 2020 at 11:41:20PM -0800, Saravana Kannan wrote: > On Thu, Nov 5, 2020 at 11:22 PM Greg Kroah-Hartman > wrote: > > > > On Thu, Nov 05, 2020 at 03:25:56PM -0800, Saravana Kannan wrote: > > > On Thu, Nov 5, 2020 at 1:41 AM Greg Kroah-Hartman > > > wrote: > > > > > > > > On Wed, Nov 04, 2020 at 03:23:52PM -0800, Saravana Kannan wrote: > > > > > The semantics of add_links() has changed from creating device link > > > > > between devices to creating fwnode links between fwnodes. So, update the > > > > > implementation of add_links() to match the new semantics. > > > > > > > > > > Signed-off-by: Saravana Kannan > > > > > --- > > > > > drivers/of/property.c | 150 ++++++++++++------------------------------ > > > > > 1 file changed, 41 insertions(+), 109 deletions(-) > > > > > > > > > > diff --git a/drivers/of/property.c b/drivers/of/property.c > > > > > index 408a7b5f06a9..86303803f1b3 100644 > > > > > --- a/drivers/of/property.c > > > > > +++ b/drivers/of/property.c > > > > > @@ -1038,33 +1038,9 @@ static bool of_is_ancestor_of(struct device_node *test_ancestor, > > > > > } > > > > > > > > > > /** > > > > > - * of_get_next_parent_dev - Add device link to supplier from supplier phandle > > > > > - * @np: device tree node > > > > > - * > > > > > - * Given a device tree node (@np), this function finds its closest ancestor > > > > > - * device tree node that has a corresponding struct device. > > > > > - * > > > > > - * The caller of this function is expected to call put_device() on the returned > > > > > - * device when they are done. > > > > > - */ > > > > > -static struct device *of_get_next_parent_dev(struct device_node *np) > > > > > -{ > > > > > - struct device *dev = NULL; > > > > > - > > > > > - of_node_get(np); > > > > > - do { > > > > > - np = of_get_next_parent(np); > > > > > - if (np) > > > > > - dev = get_dev_from_fwnode(&np->fwnode); > > > > > - } while (np && !dev); > > > > > - of_node_put(np); > > > > > - return dev; > > > > > -} > > > > > - > > > > > -/** > > > > > - * of_link_to_phandle - Add device link to supplier from supplier phandle > > > > > - * @dev: consumer device > > > > > - * @sup_np: phandle to supplier device tree node > > > > > + * of_link_to_phandle - Add fwnode link to supplier from supplier phandle > > > > > + * @con_np: consumer device tree node > > > > > + * @sup_np: supplier device tree node > > > > > * > > > > > * Given a phandle to a supplier device tree node (@sup_np), this function > > > > > * finds the device that owns the supplier device tree node and creates a > > > > > @@ -1074,16 +1050,14 @@ static struct device *of_get_next_parent_dev(struct device_node *np) > > > > > * cases, it returns an error. > > > > > * > > > > > * Returns: > > > > > - * - 0 if link successfully created to supplier > > > > > - * - -EAGAIN if linking to the supplier should be reattempted > > > > > + * - 0 if fwnode link successfully created to supplier > > > > > * - -EINVAL if the supplier link is invalid and should not be created > > > > > - * - -ENODEV if there is no device that corresponds to the supplier phandle > > > > > + * - -ENODEV if struct device will never be create for supplier > > > > > */ > > > > > -static int of_link_to_phandle(struct device *dev, struct device_node *sup_np, > > > > > - u32 dl_flags) > > > > > +static int of_link_to_phandle(struct device_node *con_np, > > > > > + struct device_node *sup_np) > > > > > { > > > > > - struct device *sup_dev, *sup_par_dev; > > > > > - int ret = 0; > > > > > + struct device *sup_dev; > > > > > struct device_node *tmp_np = sup_np; > > > > > > > > > > of_node_get(sup_np); > > > > > @@ -1106,7 +1080,8 @@ static int of_link_to_phandle(struct device *dev, struct device_node *sup_np, > > > > > } > > > > > > > > > > if (!sup_np) { > > > > > - dev_dbg(dev, "Not linking to %pOFP - No device\n", tmp_np); > > > > > + pr_debug("Not linking %pOFP to %pOFP - No device\n", > > > > > + con_np, tmp_np); > > > > > > > > Who is calling this function without a valid dev pointer? > > > > > > Sorry, I plan to delete the "dev" parameter as it's not really used > > > anywhere. I'm trying to do that without causing build time errors and > > > making the series into digestible small patches. > > > > > > I can do the deletion of the parameter as a Patch 19/19. Will that work? > > > > That's fine, but why get rid of dev? The driver core works on these > > things, and we want errors/messages/warnings to spit out what device is > > causing those issues. It is fine to drag around a struct device pointer > > just for messages, that's to be expected, and is good. > > In general I agree. If the fwnode being parsed is related to the dev, > it's nice to have the dev name in the logs. > > But in this instance I feel it's analogous to printing the PID that's > parsing the fwnode -- kinda irrelevant. The device in question can > appear very random and it'll just cause more confusion than be of help > if it shows up in the logs. > > For example it can be something like: > : linking to > > If the device was actually that of the wifi fwnode of the iommu > fwnode, I agree it'll be useful to carry around the dev even if it's > just for logs. > > Hope that makes sense. Not really, as the device here should be the one that is doing the linking, so why doesn't that matter? It shouldn't be confusing as this is what the DT asks to have happen, so reflecting that in the log if an error, or debugging, wants it should be helpful, not confusing. thanks, greg k-h