linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Taniya Das <tdas@codeaurora.org>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
	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
Subject: Re: [PATCH v1 06/15] clk: qcom: videocc-sc7180: drop unused enum entries
Date: Sat, 27 Mar 2021 07:18:59 +0530	[thread overview]
Message-ID: <4217c4a2-cb15-ef08-8c39-9a5f164d2b41@codeaurora.org> (raw)
In-Reply-To: <20210325111144.2852594-7-dmitry.baryshkov@linaro.org>

Hi Dmitry,

Thanks for the patch for cleanup.
It is okay to remove TEST source, but you can still keep the sleep clock 
source as it could be still connected to certain RCGs and could be used 
to derive low frequencies if required.

As these sources are generated from the HW plans it would be good if we 
keep them as they are except the TEST source.

On 3/25/2021 4:41 PM, Dmitry Baryshkov wrote:
> Drop unused enum entries from the list of parent enums.
> 
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
>   drivers/clk/qcom/videocc-sc7180.c | 2 --
>   1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/clk/qcom/videocc-sc7180.c b/drivers/clk/qcom/videocc-sc7180.c
> index 276e5ecd4840..f5d04791a3cd 100644
> --- a/drivers/clk/qcom/videocc-sc7180.c
> +++ b/drivers/clk/qcom/videocc-sc7180.c
> @@ -19,8 +19,6 @@
>   
>   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,
> 

-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation.

--

  reply	other threads:[~2021-03-27  1:49 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-25 11:11 [PATCH v1 00/15] clk: qcom: cleanup sm8250/sdm845/sc7180 clock drivers Dmitry Baryshkov
2021-03-25 11:11 ` [PATCH v1 01/15] clk: qcom: dispcc-sc7180: drop unused enum entries Dmitry Baryshkov
2021-04-02  1:19   ` Taniya Das
2021-03-25 11:11 ` [PATCH v1 02/15] clk: qcom: dispcc-sm8250: " Dmitry Baryshkov
2021-03-25 11:11 ` [PATCH v1 03/15] clk: qcom: gcc-sm8250: " Dmitry Baryshkov
2021-03-25 11:11 ` [PATCH v1 04/15] clk: qcom: gpucc-sm8150: " Dmitry Baryshkov
2021-03-25 11:11 ` [PATCH v1 05/15] clk: qcom: gpucc-sm8250: " Dmitry Baryshkov
2021-04-02  1:18   ` Taniya Das
2021-03-25 11:11 ` [PATCH v1 06/15] clk: qcom: videocc-sc7180: " Dmitry Baryshkov
2021-03-27  1:48   ` Taniya Das [this message]
2021-03-27  8:13     ` Dmitry Baryshkov
     [not found]       ` <161730706709.2260335.8947402948263904863@swboyd.mtv.corp.google.com>
2021-04-01 20:58         ` Dmitry Baryshkov
2021-04-01 23:06           ` Stephen Boyd
2021-04-02  1:14       ` Taniya Das
2021-03-25 11:11 ` [PATCH v1 07/15] clk: qcom: videocc-sm8150: " Dmitry Baryshkov
2021-03-25 11:11 ` [PATCH v1 08/15] clk: qcom: videocc-sm8250: " Dmitry Baryshkov
2021-03-25 11:11 ` [PATCH v1 09/15] clk: qcom: dispcc-sdm845: convert to parent data Dmitry Baryshkov
2021-03-25 11:11 ` [PATCH v1 10/15] clk: qcom: gpucc-sdm845: " Dmitry Baryshkov
2021-03-25 11:11 ` [PATCH v1 11/15] clk: qcom: gpucc-sdm845: get rid of the test clock Dmitry Baryshkov
2021-03-25 11:11 ` [PATCH v1 12/15] clk: qcom: dispcc-sdm845: " Dmitry Baryshkov
2021-03-25 11:11 ` [PATCH v1 13/15] clk: qcom: videocc-sdm845: remove unsupported clock sources Dmitry Baryshkov
2021-04-02  1:23   ` Taniya Das
2021-04-02  1:32     ` Dmitry Baryshkov
2021-04-02  1:49     ` Dmitry Baryshkov
2021-04-02 17:34       ` Stephen Boyd
2021-04-02 20:01         ` Dmitry Baryshkov
2021-03-25 11:11 ` [PATCH v1 14/15] clk: qcom: videocc-sdm845: convert to parent data Dmitry Baryshkov
2021-03-25 11:11 ` [PATCH v1 15/15] clk: qcom: videocc-sdm845: get rid of the test clock 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=4217c4a2-cb15-ef08-8c39-9a5f164d2b41@codeaurora.org \
    --to=tdas@codeaurora.org \
    --cc=agross@kernel.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@kernel.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).