From: Paul Mundt Date: Mon, 11 May 2009 20:14:53 +0000 (+0900) Subject: sh: clkfwk: Consolidate the ALWAYS_ENABLED / NEEDS_INIT mess. X-Git-Tag: v2.6.31-rc1~392^2~41^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ff29ff8e8723a41e7defd8bc78a7b16cbf940a2;p=pandora-kernel.git sh: clkfwk: Consolidate the ALWAYS_ENABLED / NEEDS_INIT mess. There is no real distinction here in behaviour, either a clock needs to be enabled on initialiation or not. The ALWAYS_ENABLED flag was always intended to only apply to clocks that were physically always on and could simply not be disabled at all from software. Unfortunately over time this was abused and the meaning became a bit blurry. So, we kill off both of all of those paths now, as well as the newer NEEDS_INIT flag, and consolidate on a CLK_ENABLE_ON_INIT. Clocks that need to be enabled on initialization can set this, and it will purposely enable them and bump the refcount up. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed