All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2]  drm: rcar-du: mipi-dsi: Cleanup and Fixes
@ 2021-11-30 16:25 Kieran Bingham
  2021-11-30 16:25 ` [PATCH v2 1/2] drm: rcar-du: mipi-dsi: Support bridge probe ordering Kieran Bingham
  2021-11-30 16:25 ` [PATCH v2 2/2] drm: rcar-du: mipi-dsi: Use devm_drm_of_get_bridge helper Kieran Bingham
  0 siblings, 2 replies; 8+ messages in thread
From: Kieran Bingham @ 2021-11-30 16:25 UTC (permalink / raw)
  To: Laurent Pinchart, linux-renesas-soc, dri-devel; +Cc: Kieran Bingham

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@ideasonboard.com/

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-12-01 10:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-30 16:25 [PATCH v2 0/2] drm: rcar-du: mipi-dsi: Cleanup and Fixes Kieran Bingham
2021-11-30 16:25 ` [PATCH v2 1/2] drm: rcar-du: mipi-dsi: Support bridge probe ordering Kieran Bingham
2021-12-01  4:38   ` Laurent Pinchart
2021-12-01 10:43     ` Kieran Bingham
2021-11-30 16:25 ` [PATCH v2 2/2] drm: rcar-du: mipi-dsi: Use devm_drm_of_get_bridge helper Kieran Bingham
2021-11-30 16:52   ` Kieran Bingham
2021-12-01  4:39     ` Laurent Pinchart
2021-12-01  4:39       ` Laurent Pinchart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.