From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Saravana Kannan <saravanak@google.com>
Cc: Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
"Rafael J. Wysocki" <rafael@kernel.org>,
Frank Rowand <frowand.list@gmail.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
kernel-team@android.com
Subject: Re: [PATCH v1 2/5] driver core: Add device links support for pending links to suppliers
Date: Fri, 24 May 2019 07:48:09 +0200 [thread overview]
Message-ID: <20190524054809.GA31664@kroah.com> (raw)
In-Reply-To: <20190524010117.225219-3-saravanak@google.com>
On Thu, May 23, 2019 at 06:01:13PM -0700, Saravana Kannan wrote:
> When consumer devices are added, they might not have a supplier device
> to link to despite needing mandatory resources/functionality from one
> or more suppliers. Add a waiting_for_suppliers list to track such
> consumers and add helper functions to manage the list.
>
> Marking/unmarking a consumer device as waiting for suppliers is
> generally expected to be done by the entity that's creating the
> device.
>
> Signed-off-by: Saravana Kannan <saravanak@google.com>
> ---
> drivers/base/core.c | 67 ++++++++++++++++++++++++++++++++++++++++++
> include/linux/device.h | 5 ++++
> 2 files changed, 72 insertions(+)
This looks fine to me, I'll let the dt people argue if the new entry is
valid or not :)
Feel free to add:
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
to this if the dt people want to take it through their tree. Or, I
guess I should really take it through mine...
thanks,
greg k-h
next prev parent reply other threads:[~2019-05-24 5:48 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-24 1:01 [PATCH v1 0/5] Solve postboot supplier cleanup and optimize probe ordering Saravana Kannan
2019-05-24 1:01 ` [PATCH v1 1/5] of/platform: Speed up of_find_device_by_node() Saravana Kannan
2019-05-24 17:56 ` Frank Rowand
2019-05-24 18:21 ` Saravana Kannan
2019-05-25 0:12 ` Frank Rowand
2019-06-11 14:51 ` Frank Rowand
2019-06-11 20:07 ` Saravana Kannan
2019-05-24 1:01 ` [PATCH v1 2/5] driver core: Add device links support for pending links to suppliers Saravana Kannan
2019-05-24 5:48 ` Greg Kroah-Hartman [this message]
2019-05-24 1:01 ` [PATCH v1 3/5] dt-bindings: Add depends-on property Saravana Kannan
2019-05-24 15:01 ` Mark Rutland
2019-05-24 22:09 ` Saravana Kannan
2019-05-24 1:01 ` [PATCH v1 4/5] of/platform: Add functional dependency link from "depends-on" property Saravana Kannan
2019-05-24 1:01 ` [PATCH v1 5/5] driver core: Add sync_state driver/bus callback Saravana Kannan
2019-05-24 5:48 ` Greg Kroah-Hartman
2019-05-24 5:52 ` [PATCH v1 0/5] Solve postboot supplier cleanup and optimize probe ordering Greg Kroah-Hartman
2019-05-25 2:17 ` Saravana Kannan
2019-05-24 13:04 ` Rob Herring
2019-05-24 21:51 ` Saravana Kannan
2019-05-24 17:49 ` Frank Rowand
2019-05-24 21:53 ` Saravana Kannan
2019-05-25 0:16 ` Frank Rowand
2019-05-25 0:22 ` Frank Rowand
2019-05-25 0:25 ` Frank Rowand
2019-05-25 2:08 ` Saravana Kannan
2019-05-25 2:40 ` Frank Rowand
2019-05-25 4:04 ` Saravana Kannan
2019-06-11 14:56 ` Frank Rowand
2019-06-11 20:19 ` Saravana Kannan
[not found] ` <CAGETcx8MY7Xhc4YjCcO9TH6X9Sse4Mg2Wi6vjau5T6d4C-itFQ@mail.gmail.com>
2019-05-29 20:02 ` Saravana Kannan
2019-05-31 23:27 ` David Collins
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190524054809.GA31664@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=devicetree@vger.kernel.org \
--cc=frowand.list@gmail.com \
--cc=kernel-team@android.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=rafael@kernel.org \
--cc=robh+dt@kernel.org \
--cc=saravanak@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox