[Freedreno] [PATCH v2 05/12] drm/msm/hdmi: drop the hdmi-mux support

2022-06-08 Thread Dmitry Baryshkov
With the last (and only) in-kernel user of hdmi-mux regulator, drop it from the HDMI driver. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/hdmi/hdmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/msm/hdmi/hdmi.c b/drivers/gpu/drm/msm/hdmi/hdmi.c i

Re: [Freedreno] [PATCH v2 05/12] drm/msm/hdmi: drop the hdmi-mux support

2022-06-08 Thread Stephen Boyd
Quoting Dmitry Baryshkov (2022-06-08 05:07:16) > With the last (and only) in-kernel user of hdmi-mux regulator, drop it > from the HDMI driver. > > Signed-off-by: Dmitry Baryshkov > --- Reviewed-by: Stephen Boyd