linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/16] clk: qcom: cleanup sm8250/sdm845/sc7180 clock drivers
@ 2021-04-02  2:20 Dmitry Baryshkov
  2021-04-02  2:20 ` [PATCH v2 01/16] clk: qcom: dispcc-sc7180: drop unused enum entries Dmitry Baryshkov
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Dmitry Baryshkov @ 2021-04-02  2:20 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Stephen Boyd, Michael Turquette
  Cc: linux-arm-msm, linux-clk

Cleanup several Qualcomm clock drivers by removing unused entries from
parents map, removing test clock, etc.

Changes since v1:
 - Remove unused entries from gpucc-sc7180, gpucc-sdm845, videocc-sc7180
   and videocc-sm8150 drivers
 - Restore video_pll0_out_odd/_even entries in videocc-sdm845 driver as
   requested by Taniya Das.

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  https://git.linaro.org/people/dmitry.baryshkov/kernel.git qcom-clk-cleanup

for you to fetch changes up to abb5f4ee34095483b5cc16d6b2f6eb683e69a78e:

  clk: qcom: videocc-sdm845: get rid of the test clock (2021-04-02 05:03:06 +0300)

----------------------------------------------------------------
Dmitry Baryshkov (16):
      clk: qcom: dispcc-sc7180: drop unused enum entries
      clk: qcom: dispcc-sm8250: drop unused enum entries
      clk: qcom: gcc-sm8250: drop unused enum entries
      clk: qcom: gpucc-sc7180: drop unused enum entries
      clk: qcom: gpucc-sdm845: drop unused enum entries
      clk: qcom: gpucc-sm8150: drop unused enum entries
      clk: qcom: gpucc-sm8250: drop unused enum entries
      clk: qcom: videocc-sc7180: drop unused enum entries
      clk: qcom: videocc-sm8150: drop unused enum entries
      clk: qcom: videocc-sm8250: drop unused enum entries
      clk: qcom: dispcc-sdm845: convert to parent data
      clk: qcom: gpucc-sdm845: convert to parent data
      clk: qcom: videocc-sdm845: convert to parent data
      clk: qcom: gpucc-sdm845: get rid of the test clock
      clk: qcom: dispcc-sdm845: get rid of the test clock
      clk: qcom: videocc-sdm845: get rid of the test clock

 drivers/clk/qcom/dispcc-sc7180.c  |   2 -
 drivers/clk/qcom/dispcc-sdm845.c  | 217 ++++++++++++++++++--------------------
 drivers/clk/qcom/dispcc-sm8250.c  |   8 --
 drivers/clk/qcom/gcc-sm8250.c     |   1 -
 drivers/clk/qcom/gpucc-sc7180.c   |   3 -
 drivers/clk/qcom/gpucc-sdm845.c   |  45 ++++----
 drivers/clk/qcom/gpucc-sm8150.c   |   1 -
 drivers/clk/qcom/gpucc-sm8250.c   |   1 -
 drivers/clk/qcom/videocc-sc7180.c |   4 -
 drivers/clk/qcom/videocc-sdm845.c |  51 +++++----
 drivers/clk/qcom/videocc-sm8150.c |   4 -
 drivers/clk/qcom/videocc-sm8250.c |   2 -
 12 files changed, 150 insertions(+), 189 deletions(-)



^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2021-04-02  2:21 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-02  2:20 [PATCH v2 00/16] clk: qcom: cleanup sm8250/sdm845/sc7180 clock drivers Dmitry Baryshkov
2021-04-02  2:20 ` [PATCH v2 01/16] clk: qcom: dispcc-sc7180: drop unused enum entries Dmitry Baryshkov
2021-04-02  2:20 ` [PATCH v2 02/16] clk: qcom: dispcc-sm8250: " Dmitry Baryshkov
2021-04-02  2:20 ` [PATCH v2 03/16] clk: qcom: gcc-sm8250: " Dmitry Baryshkov
2021-04-02  2:20 ` [PATCH v2 04/16] clk: qcom: gpucc-sc7180: " Dmitry Baryshkov
2021-04-02  2:20 ` [PATCH v2 05/16] clk: qcom: gpucc-sdm845: " Dmitry Baryshkov
2021-04-02  2:20 ` [PATCH v2 06/16] clk: qcom: gpucc-sm8150: " Dmitry Baryshkov
2021-04-02  2:20 ` [PATCH v2 07/16] clk: qcom: gpucc-sm8250: " Dmitry Baryshkov
2021-04-02  2:21 ` [PATCH v2 08/16] clk: qcom: videocc-sc7180: " Dmitry Baryshkov
2021-04-02  2:21 ` [PATCH v2 09/16] clk: qcom: videocc-sm8150: " Dmitry Baryshkov
2021-04-02  2:21 ` [PATCH v2 10/16] clk: qcom: videocc-sm8250: " Dmitry Baryshkov
2021-04-02  2:21 ` [PATCH v2 11/16] clk: qcom: dispcc-sdm845: convert to parent data Dmitry Baryshkov
2021-04-02  2:21 ` [PATCH v2 12/16] clk: qcom: gpucc-sdm845: " Dmitry Baryshkov
2021-04-02  2:21 ` [PATCH v2 13/16] clk: qcom: videocc-sdm845: " Dmitry Baryshkov
2021-04-02  2:21 ` [PATCH v2 14/16] clk: qcom: gpucc-sdm845: get rid of the test clock Dmitry Baryshkov
2021-04-02  2:21 ` [PATCH v2 15/16] clk: qcom: dispcc-sdm845: " Dmitry Baryshkov
2021-04-02  2:21 ` [PATCH v2 16/16] clk: qcom: videocc-sdm845: " Dmitry Baryshkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).