All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: qcom: gcc-sdm660: Fix wrong parent_map
@ 2020-09-22 12:09 Konrad Dybcio
  2020-09-22 18:33 ` Stephen Boyd
  0 siblings, 1 reply; 4+ messages in thread
From: Konrad Dybcio @ 2020-09-22 12:09 UTC (permalink / raw)
  Cc: ~postmarketos/upstreaming, phone-devel, Konrad Dybcio,
	Pavel Dubrova, Andy Gross, Bjorn Andersson, Michael Turquette,
	Stephen Boyd, linux-arm-msm, linux-clk, linux-kernel

This was likely overlooked while porting the driver upstream.

Reported-by: Pavel Dubrova <pashadubrova@gmail.com>
Signed-off-by: Konrad Dybcio <konradybcio@gmail.com>
---
 drivers/clk/qcom/gcc-sdm660.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/qcom/gcc-sdm660.c b/drivers/clk/qcom/gcc-sdm660.c
index 3cffadc77bce..1a5e98e5c965 100644
--- a/drivers/clk/qcom/gcc-sdm660.c
+++ b/drivers/clk/qcom/gcc-sdm660.c
@@ -666,7 +666,7 @@ static struct clk_rcg2 hmss_rbcpr_clk_src = {
 	.cmd_rcgr = 0x48044,
 	.mnd_width = 0,
 	.hid_width = 5,
-	.parent_map = gcc_parent_map_xo_gpll0_gpll0_early_div,
+	.parent_map = gcc_parent_map_xo_gpll0,
 	.freq_tbl = ftbl_hmss_rbcpr_clk_src,
 	.clkr.hw.init = &(struct clk_init_data){
 		.name = "hmss_rbcpr_clk_src",
-- 
2.28.0


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

* Re: [PATCH] clk: qcom: gcc-sdm660: Fix wrong parent_map
  2020-09-22 12:09 [PATCH] clk: qcom: gcc-sdm660: Fix wrong parent_map Konrad Dybcio
@ 2020-09-22 18:33 ` Stephen Boyd
  2020-09-22 18:35   ` Konrad Dybcio
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Boyd @ 2020-09-22 18:33 UTC (permalink / raw)
  To: Konrad Dybcio
  Cc: ~postmarketos/upstreaming, phone-devel, Konrad Dybcio,
	Pavel Dubrova, Andy Gross, Bjorn Andersson, Michael Turquette,
	linux-arm-msm, linux-clk, linux-kernel

Can you send your patch To: somebody?

Quoting Konrad Dybcio (2020-09-22 05:09:09)
> This was likely overlooked while porting the driver upstream.
> 
> Reported-by: Pavel Dubrova <pashadubrova@gmail.com>
> Signed-off-by: Konrad Dybcio <konradybcio@gmail.com>

Any Fixes tag?

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

* Re: [PATCH] clk: qcom: gcc-sdm660: Fix wrong parent_map
  2020-09-22 18:33 ` Stephen Boyd
@ 2020-09-22 18:35   ` Konrad Dybcio
  2020-09-22 19:07     ` Stephen Boyd
  0 siblings, 1 reply; 4+ messages in thread
From: Konrad Dybcio @ 2020-09-22 18:35 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: ~postmarketos/upstreaming, phone-devel, Pavel Dubrova,
	Andy Gross, Bjorn Andersson, Michael Turquette, linux-arm-msm,
	linux-clk, Linux Kernel Mailing List

Sheesh, I cannot stop forgetting these...

Fixes: f2a76a2955c0 (clk: qcom: Add Global Clock controller (GCC)
driver for SDM660)

Konrad

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

* Re: [PATCH] clk: qcom: gcc-sdm660: Fix wrong parent_map
  2020-09-22 18:35   ` Konrad Dybcio
@ 2020-09-22 19:07     ` Stephen Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2020-09-22 19:07 UTC (permalink / raw)
  To: Konrad Dybcio
  Cc: ~postmarketos/upstreaming, phone-devel, Pavel Dubrova,
	Andy Gross, Bjorn Andersson, Michael Turquette, linux-arm-msm,
	linux-clk, Linux Kernel Mailing List

Quoting Konrad Dybcio (2020-09-22 11:35:14)
> Sheesh, I cannot stop forgetting these...
> 
> Fixes: f2a76a2955c0 (clk: qcom: Add Global Clock controller (GCC)
> driver for SDM660)
> 

Ok. Applied to clk-next.

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

end of thread, other threads:[~2020-09-22 19:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-22 12:09 [PATCH] clk: qcom: gcc-sdm660: Fix wrong parent_map Konrad Dybcio
2020-09-22 18:33 ` Stephen Boyd
2020-09-22 18:35   ` Konrad Dybcio
2020-09-22 19:07     ` 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.