diff mbox series

[V2,8/8] qcom-geni-se: remove has_opp_table

Message ID 7e28e6f93f463ffbe91b2a5c18b82e7123500f44.1598594714.git.viresh.kumar@linaro.org (mailing list archive)
State New, archived
Delegated to: viresh kumar
Headers show
Series opp: Unconditionally call dev_pm_opp_of_remove_table() | expand

Commit Message

Viresh Kumar Aug. 28, 2020, 6:07 a.m. UTC
has_opp_table isn't used anymore, remove it.

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

---
V2: No changes.
---
 include/linux/qcom-geni-se.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Viresh Kumar Oct. 21, 2020, 7:34 a.m. UTC | #1
On 28-08-20, 11:37, Viresh Kumar wrote:
> has_opp_table isn't used anymore, remove it.
> 
> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
> 
> ---
> V2: No changes.
> ---
>  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 8f385fbe5a0e..02d1417c8ecf 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 */

Rajendra,

This patch depended on following patches which are part of Linus's master now:

7d568edff5cb spi: spi-geni-qcom: Unconditionally call dev_pm_opp_of_remove_table()
c7ac46dac744 tty: serial: qcom_geni_serial: Unconditionally call dev_pm_opp_of_remove_table()

Who is going to merge this one ? Should I ask Greg or you can take it ?
Doug Anderson Oct. 21, 2020, 3:31 p.m. UTC | #2
Hi,

On Wed, Oct 21, 2020 at 12:34 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> On 28-08-20, 11:37, Viresh Kumar wrote:
> > has_opp_table isn't used anymore, remove it.
> >
> > Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
> >
> > ---
> > V2: No changes.
> > ---
> >  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 8f385fbe5a0e..02d1417c8ecf 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 */
>
> Rajendra,
>
> This patch depended on following patches which are part of Linus's master now:
>
> 7d568edff5cb spi: spi-geni-qcom: Unconditionally call dev_pm_opp_of_remove_table()
> c7ac46dac744 tty: serial: qcom_geni_serial: Unconditionally call dev_pm_opp_of_remove_table()
>
> Who is going to merge this one ? Should I ask Greg or you can take it ?

My guess would be that Bjorn would take it.

-Doug
diff mbox series

Patch

diff --git a/include/linux/qcom-geni-se.h b/include/linux/qcom-geni-se.h
index 8f385fbe5a0e..02d1417c8ecf 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 */