linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH] clk: visconti: remove unused visconti_pll_provider::regmap
@ 2023-03-02 20:50 Dario Binacchi
  2023-03-03  0:20 ` nobuhiro1.iwamatsu
  2023-03-06 19:43 ` Stephen Boyd
  0 siblings, 2 replies; 3+ messages in thread
From: Dario Binacchi @ 2023-03-02 20:50 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-amarula, Dario Binacchi, Michael Turquette,
	Nobuhiro Iwamatsu, Stephen Boyd, linux-arm-kernel, linux-clk

Field regmap of struct visconti_pll_provider is never used. Remove it.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>

---

 drivers/clk/visconti/pll.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/clk/visconti/pll.h b/drivers/clk/visconti/pll.h
index 16dae35ab370..01d07f1bf01b 100644
--- a/drivers/clk/visconti/pll.h
+++ b/drivers/clk/visconti/pll.h
@@ -15,7 +15,6 @@
 
 struct visconti_pll_provider {
 	void __iomem *reg_base;
-	struct regmap *regmap;
 	struct clk_hw_onecell_data clk_data;
 	struct device_node *node;
 };
-- 
2.32.0


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

* RE: [RESEND PATCH] clk: visconti: remove unused visconti_pll_provider::regmap
  2023-03-02 20:50 [RESEND PATCH] clk: visconti: remove unused visconti_pll_provider::regmap Dario Binacchi
@ 2023-03-03  0:20 ` nobuhiro1.iwamatsu
  2023-03-06 19:43 ` Stephen Boyd
  1 sibling, 0 replies; 3+ messages in thread
From: nobuhiro1.iwamatsu @ 2023-03-03  0:20 UTC (permalink / raw)
  To: dario.binacchi, linux-kernel
  Cc: linux-amarula, mturquette, sboyd, linux-arm-kernel, linux-clk

Hi!

> -----Original Message-----
> From: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> Sent: Friday, March 3, 2023 5:50 AM
> To: linux-kernel@vger.kernel.org
> Cc: linux-amarula@amarulasolutions.com; Dario Binacchi
> <dario.binacchi@amarulasolutions.com>; Michael Turquette
> <mturquette@baylibre.com>; iwamatsu nobuhiro(岩松 信洋 □SWC◯AC
> T) <nobuhiro1.iwamatsu@toshiba.co.jp>; Stephen Boyd
> <sboyd@kernel.org>; linux-arm-kernel@lists.infradead.org;
> linux-clk@vger.kernel.org
> Subject: [RESEND PATCH] clk: visconti: remove unused
> visconti_pll_provider::regmap
> 
> Field regmap of struct visconti_pll_provider is never used. Remove it.
> 
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> 

Acked-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>

Best regards,
  Nobuhiro

> ---
> 
>  drivers/clk/visconti/pll.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/clk/visconti/pll.h b/drivers/clk/visconti/pll.h index
> 16dae35ab370..01d07f1bf01b 100644
> --- a/drivers/clk/visconti/pll.h
> +++ b/drivers/clk/visconti/pll.h
> @@ -15,7 +15,6 @@
> 
>  struct visconti_pll_provider {
>  	void __iomem *reg_base;
> -	struct regmap *regmap;
>  	struct clk_hw_onecell_data clk_data;
>  	struct device_node *node;
>  };
> --
> 2.32.0


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

* Re: [RESEND PATCH] clk: visconti: remove unused visconti_pll_provider::regmap
  2023-03-02 20:50 [RESEND PATCH] clk: visconti: remove unused visconti_pll_provider::regmap Dario Binacchi
  2023-03-03  0:20 ` nobuhiro1.iwamatsu
@ 2023-03-06 19:43 ` Stephen Boyd
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Boyd @ 2023-03-06 19:43 UTC (permalink / raw)
  To: Dario Binacchi, linux-kernel
  Cc: linux-amarula, Dario Binacchi, Michael Turquette,
	Nobuhiro Iwamatsu, linux-arm-kernel, linux-clk

Quoting Dario Binacchi (2023-03-02 12:50:28)
> Field regmap of struct visconti_pll_provider is never used. Remove it.
> 
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> 
> ---

Applied to clk-next

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

end of thread, other threads:[~2023-03-06 19:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-02 20:50 [RESEND PATCH] clk: visconti: remove unused visconti_pll_provider::regmap Dario Binacchi
2023-03-03  0:20 ` nobuhiro1.iwamatsu
2023-03-06 19:43 ` Stephen Boyd

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