Re: [PATCH v3 06/14] drm/msm/hdmi: drop unused GPIO support

2022-06-15 Thread Dmitry Baryshkov
On 10/06/2022 23:47, Dmitry Baryshkov wrote: On 10/06/2022 23:46, Stephen Boyd wrote: Quoting Dmitry Baryshkov (2022-06-09 05:23:42) The HDMI driver has code to configure extra GPIOs, which predates pinctrl support. Nowadays all platforms should use pinctrl instead. Neither of upstreamed Qualco

Re: [PATCH v3 06/14] drm/msm/hdmi: drop unused GPIO support

2022-06-10 Thread Dmitry Baryshkov
On 10/06/2022 23:46, Stephen Boyd wrote: Quoting Dmitry Baryshkov (2022-06-09 05:23:42) The HDMI driver has code to configure extra GPIOs, which predates pinctrl support. Nowadays all platforms should use pinctrl instead. Neither of upstreamed Qualcomm platforms uses these properties, so it's sa

Re: [PATCH v3 06/14] drm/msm/hdmi: drop unused GPIO support

2022-06-10 Thread Stephen Boyd
Quoting Dmitry Baryshkov (2022-06-09 05:23:42) > The HDMI driver has code to configure extra GPIOs, which predates > pinctrl support. Nowadays all platforms should use pinctrl instead. > Neither of upstreamed Qualcomm platforms uses these properties, so it's > safe to drop them. > > Reported-by: ke

[PATCH v3 06/14] drm/msm/hdmi: drop unused GPIO support

2022-06-09 Thread Dmitry Baryshkov
The HDMI driver has code to configure extra GPIOs, which predates pinctrl support. Nowadays all platforms should use pinctrl instead. Neither of upstreamed Qualcomm platforms uses these properties, so it's safe to drop them. Reported-by: kernel test robot Signed-off-by: Dmitry Baryshkov --- dri