From: Saravana Kannan <saravanak@google.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
"Rafael J. Wysocki" <rafael@kernel.org>,
Rob Herring <robh+dt@kernel.org>,
Frank Rowand <frowand.list@gmail.com>
Cc: Saravana Kannan <saravanak@google.com>,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
John Stultz <john.stultz@linaro.org>,
kernel-team@android.com
Subject: [PATCH v2 0/2] fw_devlink: Improve cycle detection in DT
Date: Tue, 9 Jun 2020 18:19:32 -0700 [thread overview]
Message-ID: <20200610011934.49795-1-saravanak@google.com> (raw)
Patch 2/2 explain the series. Just using a cover letter to thread the
series and add CC's.
-Saravana
v1 -> v2:
Patch 2/2:
- Added more comments
- Fixed missing put_device()
- Fixed stupid fall through in the error case
Saravana Kannan (2):
driver core: Add device_is_dependent() to linux/device.h
of: property: Improve cycle detection when one of the devices is never
added
drivers/base/core.c | 2 +-
drivers/of/property.c | 62 ++++++++++++++++++++++++++++++++++++++----
include/linux/device.h | 1 +
3 files changed, 58 insertions(+), 7 deletions(-)
--
2.27.0.278.ge193c7cf3a9-goog
next reply other threads:[~2020-06-10 1:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-10 1:19 Saravana Kannan [this message]
2020-06-10 1:19 ` [PATCH v2 1/2] driver core: Add device_is_dependent() to linux/device.h Saravana Kannan
2020-06-10 1:19 ` [PATCH v2 2/2] of: property: Improve cycle detection when one of the devices is never added Saravana Kannan
2020-06-17 22:12 ` Rob Herring
2020-06-18 1:13 ` Saravana Kannan
2020-06-10 4:47 ` [PATCH v2 0/2] fw_devlink: Improve cycle detection in DT John Stultz
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=20200610011934.49795-1-saravanak@google.com \
--to=saravanak@google.com \
--cc=devicetree@vger.kernel.org \
--cc=frowand.list@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=john.stultz@linaro.org \
--cc=kernel-team@android.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rafael@kernel.org \
--cc=robh+dt@kernel.org \
/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