All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: impd1: Look up clock-output-names
@ 2020-04-16  8:13 Linus Walleij
  2020-04-22 10:02 ` Stephen Boyd
  2020-05-05 19:13 ` Stephen Boyd
  0 siblings, 2 replies; 7+ messages in thread
From: Linus Walleij @ 2020-04-16  8:13 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd; +Cc: linux-clk, Linus Walleij

The IM-PD1 still need to pass the clock output names.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 drivers/clk/versatile/clk-impd1.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/versatile/clk-impd1.c b/drivers/clk/versatile/clk-impd1.c
index b05da8516d4c..f9f4babe3ca6 100644
--- a/drivers/clk/versatile/clk-impd1.c
+++ b/drivers/clk/versatile/clk-impd1.c
@@ -206,6 +206,7 @@ static int integrator_impd1_clk_spawn(struct device *dev,
 		return -ENODEV;
 	}
 
+	of_property_read_string(np, "clock-output-names", &name);
 	parent_name = of_clk_get_parent_name(np, 0);
 	clk = icst_clk_setup(NULL, desc, name, parent_name, map,
 			     ICST_INTEGRATOR_IM_PD1);
-- 
2.25.2


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

* Re: [PATCH] clk: impd1: Look up clock-output-names
  2020-04-16  8:13 [PATCH] clk: impd1: Look up clock-output-names Linus Walleij
@ 2020-04-22 10:02 ` Stephen Boyd
  2020-04-28 12:51   ` Linus Walleij
  2020-05-05 19:13 ` Stephen Boyd
  1 sibling, 1 reply; 7+ messages in thread
From: Stephen Boyd @ 2020-04-22 10:02 UTC (permalink / raw)
  To: Linus Walleij, Michael Turquette; +Cc: linux-clk, Linus Walleij

Quoting Linus Walleij (2020-04-16 01:13:48)
> The IM-PD1 still need to pass the clock output names.
> 
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

Is this a

Fixes: 84655b762a27 ("clk: versatile: Add device tree probing for IM-PD1 clocks")

change?

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

* Re: [PATCH] clk: impd1: Look up clock-output-names
  2020-04-22 10:02 ` Stephen Boyd
@ 2020-04-28 12:51   ` Linus Walleij
  2020-05-05  6:23     ` Stephen Boyd
  0 siblings, 1 reply; 7+ messages in thread
From: Linus Walleij @ 2020-04-28 12:51 UTC (permalink / raw)
  To: Stephen Boyd; +Cc: Michael Turquette, linux-clk

On Wed, Apr 22, 2020 at 12:02 PM Stephen Boyd <sboyd@kernel.org> wrote:
> Quoting Linus Walleij (2020-04-16 01:13:48)
> > The IM-PD1 still need to pass the clock output names.
> >
> > Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
>
> Is this a
>
> Fixes: 84655b762a27 ("clk: versatile: Add device tree probing for IM-PD1 clocks")
>
> change?

Yep. Can you fold it in when applying?

Yours,
Linus Walleij

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

* Re: [PATCH] clk: impd1: Look up clock-output-names
  2020-04-28 12:51   ` Linus Walleij
@ 2020-05-05  6:23     ` Stephen Boyd
  2020-05-05  8:06       ` Linus Walleij
  0 siblings, 1 reply; 7+ messages in thread
From: Stephen Boyd @ 2020-05-05  6:23 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Michael Turquette, linux-clk

Quoting Linus Walleij (2020-04-28 05:51:10)
> On Wed, Apr 22, 2020 at 12:02 PM Stephen Boyd <sboyd@kernel.org> wrote:
> > Quoting Linus Walleij (2020-04-16 01:13:48)
> > > The IM-PD1 still need to pass the clock output names.
> > >
> > > Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> >
> > Is this a
> >
> > Fixes: 84655b762a27 ("clk: versatile: Add device tree probing for IM-PD1 clocks")
> >
> > change?
> 
> Yep. Can you fold it in when applying?
> 

This is being deleted so does it matter anymore?

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

* Re: [PATCH] clk: impd1: Look up clock-output-names
  2020-05-05  6:23     ` Stephen Boyd
@ 2020-05-05  8:06       ` Linus Walleij
  2020-05-05 19:13         ` Stephen Boyd
  0 siblings, 1 reply; 7+ messages in thread
From: Linus Walleij @ 2020-05-05  8:06 UTC (permalink / raw)
  To: Stephen Boyd; +Cc: Michael Turquette, linux-clk

On Tue, May 5, 2020 at 8:23 AM Stephen Boyd <sboyd@kernel.org> wrote:
> Quoting Linus Walleij (2020-04-28 05:51:10)
> > On Wed, Apr 22, 2020 at 12:02 PM Stephen Boyd <sboyd@kernel.org> wrote:
> > > Quoting Linus Walleij (2020-04-16 01:13:48)
> > > > The IM-PD1 still need to pass the clock output names.
> > > >
> > > > Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> > >
> > > Is this a
> > >
> > > Fixes: 84655b762a27 ("clk: versatile: Add device tree probing for IM-PD1 clocks")
> > >
> > > change?
> >
> > Yep. Can you fold it in when applying?
>
> This is being deleted so does it matter anymore?

This patch is for the device tree path. What is getting deleted
is the board file path, if I'm not mistaken.

Yours,
Linus Walleij

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

* Re: [PATCH] clk: impd1: Look up clock-output-names
  2020-05-05  8:06       ` Linus Walleij
@ 2020-05-05 19:13         ` Stephen Boyd
  0 siblings, 0 replies; 7+ messages in thread
From: Stephen Boyd @ 2020-05-05 19:13 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Michael Turquette, linux-clk

Quoting Linus Walleij (2020-05-05 01:06:16)
> On Tue, May 5, 2020 at 8:23 AM Stephen Boyd <sboyd@kernel.org> wrote:
> > Quoting Linus Walleij (2020-04-28 05:51:10)
> > > On Wed, Apr 22, 2020 at 12:02 PM Stephen Boyd <sboyd@kernel.org> wrote:
> > > > Quoting Linus Walleij (2020-04-16 01:13:48)
> > > > > The IM-PD1 still need to pass the clock output names.
> > > > >
> > > > > Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> > > >
> > > > Is this a
> > > >
> > > > Fixes: 84655b762a27 ("clk: versatile: Add device tree probing for IM-PD1 clocks")
> > > >
> > > > change?
> > >
> > > Yep. Can you fold it in when applying?
> >
> > This is being deleted so does it matter anymore?
> 
> This patch is for the device tree path. What is getting deleted
> is the board file path, if I'm not mistaken.
> 

Ah ok! Thanks for clarifying.

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

* Re: [PATCH] clk: impd1: Look up clock-output-names
  2020-04-16  8:13 [PATCH] clk: impd1: Look up clock-output-names Linus Walleij
  2020-04-22 10:02 ` Stephen Boyd
@ 2020-05-05 19:13 ` Stephen Boyd
  1 sibling, 0 replies; 7+ messages in thread
From: Stephen Boyd @ 2020-05-05 19:13 UTC (permalink / raw)
  To: Linus Walleij, Michael Turquette; +Cc: linux-clk, Linus Walleij

Quoting Linus Walleij (2020-04-16 01:13:48)
> The IM-PD1 still need to pass the clock output names.
> 
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---

Applied to clk-fixes

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

end of thread, other threads:[~2020-05-05 19:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-16  8:13 [PATCH] clk: impd1: Look up clock-output-names Linus Walleij
2020-04-22 10:02 ` Stephen Boyd
2020-04-28 12:51   ` Linus Walleij
2020-05-05  6:23     ` Stephen Boyd
2020-05-05  8:06       ` Linus Walleij
2020-05-05 19:13         ` Stephen Boyd
2020-05-05 19:13 ` 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.