Re: [PATCH v13 12/18] drm: exynos: dsi: Consolidate component and bridge

2023-02-27 Thread Marek Vasut
On 2/27/23 12:39, Jagan Teki wrote: [...] @@ -1733,11 +1728,67 @@ static int exynos_dsi_parse_dt(struct exynos_dsi *dsi) return 0; } +static int _exynos_dsi_host_attach(struct exynos_dsi *dsim, I didn't notice it before, but please get rid of those leading underscores in functio

[PATCH v13 12/18] drm: exynos: dsi: Consolidate component and bridge

2023-02-27 Thread Jagan Teki
DSI host registration, attach and detach operations are quite different for the component and bridge-based DRM drivers.  Supporting generic bridge driver to use both component and bridge based DRM drivers can be tricky and would require additional host related operation hooks. Add host operation