public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Vincent Guittot <vincent.guittot@linaro.org>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH V1 resend] qcom-geni-se: remove has_opp_table
Date: Wed, 28 Oct 2020 10:24:34 -0500	[thread overview]
Message-ID: <20201028152434.GA24428@builder.lan> (raw)
In-Reply-To: <08ec1ee1d4252a266956abb5f1e0e0026d753564.1603867487.git.viresh.kumar@linaro.org>

On Wed 28 Oct 01:46 CDT 2020, Viresh Kumar wrote:

> has_opp_table isn't used anymore, remove it.
> 
> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>

Applied, thank you Viresh.

> 
> ---
>  include/linux/qcom-geni-se.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/include/linux/qcom-geni-se.h b/include/linux/qcom-geni-se.h
> index f7bbea3f09ca..ec2ad4b0fe14 100644
> --- a/include/linux/qcom-geni-se.h
> +++ b/include/linux/qcom-geni-se.h
> @@ -48,7 +48,6 @@ struct geni_icc_path {
>   * @clk_perf_tbl:	Table of clock frequency input to serial engine clock
>   * @icc_paths:		Array of ICC paths for SE
>   * @opp_table:		Pointer to the OPP table
> - * @has_opp_table:	Specifies if the SE has an OPP table
>   */
>  struct geni_se {
>  	void __iomem *base;
> @@ -59,7 +58,6 @@ struct geni_se {
>  	unsigned long *clk_perf_tbl;
>  	struct geni_icc_path icc_paths[3];
>  	struct opp_table *opp_table;
> -	bool has_opp_table;
>  };
>  
>  /* Common SE registers */
> -- 
> 2.25.0.rc1.19.g042ed3e048af
> 

      reply	other threads:[~2020-10-28 22:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-28  6:46 [PATCH V1 resend] qcom-geni-se: remove has_opp_table Viresh Kumar
2020-10-28 15:24 ` Bjorn Andersson [this message]

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=20201028152434.GA24428@builder.lan \
    --to=bjorn.andersson@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vincent.guittot@linaro.org \
    --cc=viresh.kumar@linaro.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