From: Paul Walmsley Date: Fri, 8 Oct 2010 17:40:20 +0000 (-0600) Subject: OMAP2+: clock: reduce the amount of standard debugging while disabling unused clocks X-Git-Tag: v2.6.37-rc1~121^2~9^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6041c27f51f237b59ea0838c33e08223cf98e43e;p=pandora-kernel.git 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 Cc: Tuukka Tikkanen Cc: Tim Bird --- Reading git-diff-tree failed