]> git.karo-electronics.de Git - mv-sheeva.git/commit
OMAP2+: clock: reduce the amount of standard debugging while disabling unused clocks
authorPaul Walmsley <paul@pwsan.com>
Fri, 8 Oct 2010 17:40:20 +0000 (11:40 -0600)
committerPaul Walmsley <paul@pwsan.com>
Fri, 8 Oct 2010 17:40:20 +0000 (11:40 -0600)
commit6041c27f51f237b59ea0838c33e08223cf98e43e
tree4081099b206d531c9a441a65a709d2b574081965
parent4814ced5116e3b73dc4f63eec84999739fc8ed11
OMAP2+: clock: reduce the amount of standard debugging while disabling unused clocks

Reduce the amount of debugging generated by default when unused clocks
are being disabled by the clock code.  The previous code would only
generate debug-level messages, but some people who wished to run
production kernels with debug-level messages enabled reported that the
large number of clock disable messages were slowing boot.  Now to
enable clock-by-clock disable messages, DEBUG needs to be defined in
mach-omap2/clock.c.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Tuukka Tikkanen <tuukka.tikkanen@nokia.com>
Cc: Tim Bird <tim.bird@am.sony.com>
arch/arm/mach-omap2/clock.c
arch/arm/plat-omap/clock.c