linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND 1/2] clk: socfpga: stratix10: fix naming convention for the fixed-clocks
@ 2019-01-02 14:59 Dinh Nguyen
  2019-01-02 14:59 ` [PATCH RESEND 2/2] clk: socfpga: stratix10: fix rate calculation for pll clocks Dinh Nguyen
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Dinh Nguyen @ 2019-01-02 14:59 UTC (permalink / raw)
  To: linux-clk; +Cc: dinguyen, mturquette, sboyd, linux-stable

The fixed clocks in the DTS file have a hyphen, but the clock driver has
the fixed clocks using underbar. Thus the clock driver cannot detect the
other fixed clocks correctly. Change the fixed clock names to a hyphen.

Fixes: 07afb8db7340 ("clk: socfpga: stratix10: add clock driver for
Stratix10 platform")
Cc: linux-stable@vger.kernel.org
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
---
 drivers/clk/socfpga/clk-s10.c | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/drivers/clk/socfpga/clk-s10.c b/drivers/clk/socfpga/clk-s10.c
index 5b238fc314ac..8281dfbf38c2 100644
--- a/drivers/clk/socfpga/clk-s10.c
+++ b/drivers/clk/socfpga/clk-s10.c
@@ -12,17 +12,17 @@
 
 #include "stratix10-clk.h"
 
-static const char * const pll_mux[] = { "osc1", "cb_intosc_hs_div2_clk",
-					"f2s_free_clk",};
+static const char * const pll_mux[] = { "osc1", "cb-intosc-hs-div2-clk",
+					"f2s-free-clk",};
 static const char * const cntr_mux[] = { "main_pll", "periph_pll",
-					 "osc1", "cb_intosc_hs_div2_clk",
-					 "f2s_free_clk"};
-static const char * const boot_mux[] = { "osc1", "cb_intosc_hs_div2_clk",};
+					 "osc1", "cb-intosc-hs-div2-clk",
+					 "f2s-free-clk"};
+static const char * const boot_mux[] = { "osc1", "cb-intosc-hs-div2-clk",};
 
 static const char * const noc_free_mux[] = {"main_noc_base_clk",
 					    "peri_noc_base_clk",
-					    "osc1", "cb_intosc_hs_div2_clk",
-					    "f2s_free_clk"};
+					    "osc1", "cb-intosc-hs-div2-clk",
+					    "f2s-free-clk"};
 
 static const char * const emaca_free_mux[] = {"peri_emaca_clk", "boot_clk"};
 static const char * const emacb_free_mux[] = {"peri_emacb_clk", "boot_clk"};
@@ -33,14 +33,14 @@ static const char * const s2f_usr1_free_mux[] = {"peri_s2f_usr1_clk", "boot_clk"
 static const char * const psi_ref_free_mux[] = {"peri_psi_ref_clk", "boot_clk"};
 static const char * const mpu_mux[] = { "mpu_free_clk", "boot_clk",};
 
-static const char * const s2f_usr0_mux[] = {"f2s_free_clk", "boot_clk"};
+static const char * const s2f_usr0_mux[] = {"f2s-free-clk", "boot_clk"};
 static const char * const emac_mux[] = {"emaca_free_clk", "emacb_free_clk"};
 static const char * const noc_mux[] = {"noc_free_clk", "boot_clk"};
 
 static const char * const mpu_free_mux[] = {"main_mpu_base_clk",
 					    "peri_mpu_base_clk",
-					    "osc1", "cb_intosc_hs_div2_clk",
-					    "f2s_free_clk"};
+					    "osc1", "cb-intosc-hs-div2-clk",
+					    "f2s-free-clk"};
 
 /* clocks in AO (always on) controller */
 static const struct stratix10_pll_clock s10_pll_clks[] = {
-- 
2.20.0


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

* [PATCH RESEND 2/2] clk: socfpga: stratix10: fix rate calculation for pll clocks
  2019-01-02 14:59 [PATCH RESEND 1/2] clk: socfpga: stratix10: fix naming convention for the fixed-clocks Dinh Nguyen
@ 2019-01-02 14:59 ` Dinh Nguyen
  2019-01-14 15:45 ` [PATCH RESEND 1/2] clk: socfpga: stratix10: fix naming convention for the fixed-clocks Dinh Nguyen
  2019-01-15 20:58 ` Stephen Boyd
  2 siblings, 0 replies; 5+ messages in thread
From: Dinh Nguyen @ 2019-01-02 14:59 UTC (permalink / raw)
  To: linux-clk; +Cc: dinguyen, mturquette, sboyd, linux-stable

The main PLL calculation has a mistake. We should be using the
multiplying the VCO frequency, not the parent clock frequency.

Fixes: 07afb8db7340 ("clk: socfpga: stratix10: add clock driver for
Stratix10 platform")
Cc: linux-stable@vger.kernel.org
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
---
 drivers/clk/socfpga/clk-pll-s10.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/socfpga/clk-pll-s10.c b/drivers/clk/socfpga/clk-pll-s10.c
index 2d5d8b43727e..c4d0b6f6abf2 100644
--- a/drivers/clk/socfpga/clk-pll-s10.c
+++ b/drivers/clk/socfpga/clk-pll-s10.c
@@ -43,7 +43,7 @@ static unsigned long clk_pll_recalc_rate(struct clk_hw *hwclk,
 	/* Read mdiv and fdiv from the fdbck register */
 	reg = readl(socfpgaclk->hw.reg + 0x4);
 	mdiv = (reg & SOCFPGA_PLL_MDIV_MASK) >> SOCFPGA_PLL_MDIV_SHIFT;
-	vco_freq = (unsigned long long)parent_rate * (mdiv + 6);
+	vco_freq = (unsigned long long)vco_freq * (mdiv + 6);
 
 	return (unsigned long)vco_freq;
 }
-- 
2.20.0


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

* Re: [PATCH RESEND 1/2] clk: socfpga: stratix10: fix naming convention for the fixed-clocks
  2019-01-02 14:59 [PATCH RESEND 1/2] clk: socfpga: stratix10: fix naming convention for the fixed-clocks Dinh Nguyen
  2019-01-02 14:59 ` [PATCH RESEND 2/2] clk: socfpga: stratix10: fix rate calculation for pll clocks Dinh Nguyen
@ 2019-01-14 15:45 ` Dinh Nguyen
  2019-01-15 20:58   ` Stephen Boyd
  2019-01-15 20:58 ` Stephen Boyd
  2 siblings, 1 reply; 5+ messages in thread
From: Dinh Nguyen @ 2019-01-14 15:45 UTC (permalink / raw)
  To: linux-clk; +Cc: mturquette, sboyd, linux-stable

Hi Stephen,

You've already applied 2/2 of this patch series[1] to clk-fixes, but can
you also apply this patch as well?

Thanks,
Dinh

[1] https://www.spinics.net/lists/linux-clk/msg33940.html

On 1/2/19 8:59 AM, Dinh Nguyen wrote:
> The fixed clocks in the DTS file have a hyphen, but the clock driver has
> the fixed clocks using underbar. Thus the clock driver cannot detect the
> other fixed clocks correctly. Change the fixed clock names to a hyphen.
> 
> Fixes: 07afb8db7340 ("clk: socfpga: stratix10: add clock driver for
> Stratix10 platform")
> Cc: linux-stable@vger.kernel.org
> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
> ---
>  drivers/clk/socfpga/clk-s10.c | 20 ++++++++++----------
>  1 file changed, 10 insertions(+), 10 deletions(-)
> 
> diff --git a/drivers/clk/socfpga/clk-s10.c b/drivers/clk/socfpga/clk-s10.c
> index 5b238fc314ac..8281dfbf38c2 100644
> --- a/drivers/clk/socfpga/clk-s10.c
> +++ b/drivers/clk/socfpga/clk-s10.c
> @@ -12,17 +12,17 @@
>  
>  #include "stratix10-clk.h"
>  
> -static const char * const pll_mux[] = { "osc1", "cb_intosc_hs_div2_clk",
> -					"f2s_free_clk",};
> +static const char * const pll_mux[] = { "osc1", "cb-intosc-hs-div2-clk",
> +					"f2s-free-clk",};
>  static const char * const cntr_mux[] = { "main_pll", "periph_pll",
> -					 "osc1", "cb_intosc_hs_div2_clk",
> -					 "f2s_free_clk"};
> -static const char * const boot_mux[] = { "osc1", "cb_intosc_hs_div2_clk",};
> +					 "osc1", "cb-intosc-hs-div2-clk",
> +					 "f2s-free-clk"};
> +static const char * const boot_mux[] = { "osc1", "cb-intosc-hs-div2-clk",};
>  
>  static const char * const noc_free_mux[] = {"main_noc_base_clk",
>  					    "peri_noc_base_clk",
> -					    "osc1", "cb_intosc_hs_div2_clk",
> -					    "f2s_free_clk"};
> +					    "osc1", "cb-intosc-hs-div2-clk",
> +					    "f2s-free-clk"};
>  
>  static const char * const emaca_free_mux[] = {"peri_emaca_clk", "boot_clk"};
>  static const char * const emacb_free_mux[] = {"peri_emacb_clk", "boot_clk"};
> @@ -33,14 +33,14 @@ static const char * const s2f_usr1_free_mux[] = {"peri_s2f_usr1_clk", "boot_clk"
>  static const char * const psi_ref_free_mux[] = {"peri_psi_ref_clk", "boot_clk"};
>  static const char * const mpu_mux[] = { "mpu_free_clk", "boot_clk",};
>  
> -static const char * const s2f_usr0_mux[] = {"f2s_free_clk", "boot_clk"};
> +static const char * const s2f_usr0_mux[] = {"f2s-free-clk", "boot_clk"};
>  static const char * const emac_mux[] = {"emaca_free_clk", "emacb_free_clk"};
>  static const char * const noc_mux[] = {"noc_free_clk", "boot_clk"};
>  
>  static const char * const mpu_free_mux[] = {"main_mpu_base_clk",
>  					    "peri_mpu_base_clk",
> -					    "osc1", "cb_intosc_hs_div2_clk",
> -					    "f2s_free_clk"};
> +					    "osc1", "cb-intosc-hs-div2-clk",
> +					    "f2s-free-clk"};
>  
>  /* clocks in AO (always on) controller */
>  static const struct stratix10_pll_clock s10_pll_clks[] = {
> 

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

* Re: [PATCH RESEND 1/2] clk: socfpga: stratix10: fix naming convention for the fixed-clocks
  2019-01-14 15:45 ` [PATCH RESEND 1/2] clk: socfpga: stratix10: fix naming convention for the fixed-clocks Dinh Nguyen
@ 2019-01-15 20:58   ` Stephen Boyd
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Boyd @ 2019-01-15 20:58 UTC (permalink / raw)
  To: Dinh Nguyen, linux-clk; +Cc: mturquette, linux-stable

Quoting Dinh Nguyen (2019-01-14 07:45:57)
> Hi Stephen,
> 
> You've already applied 2/2 of this patch series[1] to clk-fixes, but can
> you also apply this patch as well?
> 

Hmm ok.

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

* Re: [PATCH RESEND 1/2] clk: socfpga: stratix10: fix naming convention for the fixed-clocks
  2019-01-02 14:59 [PATCH RESEND 1/2] clk: socfpga: stratix10: fix naming convention for the fixed-clocks Dinh Nguyen
  2019-01-02 14:59 ` [PATCH RESEND 2/2] clk: socfpga: stratix10: fix rate calculation for pll clocks Dinh Nguyen
  2019-01-14 15:45 ` [PATCH RESEND 1/2] clk: socfpga: stratix10: fix naming convention for the fixed-clocks Dinh Nguyen
@ 2019-01-15 20:58 ` Stephen Boyd
  2 siblings, 0 replies; 5+ messages in thread
From: Stephen Boyd @ 2019-01-15 20:58 UTC (permalink / raw)
  To: Dinh Nguyen, linux-clk; +Cc: dinguyen, mturquette, linux-stable

Quoting Dinh Nguyen (2019-01-02 06:59:31)
> The fixed clocks in the DTS file have a hyphen, but the clock driver has
> the fixed clocks using underbar. Thus the clock driver cannot detect the
> other fixed clocks correctly. Change the fixed clock names to a hyphen.
> 
> Fixes: 07afb8db7340 ("clk: socfpga: stratix10: add clock driver for
> Stratix10 platform")
> Cc: linux-stable@vger.kernel.org
> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
> ---

Applied to clk-fixes


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

end of thread, other threads:[~2019-01-15 20:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-02 14:59 [PATCH RESEND 1/2] clk: socfpga: stratix10: fix naming convention for the fixed-clocks Dinh Nguyen
2019-01-02 14:59 ` [PATCH RESEND 2/2] clk: socfpga: stratix10: fix rate calculation for pll clocks Dinh Nguyen
2019-01-14 15:45 ` [PATCH RESEND 1/2] clk: socfpga: stratix10: fix naming convention for the fixed-clocks Dinh Nguyen
2019-01-15 20:58   ` Stephen Boyd
2019-01-15 20:58 ` 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).