Re: [Freedreno] [PATCH v4 07/10] drm/msm/dsi: Remove custom DSI config handling

2023-03-14 Thread Marijn Suijten
On 2023-03-14 14:44:06, Konrad Dybcio wrote: > > > On 14.03.2023 14:05, Marijn Suijten wrote: > > On 2023-03-14 13:13:45, Konrad Dybcio wrote: > >> Now that the only user is handled by common code, remove the option to > >> specify custom handlers through match data. > >> > >> This is effectively

Re: [Freedreno] [PATCH v4 07/10] drm/msm/dsi: Remove custom DSI config handling

2023-03-14 Thread Konrad Dybcio
On 14.03.2023 14:05, Marijn Suijten wrote: > On 2023-03-14 13:13:45, Konrad Dybcio wrote: >> Now that the only user is handled by common code, remove the option to >> specify custom handlers through match data. >> >> This is effectively a revert of commit: >> 5ae15e76271 ("drm/msm/dsi: Allow to

Re: [Freedreno] [PATCH v4 07/10] drm/msm/dsi: Remove custom DSI config handling

2023-03-14 Thread Marijn Suijten
On 2023-03-14 13:13:45, Konrad Dybcio wrote: > Now that the only user is handled by common code, remove the option to > specify custom handlers through match data. > > This is effectively a revert of commit: > 5ae15e76271 ("drm/msm/dsi: Allow to specify dsi config as pdata") > > Reviewed-by: Dmit

[Freedreno] [PATCH v4 07/10] drm/msm/dsi: Remove custom DSI config handling

2023-03-14 Thread Konrad Dybcio
Now that the only user is handled by common code, remove the option to specify custom handlers through match data. This is effectively a revert of commit: 5ae15e76271 ("drm/msm/dsi: Allow to specify dsi config as pdata") Reviewed-by: Dmitry Baryshkov Reviewed-by: Marijn Suijten Signed-off-by: K