linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
To: Andy Gross <agross@kernel.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Stephen Boyd <swboyd@chromium.org>,
	Michael Turquette <mturquette@baylibre.com>,
	Taniya Das <tdas@codeaurora.org>
Cc: linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
	Stephen Boyd <sboyd@kernel.org>
Subject: [PATCH v2 07/15] clk: qcom: camcc-sdm845: get rid of the test clock
Date: Wed, 15 Dec 2021 03:54:15 +0300	[thread overview]
Message-ID: <20211215005423.2114261-8-dmitry.baryshkov@linaro.org> (raw)
In-Reply-To: <20211215005423.2114261-1-dmitry.baryshkov@linaro.org>

The test clock isn't in the bindings and apparently it's not used by
anyone upstream.  Remove it.

Suggested-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
---
 drivers/clk/qcom/camcc-sdm845.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/clk/qcom/camcc-sdm845.c b/drivers/clk/qcom/camcc-sdm845.c
index 1b2cefef7431..545c288a7f98 100644
--- a/drivers/clk/qcom/camcc-sdm845.c
+++ b/drivers/clk/qcom/camcc-sdm845.c
@@ -23,7 +23,6 @@ enum {
 	P_CAM_CC_PLL1_OUT_EVEN,
 	P_CAM_CC_PLL2_OUT_EVEN,
 	P_CAM_CC_PLL3_OUT_EVEN,
-	P_CORE_BI_PLL_TEST_SE,
 };
 
 static const struct parent_map cam_cc_parent_map_0[] = {
@@ -32,7 +31,6 @@ static const struct parent_map cam_cc_parent_map_0[] = {
 	{ P_CAM_CC_PLL1_OUT_EVEN, 2 },
 	{ P_CAM_CC_PLL3_OUT_EVEN, 5 },
 	{ P_CAM_CC_PLL0_OUT_EVEN, 6 },
-	{ P_CORE_BI_PLL_TEST_SE, 7 },
 };
 
 static const char * const cam_cc_parent_names_0[] = {
@@ -41,7 +39,6 @@ static const char * const cam_cc_parent_names_0[] = {
 	"cam_cc_pll1_out_even",
 	"cam_cc_pll3_out_even",
 	"cam_cc_pll0_out_even",
-	"core_bi_pll_test_se",
 };
 
 static struct clk_alpha_pll cam_cc_pll0 = {
-- 
2.33.0


  parent reply	other threads:[~2021-12-15  0:55 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-15  0:54 [PATCH v2 00/15] clk: qcom: another round of clock drivers cleanup Dmitry Baryshkov
2021-12-15  0:54 ` [PATCH v2 01/15] clk: qcom: gpucc-sdm660: fix two clocks with parent_names Dmitry Baryshkov
2021-12-15  9:13   ` Marijn Suijten
2021-12-15  9:55   ` kernel test robot
2021-12-15 11:37   ` kernel test robot
2021-12-15  0:54 ` [PATCH v2 02/15] clk: qcom: gpucc-sdm660: get rid of the test clock Dmitry Baryshkov
2021-12-15  9:18   ` Marijn Suijten
2021-12-15  0:54 ` [PATCH v2 03/15] clk: qcom: gpucc-sdm660: use parent_hws instead of parent_data Dmitry Baryshkov
2021-12-15  0:54 ` [PATCH v2 04/15] clk: qcom: camcc-sc7180: use ARRAY_SIZE instead of specifying num_parents Dmitry Baryshkov
2021-12-15  9:16   ` Marijn Suijten
2021-12-15  0:54 ` [PATCH v2 05/15] clk: qcom: camcc-sc7180: get rid of the test clock Dmitry Baryshkov
2021-12-15  0:54 ` [PATCH v2 06/15] clk: qcom: camcc-sc7180: use parent_hws instead of parent_data Dmitry Baryshkov
2021-12-15  0:54 ` Dmitry Baryshkov [this message]
2021-12-15  9:23   ` [PATCH v2 07/15] clk: qcom: camcc-sdm845: get rid of the test clock Marijn Suijten
2021-12-15 17:57     ` Dmitry Baryshkov
2021-12-15  0:54 ` [PATCH v2 08/15] clk: qcom: camcc-sdm845: move clock parent tables down Dmitry Baryshkov
2021-12-15  9:31   ` Marijn Suijten
2021-12-15  0:54 ` [PATCH v2 09/15] clk: qcom: camcc-sdm845: use ARRAY_SIZE instead of specifying num_parents Dmitry Baryshkov
2021-12-15  9:32   ` Marijn Suijten
2021-12-15  0:54 ` [PATCH v2 10/15] clk: qcom: camcc-sdm845: convert to parent_hws/_data Dmitry Baryshkov
2021-12-15  9:38   ` Marijn Suijten
2021-12-15  0:54 ` [PATCH v2 11/15] clk: qcom: videocc-sc7180: use parent_hws instead of parent_data Dmitry Baryshkov
2021-12-15  0:54 ` [PATCH v2 12/15] clk: qcom: gcc-msm8996: use ARRAY_SIZE instead of specifying num_parents Dmitry Baryshkov
2021-12-15  9:47   ` Marijn Suijten
2021-12-15  0:54 ` [PATCH v2 13/15] clk: qcom: gcc-msm8996: drop unsupported clock sources Dmitry Baryshkov
2021-12-15  0:54 ` [PATCH v2 14/15] clk: qcom: gcc-msm8996: move clock parent tables down Dmitry Baryshkov
2021-12-15  0:54 ` [PATCH v2 15/15] clk: qcom: gcc-msm8996: use parent_hws/_data instead of parent_names Dmitry Baryshkov
2021-12-15 10:13   ` Marijn Suijten
2021-12-15 19:25     ` Dmitry Baryshkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211215005423.2114261-8-dmitry.baryshkov@linaro.org \
    --to=dmitry.baryshkov@linaro.org \
    --cc=agross@kernel.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@kernel.org \
    --cc=swboyd@chromium.org \
    --cc=tdas@codeaurora.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).