Re: [Freedreno] [PATCH v3 19/25] drm/msm/dsi: drop msm_dsi_pll abstracton

2021-03-29 Thread abhinavk
On 2021-03-29 20:13, abhin...@codeaurora.org wrote: On 2021-03-27 04:02, Dmitry Baryshkov wrote: Drop the struct msm_dsi_pll abstraction, by including vco's clk_hw directly into struct msm_dsi_phy. Signed-off-by: Dmitry Baryshkov Forgot to mention, please fix the typo "abstraction" in the subj

Re: [Freedreno] [PATCH v3 19/25] drm/msm/dsi: drop msm_dsi_pll abstracton

2021-03-29 Thread abhinavk
On 2021-03-27 04:02, Dmitry Baryshkov wrote: Drop the struct msm_dsi_pll abstraction, by including vco's clk_hw directly into struct msm_dsi_phy. Signed-off-by: Dmitry Baryshkov Reviewed-by: Abhinav Kumar --- drivers/gpu/drm/msm/Kconfig | 8 -- drivers/gpu/drm/msm/Makefil

[PATCH v3 19/25] drm/msm/dsi: drop msm_dsi_pll abstracton

2021-03-27 Thread Dmitry Baryshkov
Drop the struct msm_dsi_pll abstraction, by including vco's clk_hw directly into struct msm_dsi_phy. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/Kconfig | 8 -- drivers/gpu/drm/msm/Makefile | 2 - drivers/gpu/drm/msm/dsi/phy/dsi_phy.h | 36