]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
clk_disable_unused() is bugged
authorPaul Walmsley <paul@pwsan.com>
Wed, 24 Sep 2008 10:48:05 +0000 (04:48 -0600)
committerTony Lindgren <tony@atomide.com>
Mon, 6 Oct 2008 10:26:27 +0000 (13:26 +0300)
commit4c1cb27545d19642d43874ebeacef83bf3566b86
tree866cf57a3bcddb10eb85888b972ee8fe07f227be
parentec142b9489fb2b56202f0f1c3a1453296c386a5f
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 <tero.kristo@nokia.com> -
thanks Tero.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/clock.c