projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b5dc96
)
davinci: clock: make 'disable unused clocks' printk debug only
author
Kevin Hilman
<khilman@deeprootsystems.com>
Thu, 5 Aug 2010 17:55:16 +0000
(10:55 -0700)
committer
Kevin Hilman
<khilman@deeprootsystems.com>
Fri, 24 Sep 2010 14:40:23 +0000
(07:40 -0700)
The long list of clocks being disabled on boot is noisy and not needed
for standard boots. Make this a debug printk instead.
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
arch/arm/mach-davinci/clock.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-davinci/clock.c
b/arch/arm/mach-davinci/clock.c
index 054c303caeadd106673bf4b0fa5afbc93088a0ad..5b0cb62a058fb8fffc494934d5f0bbb0159a569a 100644
(file)
--- a/
arch/arm/mach-davinci/clock.c
+++ b/
arch/arm/mach-davinci/clock.c
@@
-236,7
+236,7
@@
static int __init clk_disable_unused(void)
if (!davinci_psc_is_clk_active(ck->gpsc, ck->lpsc))
continue;
- pr_
info
("Clocks: disable unused %s\n", ck->name);
+ pr_
debug
("Clocks: disable unused %s\n", ck->name);
davinci_psc_config(psc_domain(ck), ck->gpsc, ck->lpsc,
(ck->flags & PSC_SWRSTDISABLE) ?