git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cb6a9b
)
clk:spear1310:Fix: Rename clk ids within predefined limit
author
Vipul Kumar Samar
<vipulkumar.samar@st.com>
Tue, 10 Jul 2012 11:42:44 +0000
(17:12 +0530)
committer
Shiraz Hashim
<shiraz.hashim@st.com>
Wed, 18 Jul 2012 04:34:36 +0000
(10:04 +0530)
The max limit of con_id is 16 and dev_id is 20. As of now for spear1310, 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
gmac_phy -> phy_
gmii_125m_pad -> gmii_pad
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>
drivers/clk/spear/spear1310_clock.c
patch
|
blob
|
history
diff --cc
drivers/clk/spear/spear1310_clock.c
Simple merge