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: sz_beta1~21^3~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5514fa682066f55fe8fe552e032f131f4a078c32;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