Message ID | 20240717-dispcc-sm8550-fixes-v2-0-5c4a3128c40b@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | clk: qcom: merge SM8550 and SM8650 display clock controller drivers | expand |
On Wed, 17 Jul 2024 13:04:27 +0300, Dmitry Baryshkov wrote: > The SM8550 and SM8650 platforms have nearly the same dispcc block and > very similar drivers. Seeing fixes being applied to one of them, but not > another one, merge two drivers into a single codepiece. > > Depends: > - https://lore.kernel.org/linux-arm-msm/20240716-topic-sm8650-upstream-fix-dispcc-v3-0-5bfd56c899da@linaro.org > (patches 1/3 and 3/3 only) > > [...] Applied, thanks! [1/7] clk: qcom: dispcc-sm8550: fix several supposed typos commit: 7b6a4b907297b28727933493b9e0c95494504634 [2/7] clk: qcom: dispcc-sm8550: use rcg2_ops for mdss_dptx1_aux_clk_src commit: cb4c00698f2f27d99a69adcce659370ca286cf2a [3/7] clk: qcom: dispcc-sm8550: make struct clk_init_data const commit: eb64ccacd0cd9343926424f63fec76e73eb815a7 [4/7] clk: qcom: dispcc-sm8650: Update the GDSC flags commit: 7de10ddbdb9d03651cff5fbdc8cf01837c698526 [5/7] clk: qcom: dispcc-sm8550: use rcg2_shared_ops for ESC RCGs commit: c8bee3ff6c9220092b646ff929f9c832c1adab6d [6/7] clk: qcom: fold dispcc-sm8650 info dispcc-sm8550 commit: 802b83205519e4253b873bef5c095b147cd69dad Best regards,
The SM8550 and SM8650 platforms have nearly the same dispcc block and very similar drivers. Seeing fixes being applied to one of them, but not another one, merge two drivers into a single codepiece. Depends: - https://lore.kernel.org/linux-arm-msm/20240716-topic-sm8650-upstream-fix-dispcc-v3-0-5bfd56c899da@linaro.org (patches 1/3 and 3/3 only) Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- Changes in v2: - Moved the rogue chunk back to the patch 6/7 - Fixed the disp_cc_mdss_dptx1_usb_router_link_intf_clk parents (Neil) - Link to v1: https://lore.kernel.org/r/20240717-dispcc-sm8550-fixes-v1-0-efb4d927dc9a@linaro.org --- Dmitry Baryshkov (7): clk: qcom: dispcc-sm8550: fix several supposed typos clk: qcom: dispcc-sm8550: use rcg2_ops for mdss_dptx1_aux_clk_src clk: qcom: dispcc-sm8550: make struct clk_init_data const clk: qcom: dispcc-sm8650: Update the GDSC flags clk: qcom: dispcc-sm8550: use rcg2_shared_ops for ESC RCGs clk: qcom: fold dispcc-sm8650 info dispcc-sm8550 dt-bindings: clock: qcom,sm8650-dispcc: replace with symlink drivers/clk/qcom/Kconfig | 14 +- drivers/clk/qcom/Makefile | 1 - drivers/clk/qcom/dispcc-sm8550.c | 198 +-- drivers/clk/qcom/dispcc-sm8650.c | 1796 ------------------------ include/dt-bindings/clock/qcom,sm8650-dispcc.h | 103 +- 5 files changed, 112 insertions(+), 2000 deletions(-) --- base-commit: f6f1e4207e8eef4f8830b97ee0e2f9269bd88648 change-id: 20240716-dispcc-sm8550-fixes-64d758c2dd34 Best regards,