mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] clk: clk-sccg-pll: Remove leftover debug output
@ 2018-08-21  6:28 Andrey Smirnov
  2018-08-21  6:28 ` [PATCH 2/2] clk: clk-sccg-pll: Drop prepare/unprepare for SCCG_PLL2 Andrey Smirnov
  2018-08-22  7:32 ` [PATCH 1/2] clk: clk-sccg-pll: Remove leftover debug output Sascha Hauer
  0 siblings, 2 replies; 7+ messages in thread
From: Andrey Smirnov @ 2018-08-21  6:28 UTC (permalink / raw)
  To: barebox; +Cc: Andrey Smirnov

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
---
 drivers/clk/imx/clk-sccg-pll.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/clk/imx/clk-sccg-pll.c b/drivers/clk/imx/clk-sccg-pll.c
index 951234367..bbfd95a11 100644
--- a/drivers/clk/imx/clk-sccg-pll.c
+++ b/drivers/clk/imx/clk-sccg-pll.c
@@ -121,11 +121,9 @@ static void clk_pll1_unprepare(struct clk *clk)
 {
 	struct clk_sccg_pll *pll = to_clk_sccg_pll(clk);
 	u32 val;
-printf("%s %p\n", __func__, pll);
 	val = readl(pll->base);
 	val |= (1 << PLL_PD);
 	writel(val, pll->base);
-printf("fuschi\n");
 }
 
 static unsigned long clk_pll2_recalc_rate(struct clk *clk,
-- 
2.17.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2018-08-28 19:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-21  6:28 [PATCH 1/2] clk: clk-sccg-pll: Remove leftover debug output Andrey Smirnov
2018-08-21  6:28 ` [PATCH 2/2] clk: clk-sccg-pll: Drop prepare/unprepare for SCCG_PLL2 Andrey Smirnov
2018-08-22  7:31   ` Sascha Hauer
2018-08-23  1:07     ` Andrey Smirnov
2018-08-23  6:54       ` Sascha Hauer
2018-08-28 19:25         ` Andrey Smirnov
2018-08-22  7:32 ` [PATCH 1/2] clk: clk-sccg-pll: Remove leftover debug output Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox