On Thu, Apr 18, 2019 at 2:20 PM Sakari Ailus <sakari.ailus@xxxxxx> wrote: > > On Tue, Apr 02, 2019 at 01:30:37PM +0300, Sakari Ailus wrote: > > fwnode_graph_get_endpoint_by_id() is intended for obtaining local > > endpoints by a given local port. fwnode_graph_get_endpoint_by_id() is > > slightly different from its OF counterpart is > > of_graph_get_endpoint_by_regs(): instead of using -1 as a value to signify > > that a port or an endpoint number does not matter, it uses flags to look > > for equal or greater endpoint. The port number is always fixed. It also > > returns only remote endpoints that belong to an available device, a > > behaviour that can be turned off with a flag. > > > > Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> > > Ping? I've been waiting for Rob to say something, but it looks like he has nothing to say here, so I think I'll go ahead and take the patch as is.