Home
last modified time | relevance | path

Searched hist:e28f1aa110c919716188b979c4404e4c8e9794b9 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/clk/spear/
H A Dspear1310_clock.cdiff e28f1aa110c919716188b979c4404e4c8e9794b9 Tue Jul 10 13:42:44 CEST 2012 Vipul Kumar Samar <vipulkumar.samar@st.com> clk:spear1310:Fix: Rename clk ids within predefined limit

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>