From: Kuninori Morimoto Date: Fri, 19 Nov 2010 07:23:52 +0000 (+0000) Subject: ARM: mach-shmobile: clock-sh7372: remove bogus pllc2 clock toggling. X-Git-Tag: v2.6.37-rc4~23^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=421b446abeec55bed1251fab80cb5c12be58b773;p=pandora-kernel.git ARM: mach-shmobile: clock-sh7372: remove bogus pllc2 clock toggling. The PLLC2 clock was utilizing the same sort of enable/disable without regard to usecount approach that the FSIDIV clock was when being used as a PLL pass-through. This forces the enable/disable through the clock framework, which now prevents the clock from being ripped out or modified underneath users that have an existing handle on it. Signed-off-by: Kuninori Morimoto Signed-off-by: Paul Mundt --- Reading git-diff-tree failed