OMAP2+: clock: reduce the amount of standard debugging while disabling unused clocks
authorPaul Walmsley <paul@pwsan.com>
Fri, 1 Oct 2010 21:46:44 +0000 (15:46 -0600)
committerPaul Walmsley <paul@pwsan.com>
Mon, 4 Oct 2010 19:25:14 +0000 (13:25 -0600)
commit105985dd21930ff589e4029ab0ac8e68e1ca5091
tree40eed5ce4997b2221e8582989e4f8ae56a8c0a78
parent81bb9b68db74e66020464e53b30811b82d210514
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