Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1346902 > unrolled thread

[PATCH 26/41] clk: efm32gg: Remove CLK_IS_ROOT

Started byStephen Boyd <sboyd@codeaurora.org>
First post2016-03-01 20:10 +0100
Last post2016-03-01 21:00 +0100
Articles 4 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 26/41] clk: efm32gg: Remove CLK_IS_ROOT Stephen Boyd <sboyd@codeaurora.org> - 2016-03-01 20:10 +0100
    Re: [PATCH 26/41] clk: efm32gg: Remove CLK_IS_ROOT Uwe Kleine-König   <u.kleine-koenig@pengutronix.de> - 2016-03-01 20:30 +0100
      Re: [PATCH 26/41] clk: efm32gg: Remove CLK_IS_ROOT Stephen Boyd <sboyd@codeaurora.org> - 2016-03-01 20:40 +0100
    Re: [PATCH 26/41] clk: efm32gg: Remove CLK_IS_ROOT Uwe Kleine-König   <u.kleine-koenig@pengutronix.de> - 2016-03-01 21:00 +0100

#1346902 — [PATCH 26/41] clk: efm32gg: Remove CLK_IS_ROOT

FromStephen Boyd <sboyd@codeaurora.org>
Date2016-03-01 20:10 +0100
Subject[PATCH 26/41] clk: efm32gg: Remove CLK_IS_ROOT
Message-ID<r7XQf-4Tj-37@gated-at.bofh.it>
This flag is a no-op now. Remove usage of the flag.

Cc: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
---
 drivers/clk/clk-efm32gg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/clk-efm32gg.c b/drivers/clk/clk-efm32gg.c
index bac4553f04b8..22e4c659704e 100644
--- a/drivers/clk/clk-efm32gg.c
+++ b/drivers/clk/clk-efm32gg.c
@@ -36,7 +36,7 @@ static void __init efm32gg_cmu_init(struct device_node *np)
 	}
 
 	clk[clk_HFXO] = clk_register_fixed_rate(NULL, "HFXO", NULL,
-			CLK_IS_ROOT, 48000000);
+			0, 48000000);
 
 	clk[clk_HFPERCLKUSART0] = clk_register_gate(NULL, "HFPERCLK.USART0",
 			"HFXO", 0, base + CMU_HFPERCLKEN0, 0, 0, NULL);
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

[toc] | [next] | [standalone]


#1346952

FromUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Date2016-03-01 20:30 +0100
Message-ID<r7Y9A-53m-25@gated-at.bofh.it>
In reply to#1346902
On Tue, Mar 01, 2016 at 11:00:11AM -0800, Stephen Boyd wrote:
> This flag is a no-op now. Remove usage of the flag.

I believe you, but still it would be nice to point out at least in the
cover letter (that I didn't receive) the commit that made CLK_IS_ROOT a
no-op.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

[toc] | [prev] | [next] | [standalone]


#1346961

FromStephen Boyd <sboyd@codeaurora.org>
Date2016-03-01 20:40 +0100
Message-ID<r7Yjg-57Z-21@gated-at.bofh.it>
In reply to#1346952
On 03/01/2016 11:26 AM, Uwe Kleine-König wrote:
> On Tue, Mar 01, 2016 at 11:00:11AM -0800, Stephen Boyd wrote:
>> This flag is a no-op now. Remove usage of the flag.
> I believe you, but still it would be nice to point out at least in the
> cover letter (that I didn't receive) the commit that made CLK_IS_ROOT a
> no-op.
>
>

That would be too many Cc people on the cover letter. Thanks for the faith!

http://lkml.kernel.org/r/1454463733-25281-1-git-send-email-sboyd@codeaurora.org

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

[toc] | [prev] | [next] | [standalone]


#1346974

FromUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Date2016-03-01 21:00 +0100
Message-ID<r7YCC-5hG-15@gated-at.bofh.it>
In reply to#1346902
On Tue, Mar 01, 2016 at 11:00:11AM -0800, Stephen Boyd wrote:
> This flag is a no-op now. Remove usage of the flag.
> 
> Cc: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web