https://github.com/torvalds/linux
Revision 5cfc545f50c4b6c0800e578b51019f2ecf490f1e authored by Vipul Kumar Samar on 10 July 2012, 11:42:45 UTC, committed by Shiraz Hashim on 18 July 2012, 04:34:39 UTC
The max limit of con_id is 16 and dev_id is 20. As of now for spear3xx, 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
    ras_pll3_48m -> ras_pll3_
    pll3_48m -> pll3_

Signed-off-by: Vipul Kumar Samar <vipulkumar.samar@st.com>
Signed-off-by: Shiraz Hashim <shiraz.hashim@st.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
1 parent e28f1aa
History
Tip revision: 5cfc545f50c4b6c0800e578b51019f2ecf490f1e authored by Vipul Kumar Samar on 10 July 2012, 11:42:45 UTC
Clk:spear3xx:Fix: Rename clk ids within predefined limit
Tip revision: 5cfc545
File Mode Size
boot
include
kernel
lib
mm
platform
Kconfig -rw-r--r-- 5.5 KB
Kconfig.cpu -rw-r--r-- 3.0 KB
Kconfig.debug -rw-r--r-- 1.4 KB
Kconfig.ide -rw-r--r-- 659 bytes
Makefile -rw-r--r-- 1.9 KB
README -rw-r--r-- 1.0 KB
defconfig -rw-r--r-- 1.1 KB

README

back to top