From: Vipul Kumar Samar Date: Tue, 10 Jul 2012 11:42:46 +0000 (+0530) Subject: Clk:spear6xx:Fix: Rename clk ids within predefined limit X-Git-Tag: v3.5~19^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8f4bf0eb4ca7a0a578079fb5807e59b7111a1e2;p=pandora-kernel.git Clk:spear6xx:Fix: Rename clk ids within predefined limit The max limit of con_id is 16 and dev_id is 20. As of now for spear6xx, many clk ids are exceeding this predefined limit. This patch is intended to rename clk ids like: mux_clk -> _mclk gate_clk -> _gclk synth_clk -> syn_clk ras_gen1_synth_gate_clk -> ras_syn1_gclk pll3_48m -> pll3_ Signed-off-by: Vipul Kumar Samar Signed-off-by: Shiraz Hashim Acked-by: Viresh Kumar Acked-by: Arnd Bergmann --- Reading git-diff-tree failed