device property: Add fwnode_is_ancestor_of() and fwnode_get_next_parent_dev()
authorSaravana Kannan <saravanak@google.com>
Sat, 21 Nov 2020 02:02:25 +0000 (18:02 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Dec 2020 18:10:21 +0000 (19:10 +0100)
commitb5d3e2fbcb10957521af14c4256cd0e5f68b9234
treec40d818e24ef8da83ed6bd939ab2092d074967ed
parentac66c5bbb4371073dcace77e47c234d2e36a006b
device property: Add fwnode_is_ancestor_of() and fwnode_get_next_parent_dev()

Add fwnode_is_ancestor_of() helper function to check if a fwnode is an
ancestor of another fwnode.

Add fwnode_get_next_parent_dev() helper function that take as input a
fwnode and finds the closest ancestor fwnode that has a corresponding
struct device and returns that struct device.

Signed-off-by: Saravana Kannan <saravanak@google.com>
Link: https://lore.kernel.org/r/20201121020232.908850-11-saravanak@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/property.c
include/linux/property.h