All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: socfpga: agilex: fix duplicate s2f_user0_clk
@ 2021-09-13 13:21 Dinh Nguyen
  2021-09-15  1:16 ` Stephen Boyd
  0 siblings, 1 reply; 4+ messages in thread
From: Dinh Nguyen @ 2021-09-13 13:21 UTC (permalink / raw)
  To: sboyd; +Cc: dinguyen, mturquette, linux-clk, stable

Remove the duplicate s2f_user0_clk.

Fixes: f817c132db67 ("clk: socfpga: agilex: fix up s2f_user0_clk
representation")
Cc: stable@vger.kernel.org
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
---
 drivers/clk/socfpga/clk-agilex.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/clk/socfpga/clk-agilex.c b/drivers/clk/socfpga/clk-agilex.c
index 242e94c0cf8a..b4d300fbbc66 100644
--- a/drivers/clk/socfpga/clk-agilex.c
+++ b/drivers/clk/socfpga/clk-agilex.c
@@ -312,8 +312,6 @@ static const struct stratix10_gate_clock agilex_gate_clks[] = {
 	  4, 0x44, 28, 1, 0, 0, 0},
 	{ AGILEX_CS_TIMER_CLK, "cs_timer_clk", NULL, noc_mux, ARRAY_SIZE(noc_mux), 0, 0x24,
 	  5, 0, 0, 0, 0x30, 1, 0},
-	{ AGILEX_S2F_USER0_CLK, "s2f_user0_clk", NULL, s2f_usr0_mux, ARRAY_SIZE(s2f_usr0_mux), 0, 0x24,
-	  6, 0, 0, 0, 0, 0, 0},
 	{ AGILEX_EMAC0_CLK, "emac0_clk", NULL, emac_mux, ARRAY_SIZE(emac_mux), 0, 0x7C,
 	  0, 0, 0, 0, 0x94, 26, 0},
 	{ AGILEX_EMAC1_CLK, "emac1_clk", NULL, emac_mux, ARRAY_SIZE(emac_mux), 0, 0x7C,
-- 
2.25.1


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

* Re: [PATCH] clk: socfpga: agilex: fix duplicate s2f_user0_clk
  2021-09-13 13:21 [PATCH] clk: socfpga: agilex: fix duplicate s2f_user0_clk Dinh Nguyen
@ 2021-09-15  1:16 ` Stephen Boyd
  2021-09-15  1:35   ` Stephen Boyd
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Boyd @ 2021-09-15  1:16 UTC (permalink / raw)
  To: Dinh Nguyen; +Cc: dinguyen, mturquette, linux-clk, stable

Quoting Dinh Nguyen (2021-09-13 06:21:02)
> Remove the duplicate s2f_user0_clk.

To fix what in particular? The patch is tagged for stable so I can only
imagine there's some badness that would be good to fix?

> 
> Fixes: f817c132db67 ("clk: socfpga: agilex: fix up s2f_user0_clk
> representation")
> Cc: stable@vger.kernel.org
> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
> ---

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

* Re: [PATCH] clk: socfpga: agilex: fix duplicate s2f_user0_clk
  2021-09-15  1:16 ` Stephen Boyd
@ 2021-09-15  1:35   ` Stephen Boyd
  2021-09-16 22:47     ` Dinh Nguyen
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Boyd @ 2021-09-15  1:35 UTC (permalink / raw)
  To: Dinh Nguyen; +Cc: dinguyen, mturquette, linux-clk, stable

Quoting Stephen Boyd (2021-09-14 18:16:08)
> Quoting Dinh Nguyen (2021-09-13 06:21:02)
> > Remove the duplicate s2f_user0_clk.
> 
> To fix what in particular? The patch is tagged for stable so I can only
> imagine there's some badness that would be good to fix?
> 

Ah this is the patch that was missing. Please squash the two together
and resend with more info.

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

* Re: [PATCH] clk: socfpga: agilex: fix duplicate s2f_user0_clk
  2021-09-15  1:35   ` Stephen Boyd
@ 2021-09-16 22:47     ` Dinh Nguyen
  0 siblings, 0 replies; 4+ messages in thread
From: Dinh Nguyen @ 2021-09-16 22:47 UTC (permalink / raw)
  To: Stephen Boyd; +Cc: mturquette, linux-clk, stable



On 9/14/21 8:35 PM, Stephen Boyd wrote:
> Quoting Stephen Boyd (2021-09-14 18:16:08)
>> Quoting Dinh Nguyen (2021-09-13 06:21:02)
>>> Remove the duplicate s2f_user0_clk.
>>
>> To fix what in particular? The patch is tagged for stable so I can only
>> imagine there's some badness that would be good to fix?
>>
> 
> Ah this is the patch that was missing. Please squash the two together
> and resend with more info.
> 

Sorry about that. Will do.

Dinh

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

end of thread, other threads:[~2021-09-16 22:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-13 13:21 [PATCH] clk: socfpga: agilex: fix duplicate s2f_user0_clk Dinh Nguyen
2021-09-15  1:16 ` Stephen Boyd
2021-09-15  1:35   ` Stephen Boyd
2021-09-16 22:47     ` Dinh Nguyen

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.