All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: socfpga: agilex: remove unused s2f_usr0_clk define
@ 2021-09-14 14:32 Dinh Nguyen
  2021-09-14 22:52 ` Stephen Boyd
  2021-09-15  1:30 ` Stephen Boyd
  0 siblings, 2 replies; 3+ messages in thread
From: Dinh Nguyen @ 2021-09-14 14:32 UTC (permalink / raw)
  To: sboyd; +Cc: dinguyen, mturquette, linux-clk, kernel test robot

Remove unused s2f_usr0_clk define.

Fixes: 80c6b7a0894f ("clk: socfpga: agilex: add clock driver for the
Agilex platform")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
---
 drivers/clk/socfpga/clk-agilex.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/drivers/clk/socfpga/clk-agilex.c b/drivers/clk/socfpga/clk-agilex.c
index b4d300fbbc66..bf8cd928c228 100644
--- a/drivers/clk/socfpga/clk-agilex.c
+++ b/drivers/clk/socfpga/clk-agilex.c
@@ -165,13 +165,6 @@ static const struct clk_parent_data mpu_mux[] = {
 	  .name = "boot_clk", },
 };
 
-static const struct clk_parent_data s2f_usr0_mux[] = {
-	{ .fw_name = "f2s-free-clk",
-	  .name = "f2s-free-clk", },
-	{ .fw_name = "boot_clk",
-	  .name = "boot_clk", },
-};
-
 static const struct clk_parent_data emac_mux[] = {
 	{ .fw_name = "emaca_free_clk",
 	  .name = "emaca_free_clk", },
-- 
2.25.1


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

* Re: [PATCH] clk: socfpga: agilex: remove unused s2f_usr0_clk define
  2021-09-14 14:32 [PATCH] clk: socfpga: agilex: remove unused s2f_usr0_clk define Dinh Nguyen
@ 2021-09-14 22:52 ` Stephen Boyd
  2021-09-15  1:30 ` Stephen Boyd
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Boyd @ 2021-09-14 22:52 UTC (permalink / raw)
  To: Dinh Nguyen; +Cc: dinguyen, mturquette, linux-clk, kernel test robot

Quoting Dinh Nguyen (2021-09-14 07:32:01)
> Remove unused s2f_usr0_clk define.
> 
> Fixes: 80c6b7a0894f ("clk: socfpga: agilex: add clock driver for the
> Agilex platform")
> Reported-by: kernel test robot <lkp@intel.com>
> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
> ---

Applied to clk-next

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

* Re: [PATCH] clk: socfpga: agilex: remove unused s2f_usr0_clk define
  2021-09-14 14:32 [PATCH] clk: socfpga: agilex: remove unused s2f_usr0_clk define Dinh Nguyen
  2021-09-14 22:52 ` Stephen Boyd
@ 2021-09-15  1:30 ` Stephen Boyd
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Boyd @ 2021-09-15  1:30 UTC (permalink / raw)
  To: Dinh Nguyen; +Cc: dinguyen, mturquette, linux-clk, kernel test robot

Quoting Dinh Nguyen (2021-09-14 07:32:01)
> Remove unused s2f_usr0_clk define.
> 
> Fixes: 80c6b7a0894f ("clk: socfpga: agilex: add clock driver for the
> Agilex platform")
> Reported-by: kernel test robot <lkp@intel.com>
> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>

And dropped now. It is still used?

> ---
>  drivers/clk/socfpga/clk-agilex.c | 7 -------
>  1 file changed, 7 deletions(-)
> 
> diff --git a/drivers/clk/socfpga/clk-agilex.c b/drivers/clk/socfpga/clk-agilex.c
> index b4d300fbbc66..bf8cd928c228 100644
> --- a/drivers/clk/socfpga/clk-agilex.c
> +++ b/drivers/clk/socfpga/clk-agilex.c
> @@ -165,13 +165,6 @@ static const struct clk_parent_data mpu_mux[] = {
>           .name = "boot_clk", },
>  };
>  
> -static const struct clk_parent_data s2f_usr0_mux[] = {

This is s2f_usr0_mux, not s2f_usr0_clk.

> -       { .fw_name = "f2s-free-clk",

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

end of thread, other threads:[~2021-09-15  1:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-14 14:32 [PATCH] clk: socfpga: agilex: remove unused s2f_usr0_clk define Dinh Nguyen
2021-09-14 22:52 ` Stephen Boyd
2021-09-15  1:30 ` Stephen Boyd

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.