Re: [PATCH v3 13/56] drm/omap: dsi: introduce mipi_dsi_host

2020-11-09 Thread Laurent Pinchart
Hi Tomi and Sebastian, Thank you for the patch. On Thu, Nov 05, 2020 at 02:02:50PM +0200, Tomi Valkeinen wrote: > From: Sebastian Reichel > > This moves from custom platform driver infrastructure to mipi_dsi_host > and mipi_dsi_device. Note, that this is a graduate step and the driver > only us

[PATCH v3 13/56] drm/omap: dsi: introduce mipi_dsi_host

2020-11-05 Thread Tomi Valkeinen
From: Sebastian Reichel This moves from custom platform driver infrastructure to mipi_dsi_host and mipi_dsi_device. Note, that this is a graduate step and the driver only uses the devices types and transfer function, but not yet the new device binding style or drm_panel. Signed-off-by: Sebastian