From: Nishanth Menon Date: Wed, 25 May 2011 23:38:46 +0000 (-0700) Subject: cpufreq: OMAP: move clk name decision to init X-Git-Tag: v3.3-rc1~97^2~12^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08ca3e3b8ddf0e75f734d46b31518b97256d2c17;p=pandora-kernel.git cpufreq: OMAP: move clk name decision to init Clk name does'nt need to dynamically detected during clk init. move them off to driver initialization, if we dont have a clk name, there is no point in registering the driver anyways. The actual clk get and put is left at cpu_init and exit functions. Signed-off-by: Nishanth Menon Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed