All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: alchemy: Remove CLK_IS_ROOT
@ 2016-04-20  1:34 Stephen Boyd
  2016-05-11 12:09 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Boyd @ 2016-04-20  1:34 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-kernel, linux-mips, Manuel Lauss

This flag is a no-op now (see commit 47b0eeb3dc8a "clk: Deprecate
CLK_IS_ROOT", 2016-02-02) so remove it.

Cc: Manuel Lauss <manuel.lauss@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
---
 arch/mips/alchemy/common/clock.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/mips/alchemy/common/clock.c b/arch/mips/alchemy/common/clock.c
index bd34f4093cd9..7ba7ea0a22f8 100644
--- a/arch/mips/alchemy/common/clock.c
+++ b/arch/mips/alchemy/common/clock.c
@@ -1043,8 +1043,7 @@ static int __init alchemy_clk_init(void)
 
 	/* Root of the Alchemy clock tree: external 12MHz crystal osc */
 	c = clk_register_fixed_rate(NULL, ALCHEMY_ROOT_CLK, NULL,
-					   CLK_IS_ROOT,
-					   ALCHEMY_ROOTCLK_RATE);
+					   0, ALCHEMY_ROOTCLK_RATE);
 	ERRCK(c)
 
 	/* CPU core clock */
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

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

* Re: [PATCH] MIPS: alchemy: Remove CLK_IS_ROOT
  2016-04-20  1:34 [PATCH] MIPS: alchemy: Remove CLK_IS_ROOT Stephen Boyd
@ 2016-05-11 12:09 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2016-05-11 12:09 UTC (permalink / raw)
  To: Stephen Boyd; +Cc: linux-kernel, linux-mips, Manuel Lauss

On Tue, Apr 19, 2016 at 06:34:37PM -0700, Stephen Boyd wrote:

> This flag is a no-op now (see commit 47b0eeb3dc8a "clk: Deprecate
> CLK_IS_ROOT", 2016-02-02) so remove it.
> 
> Cc: Manuel Lauss <manuel.lauss@gmail.com>
> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>

Thanks, applied.

  Ralf

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

end of thread, other threads:[~2016-05-11 12:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-20  1:34 [PATCH] MIPS: alchemy: Remove CLK_IS_ROOT Stephen Boyd
2016-05-11 12:09 ` Ralf Baechle

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.