From: Paul Walmsley Date: Thu, 18 Sep 2008 17:46:54 +0000 (-0600) Subject: OMAP3 clock: split mcbspX_src_fck from mcbspX_fck X-Git-Tag: v2.6.27-omap1~169 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b670a37e77372b66bfb22a1f8633d906b9bbc26c;p=pandora-kernel.git OMAP3 clock: split mcbspX_src_fck from mcbspX_fck McBSP clock source control registers are located in the System Control Module, not the PRCM. However, the clock enable/disable registers are in the CM. Since the following patches require all registers in a struct clk to be in only one of {CM, PRM, SCM}, we must split the source clock selection into a separate struct clk from the clock enable/disable control. Signed-off-by: Paul Walmsley Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed