]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cpufreq: OMAP: move clk name decision to init
authorNishanth Menon <nm@ti.com>
Wed, 25 May 2011 23:38:46 +0000 (16:38 -0700)
committerKevin Hilman <khilman@ti.com>
Tue, 8 Nov 2011 19:42:16 +0000 (11:42 -0800)
commit08ca3e3b8ddf0e75f734d46b31518b97256d2c17
tree0ac1c4897e31580bc11c90d059ce516c30f644e4
parent022ac03b45d6899219539894cff3c7ce5bd990f9
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 <nm@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
drivers/cpufreq/omap-cpufreq.c