On Thu, Jan 26, 2023 at 8:17 PM Maxime Ripard <maxime@xxxxxxxxxx> wrote: > > On Thu, Jan 26, 2023 at 08:14:11PM +0530, Jagan Teki wrote: > > Add devm OF helper to return the next DSI bridge in the chain. > > > > Unlike general bridge return helper devm_drm_of_get_bridge, this > > helper uses the dsi specific panel_or_bridge helper to find the > > next DSI device in the pipeline. > > > > Helper lookup a given child DSI node or a DT node's port and > > endpoint number, find the connected node and return either > > the associated struct drm_panel or drm_bridge device. > > > > Cc: Maxime Ripard <mripard@xxxxxxxxxx> > > Cc: Laurent Pinchart <Laurent.pinchart@xxxxxxxxxxxxxxxx> > > Cc: Linus Walleij <linus.walleij@xxxxxxxxxx> > > Cc: Maarten Lankhorst <maarten.lankhorst@xxxxxxxxxxxxxxx> > > Signed-off-by: Jagan Teki <jagan@xxxxxxxxxxxxxxxxxxxx> > > --- > > Changes for v12, v11: > > - none > > Changes for v10: > > - new patch > > I sent you an email earlier today telling you to change this. Ohh. Missed it, I will respond to that thread. Thanks, Jagan.