Linux Kernel Mailing List | 18 Jul 2012 19:42

clk:spear1310:Fix: Rename clk ids within predefined limit

Gitweb:     http://git.kernel.org/linus/;a=commit;h=e28f1aa110c919716188b979c4404e4c8e9794b9
Commit:     e28f1aa110c919716188b979c4404e4c8e9794b9
Parent:     5cb6a9bccaa65e0cbf567485ac6d04ca3fdae79c
Author:     Vipul Kumar Samar <vipulkumar.samar <at> st.com>
AuthorDate: Tue Jul 10 17:12:44 2012 +0530
Committer:  Shiraz Hashim <shiraz.hashim <at> st.com>
CommitDate: Wed Jul 18 10:04:36 2012 +0530

    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 <at> st.com>
    Signed-off-by: Shiraz Hashim <shiraz.hashim <at> st.com>
    Acked-by: Viresh Kumar <viresh.kumar <at> linaro.org>
    Acked-by: Arnd Bergmann <arnd <at> arndb.de>
---
 drivers/clk/spear/spear1310_clock.c |  312 +++++++++++++++++------------------
 1 files changed, 155 insertions(+), 157 deletions(-)

diff --git a/drivers/clk/spear/spear1310_clock.c b/drivers/clk/spear/spear1310_clock.c
index 8f05652..0fcec2a 100644
(Continue reading)


Gmane