From: Kevin Hilman Date: Tue, 14 Jun 2011 12:53:18 +0000 (-0700) Subject: OMAP1: PM: register notifiers with generic clock ops even when !PM_RUNTIME X-Git-Tag: v3.0-rc4~22^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9e35c5a2b2c803b5e2f25906d8ffe110670ceb6;p=pandora-kernel.git OMAP1: PM: register notifiers with generic clock ops even when !PM_RUNTIME When runtime PM is disabled, device clocks need to be enabled on device add and disabled on device remove. This currently is not happening because in the !PM_RUNTIME case, no notifiers are registered for OMAP1 devices. Fix this by ensuring notifiers are registered, even in the !PM_RUNTIME case. Reported-by: Janusz Krzysztofik Tested-by: Janusz Krzysztofik Signed-off-by: Kevin Hilman Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed