From: Paul Walmsley Date: Thu, 2 Aug 2007 18:10:15 +0000 (-0600) Subject: omap2 clock: convert PARENT_CONTROLS_CLOCK into a clock flag X-Git-Tag: v2.6.23-omap1~254 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de15493722b59c9842d9ca6f10eb9dd6a809e34f;p=pandora-kernel.git omap2 clock: convert PARENT_CONTROLS_CLOCK into a clock flag The clock framework currently uses a magic value in struct clk .enable_bit to indicate that the clock's parent controls enabling and disabling the clock. There's no need to use this type of in-band special value when there's already a good means to indicate binary clock parameters: the clock flags field. This patch converts the existing PARENT_CONTROLS_CLOCK code to use a clock flag. Signed-off-by: Paul Walmsley Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed