From: Paul Walmsley Date: Wed, 24 Sep 2008 10:48:05 +0000 (-0600) Subject: clk_disable_unused() is bugged X-Git-Tag: v2.6.27-omap1~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c1cb27545d19642d43874ebeacef83bf3566b86;p=pandora-kernel.git clk_disable_unused() is bugged OMAP2/3 clock: fix CONFIG_OMAP_RESET_CLOCKS plat-omap/clock.c was skipping clocks with enable_reg == 0. This no longer works now that we use enable_reg as an offset from a PRCM module. Problem found and traced by Tero Kristo - thanks Tero. Signed-off-by: Paul Walmsley Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed