linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V1 resend] qcom-geni-se: remove has_opp_table
@ 2020-10-28  6:46 Viresh Kumar
  2020-10-28 15:24 ` Bjorn Andersson
  0 siblings, 1 reply; 2+ messages in thread
From: Viresh Kumar @ 2020-10-28  6:46 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: Viresh Kumar, Vincent Guittot, linux-kernel

has_opp_table isn't used anymore, remove it.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>

---
 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


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

* Re: [PATCH V1 resend] qcom-geni-se: remove has_opp_table
  2020-10-28  6:46 [PATCH V1 resend] qcom-geni-se: remove has_opp_table Viresh Kumar
@ 2020-10-28 15:24 ` Bjorn Andersson
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Andersson @ 2020-10-28 15:24 UTC (permalink / raw)
  To: Viresh Kumar; +Cc: Vincent Guittot, linux-kernel

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
> 

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

end of thread, other threads:[~2020-10-28 22:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 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).