linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] clk: qcom: move pm_clk handling to common code
@ 2021-07-10 14:01 Dmitry Baryshkov
  2021-07-10 14:01 ` [PATCH 1/2] clk: qcom: use common code for qcom_cc_probe_by_index Dmitry Baryshkov
  2021-07-10 14:01 ` [PATCH 2/2] clk: qcom: move pm_clk functionality into common code Dmitry Baryshkov
  0 siblings, 2 replies; 6+ messages in thread
From: Dmitry Baryshkov @ 2021-07-10 14:01 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Stephen Boyd, Michael Turquette, Taniya Das
  Cc: linux-arm-msm, linux-clk, Ulf Hansson

Several Qualcomm clock controller drivers use pm_clk functionality.
Instead of having common code in all the drivers, move the pm_clk
handling to the qcom_cc_map/qcom_cc_probe.

Note, this was compile tested only.

----------------------------------------------------------------
Dmitry Baryshkov (2):
      clk: qcom: use common code for qcom_cc_probe_by_index
      clk: qcom: move pm_clk functionality into common code

 drivers/clk/qcom/camcc-sc7180.c       |  44 ++---------
 drivers/clk/qcom/common.c             | 134 ++++++++++++++++++++++++++++------
 drivers/clk/qcom/common.h             |   6 ++
 drivers/clk/qcom/lpasscorecc-sc7180.c |  56 +++-----------
 drivers/clk/qcom/mss-sc7180.c         |  40 ++--------
 drivers/clk/qcom/q6sstop-qcs404.c     |  36 ++-------
 drivers/clk/qcom/turingcc-qcs404.c    |  34 ++-------
 7 files changed, 152 insertions(+), 198 deletions(-)



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

end of thread, other threads:[~2021-07-17  7:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-10 14:01 [PATCH 0/2] clk: qcom: move pm_clk handling to common code Dmitry Baryshkov
2021-07-10 14:01 ` [PATCH 1/2] clk: qcom: use common code for qcom_cc_probe_by_index Dmitry Baryshkov
2021-07-16 23:29   ` Bjorn Andersson
2021-07-10 14:01 ` [PATCH 2/2] clk: qcom: move pm_clk functionality into common code Dmitry Baryshkov
2021-07-16 23:26   ` Bjorn Andersson
2021-07-17  7:33     ` 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).