ARM Sunxi Platform Development
 help / color / mirror / Atom feed
* [PATCH v2] clk: sunxi: Remove unused struct 'gates_data'
@ 2024-05-09 23:05 linux
  2024-05-10 20:18 ` Stephen Boyd
  2024-06-04 13:51 ` Chen-Yu Tsai
  0 siblings, 2 replies; 3+ messages in thread
From: linux @ 2024-05-09 23:05 UTC (permalink / raw
  To: sboyd, emilio, mturquette, wens
  Cc: linux-clk, linux-arm-kernel, linux-sunxi, linux-kernel,
	Dr. David Alan Gilbert

From: "Dr. David Alan Gilbert" <linux@treblig.org>

'gates_data' (and it's associated define) are unused since
commit ee38b2698ae2 ("clk: sunxi: Add a simple gates driver").
Remove them.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
---
 drivers/clk/sunxi/clk-sunxi.c | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/drivers/clk/sunxi/clk-sunxi.c b/drivers/clk/sunxi/clk-sunxi.c
index 5fe7049ea693a..4999504f7e60d 100644
--- a/drivers/clk/sunxi/clk-sunxi.c
+++ b/drivers/clk/sunxi/clk-sunxi.c
@@ -852,17 +852,6 @@ CLK_OF_DECLARE(sun8i_axi, "allwinner,sun8i-a23-axi-clk",
 	       sun8i_axi_clk_setup);
 
 
-
-/*
- * sunxi_gates_clk_setup() - Setup function for leaf gates on clocks
- */
-
-#define SUNXI_GATES_MAX_SIZE	64
-
-struct gates_data {
-	DECLARE_BITMAP(mask, SUNXI_GATES_MAX_SIZE);
-};
-
 /*
  * sunxi_divs_clk_setup() helper data
  */
-- 
2.45.0


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

* Re: [PATCH v2] clk: sunxi: Remove unused struct 'gates_data'
  2024-05-09 23:05 [PATCH v2] clk: sunxi: Remove unused struct 'gates_data' linux
@ 2024-05-10 20:18 ` Stephen Boyd
  2024-06-04 13:51 ` Chen-Yu Tsai
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Boyd @ 2024-05-10 20:18 UTC (permalink / raw
  To: emilio, linux, mturquette, wens
  Cc: linux-clk, linux-arm-kernel, linux-sunxi, linux-kernel,
	Dr. David Alan Gilbert

Quoting linux@treblig.org (2024-05-09 16:05:16)
> From: "Dr. David Alan Gilbert" <linux@treblig.org>
> 
> 'gates_data' (and it's associated define) are unused since
> commit ee38b2698ae2 ("clk: sunxi: Add a simple gates driver").
> Remove them.
> 
> Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
> ---

Acked-by: Stephen Boyd <sboyd@kernel.org>

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

* Re: [PATCH v2] clk: sunxi: Remove unused struct 'gates_data'
  2024-05-09 23:05 [PATCH v2] clk: sunxi: Remove unused struct 'gates_data' linux
  2024-05-10 20:18 ` Stephen Boyd
@ 2024-06-04 13:51 ` Chen-Yu Tsai
  1 sibling, 0 replies; 3+ messages in thread
From: Chen-Yu Tsai @ 2024-06-04 13:51 UTC (permalink / raw
  To: sboyd, emilio, mturquette, linux
  Cc: linux-clk, linux-arm-kernel, linux-sunxi, linux-kernel

On Fri, 10 May 2024 00:05:16 +0100, linux@treblig.org wrote:
> 'gates_data' (and it's associated define) are unused since
> commit ee38b2698ae2 ("clk: sunxi: Add a simple gates driver").
> Remove them.
> 
> 

Applied to sunxi/clk-for-6.11 in sunxi/linux.git, thanks!

[1/1] clk: sunxi: Remove unused struct 'gates_data'
      https://git.kernel.org/sunxi/linux/c/95fd34a8595c

Best regards,
-- 
Chen-Yu Tsai <wens@csie.org>


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

end of thread, other threads:[~2024-06-04 13:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-09 23:05 [PATCH v2] clk: sunxi: Remove unused struct 'gates_data' linux
2024-05-10 20:18 ` Stephen Boyd
2024-06-04 13:51 ` Chen-Yu Tsai

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 read-only IMAP folder(s) and NNTP newsgroup(s).