All of lore.kernel.org
 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 <sboyd@kernel.org>,
	Michael Turquette <mturquette@baylibre.com>
Cc: linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
	Taniya Das <tdas@codeaurora.org>
Subject: [PATCH v2 08/16] clk: qcom: videocc-sc7180: drop unused enum entries
Date: Fri,  2 Apr 2021 05:21:00 +0300	[thread overview]
Message-ID: <20210402022108.4183114-9-dmitry.baryshkov@linaro.org> (raw)
In-Reply-To: <20210402022108.4183114-1-dmitry.baryshkov@linaro.org>

Drop unused enum entries from the list of parent enums.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Taniya Das <tdas@codeaurora.org>
---
 drivers/clk/qcom/videocc-sc7180.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/clk/qcom/videocc-sc7180.c b/drivers/clk/qcom/videocc-sc7180.c
index 276e5ecd4840..ed57bbb19f88 100644
--- a/drivers/clk/qcom/videocc-sc7180.c
+++ b/drivers/clk/qcom/videocc-sc7180.c
@@ -19,11 +19,7 @@
 
 enum {
 	P_BI_TCXO,
-	P_CHIP_SLEEP_CLK,
-	P_CORE_BI_PLL_TEST_SE,
-	P_VIDEO_PLL0_OUT_EVEN,
 	P_VIDEO_PLL0_OUT_MAIN,
-	P_VIDEO_PLL0_OUT_ODD,
 };
 
 static const struct pll_vco fabia_vco[] = {
-- 
2.30.2


  parent reply	other threads:[~2021-04-02  2:21 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Dmitry Baryshkov [this message]
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

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=20210402022108.4183114-9-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=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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.