Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp1711469ybx; Thu, 7 Nov 2019 16:09:29 -0800 (PST) X-Google-Smtp-Source: APXvYqyfyCm90HFdtU4e7kPBNw/npJbsO81W/74vejmQ/LEsPXqZu7zI8WpAHLQpqsRQaRDY0+ie X-Received: by 2002:aa7:dd13:: with SMTP id i19mr7164736edv.240.1573171769273; Thu, 07 Nov 2019 16:09:29 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1573171769; cv=none; d=google.com; s=arc-20160816; b=a36Aq/lyUywkEgH6AjQwqBZWoUVRuZvwT/6G3UJje5lk3D87K8q6XdfRuIMDpnOUIX q+nAQOdBEaAgHTg0IC5Qaz/x+CHS2zMy+0JdZYXf9mJ1xVWYTCENaWfkAHH8SMEyA/Mq cy7WnxqDuYxzl5nsuGPcYDjz29fK7jOk98JnBYivf5hf9jg3wYmK+plWmGNCjW3PPX3n 511A8KMg+JJdoGH5AsE1UksIN43+utWNJ/P5pYNwr5Sf6a6uNUvGsklarbl+HX4GwtZL fFfjtLuk/QtjXe+oFuajB3X1OB9J7YYeIkivpkwRmbD0dHmuC219MksGglgtU0z6Qq5A QB7w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=pgnbsIsggDHOYMBbPMqo75rBhx8Umy0vf4PmAL/dzEU=; b=eacl1ueGKzZwrfhJVuLpYH+RmIfUIuffUg/cR0lsyDtlusWoNVMvgLa1bFzB1nIwuj ssWKUINZ0XYdKmakCMpimYuyPB0OGiB5vrQwqEt/tdwfvFiYpDLl6DQbh7FeCdwMyRYo u7Z0BLJoZmvscx/64WmmHJTnv3KbdCzxzTUjF3bVpm5EywLs9yKlBKkIEhlAI3DZ9JCl T4gBMiKY3PHuKpiHkImV892OIVDV2z82yh011zkgd5nvnRI/dEXjKMQP+zk0Pfcr2jaZ XPQpfc+RE4S2O32OJe6myP2wjWt+ZjdL7AtsMh7oY4COCF3J35hVSe5Wwdo7Um7z9mxG nXmg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i3si2666122ejv.41.2019.11.07.16.09.05; Thu, 07 Nov 2019 16:09:29 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727952AbfKHAF7 (ORCPT + 99 others); Thu, 7 Nov 2019 19:05:59 -0500 Received: from cloudserver094114.home.pl ([79.96.170.134]:48637 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725906AbfKHAF7 (ORCPT ); Thu, 7 Nov 2019 19:05:59 -0500 Received: from 79.184.254.83.ipv4.supernova.orange.pl (79.184.254.83) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.292) id 657f9753bd504601; Fri, 8 Nov 2019 01:05:55 +0100 From: "Rafael J. Wysocki" To: Saravana Kannan Cc: Greg Kroah-Hartman , "Rafael J. Wysocki" , Rob Herring , Frank Rowand , Len Brown , Android Kernel Team , LKML , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , linux-acpi@vger.kernel.org Subject: Re: [PATCH v1 2/5] driver core: Allow a device to wait on optional suppliers Date: Fri, 08 Nov 2019 01:05:55 +0100 Message-ID: <2876287.EbKXPN90gv@kreacher> In-Reply-To: References: <20191028220027.251605-1-saravanak@google.com> <1593797.btdyhENphq@kreacher> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday, November 5, 2019 11:35:28 PM CET Saravana Kannan wrote: > Looks like I squashed/rebased a bit incorrectly. It's fixed in the > next patch in the series. Well, that still is somewhat bisection-unfriendly. > On Tue, Nov 5, 2019 at 2:29 PM Rafael J. Wysocki wrote: > > > > On Monday, October 28, 2019 11:00:23 PM CET Saravana Kannan wrote: > > > Before this change, if a device is waiting on suppliers, it's assumed > > > that all those suppliers are needed for the device to probe > > > successfully. This change allows marking a devices as waiting only on > > > optional suppliers. This allows a device to wait on suppliers (and link > > > to them as soon as they are available) without preventing the device > > > from being probed. > > > > > > Signed-off-by: Saravana Kannan > > > --- > > > drivers/base/core.c | 28 +++++++++++++++++++++++++--- > > > include/linux/device.h | 3 +++ > > > 2 files changed, 28 insertions(+), 3 deletions(-) > > > > > > diff --git a/drivers/base/core.c b/drivers/base/core.c > > > index 17ed054c4132..48cd43a91ce6 100644 > > > --- a/drivers/base/core.c > > > +++ b/drivers/base/core.c > > > @@ -480,13 +480,25 @@ EXPORT_SYMBOL_GPL(device_link_add); > > > * This function is NOT meant to be called from the probe function of the > > > * consumer but rather from code that creates/adds the consumer device. > > > */ > > > -static void device_link_wait_for_supplier(struct device *consumer) > > > +static void device_link_wait_for_supplier(struct device *consumer, > > > + bool need_for_probe) > > > { > > > mutex_lock(&wfs_lock); > > > list_add_tail(&consumer->links.needs_suppliers, &wait_for_suppliers); > > > + consumer->links.need_for_probe = need_for_probe; > > > mutex_unlock(&wfs_lock); > > > } > > > > > > +static void device_link_wait_for_mandatory_supplier(struct device *consumer) > > > +{ > > > + device_link_wait_for_supplier(consumer, true); > > > +} > > > + > > > +static void device_link_wait_for_optional_supplier(struct device *consumer) > > > +{ > > > + device_link_wait_for_supplier(consumer, false); > > > +} > > > + > > > /** > > > * device_link_add_missing_supplier_links - Add links from consumer devices to > > > * supplier devices, leaving any > > > @@ -656,7 +668,8 @@ int device_links_check_suppliers(struct device *dev) > > > * probe. > > > */ > > > mutex_lock(&wfs_lock); > > > - if (!list_empty(&dev->links.needs_suppliers)) { > > > + if (!list_empty(&dev->links.needs_suppliers) && > > > + dev->links.need_for_probe) { > > > mutex_unlock(&wfs_lock); > > > return -EPROBE_DEFER; > > > } > > > @@ -760,6 +773,15 @@ void device_links_driver_bound(struct device *dev) > > > { > > > struct device_link *link; > > > > > > + /* > > > + * If a device probes successfully, it's expected to have created all > > > + * the device links it needs to or make new device links as it needs > > > + * them. So, it no longer needs to wait on any suppliers. > > > + */ > > > + mutex_lock(&wfs_lock); > > > + list_del_init(&dev->links.needs_suppliers); > > > + mutex_unlock(&wfs_lock); > > > + > > > device_links_write_lock(); > > > > > > list_for_each_entry(link, &dev->links.consumers, s_node) { > > > @@ -2393,7 +2415,7 @@ int device_add(struct device *dev) > > > > > > if (fwnode_has_op(dev->fwnode, add_links) > > > && fwnode_call_int_op(dev->fwnode, add_links, dev)) > > > - device_link_wait_for_supplier(dev); > > > + device_link_wait_for_mandatory_supplier(dev, true); > > > > Does this compile even? > > > > The function takes one argument according to the definition above ... > > > > > bus_probe_device(dev); > > > if (parent) > > > diff --git a/include/linux/device.h b/include/linux/device.h > > > index f1f2aa0b19da..4fd33da9a848 100644 > > > --- a/include/linux/device.h > > > +++ b/include/linux/device.h > > > @@ -1156,6 +1156,8 @@ enum dl_dev_state { > > > * @consumers: List of links to consumer devices. > > > * @needs_suppliers: Hook to global list of devices waiting for suppliers. > > > * @defer_sync: Hook to global list of devices that have deferred sync_state. > > > + * @need_for_probe: If needs_suppliers is on a list, this indicates if the > > > + * suppliers are needed for probe or not. > > > * @status: Driver status information. > > > */ > > > struct dev_links_info { > > > @@ -1163,6 +1165,7 @@ struct dev_links_info { > > > struct list_head consumers; > > > struct list_head needs_suppliers; > > > struct list_head defer_sync; > > > + bool need_for_probe; > > > enum dl_dev_state status; > > > }; > > > > > > > > > > > > > > >