public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] fw_devlink: Improve cycle detection in DT
@ 2020-06-10  1:19 Saravana Kannan
  2020-06-10  1:19 ` [PATCH v2 1/2] driver core: Add device_is_dependent() to linux/device.h Saravana Kannan
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Saravana Kannan @ 2020-06-10  1:19 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Rafael J. Wysocki, Rob Herring, Frank Rowand
  Cc: Saravana Kannan, linux-kernel, devicetree, John Stultz,
	kernel-team

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-06-18  2:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-10  1:19 [PATCH v2 0/2] fw_devlink: Improve cycle detection in DT Saravana Kannan
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox