Following on from the earlier version of this series, is an updated patch to move the bridge registration from rcar_mipi_dsi_probe() to rcar_mipi_dsi_host_attach() followed by an immediate update to that code to refactor it to use the new devm_drm_of_get_bridge helper. These two patches are kept distinct to support review, and are both expected to be squashed directly into the still-to-be-posted update of the DSI driver by Laurent [0]. [0] https://lore.kernel.org/all/20210623135639.17125-1-laurent.pinchart+renesas@xxxxxxxxxxxxxxxx/ The previous patches 1/4, 2/4 and 3/4 from the v1 of this series have already been accepted by Laurent and squashed into his tree, so are not reposted. Kieran Bingham (2): drm: rcar-du: mipi-dsi: Support bridge probe ordering drm: rcar-du: mipi-dsi: Use devm_drm_of_get_bridge helper drivers/gpu/drm/rcar-du/rcar_mipi_dsi.c | 38 ++++++++++--------------- 1 file changed, 15 insertions(+), 23 deletions(-) -- 2.30.2