On Thu, Jan 07, 2021 at 01:28:27PM +0000, Daniel Scally wrote: > This function is used to find fwnode endpoints against a device. In > some instances those endpoints are software nodes which are children of > fwnode->secondary. Add support to fwnode_graph_get_endpoint_by_id() to > find those endpoints by recursively calling itself passing the ptr to > fwnode->secondary in the event no endpoint is found for the primary. > > Reviewed-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> > Reviewed-by: Laurent Pinchart <laurent.pinch...@ideasonboard.com> > Acked-by: Sakari Ailus <sakari.ai...@linux.intel.com> > Signed-off-by: Daniel Scally <djrsca...@gmail.com> > --- > Changes in v5: > > - Changed the commit subject > > drivers/base/property.c | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-)
Acked-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>