From mboxrd@z Thu Jan 1 00:00:00 1970 From: vipulkumar.samar@st.com (Vipul Kumar Samar) Date: Mon, 16 Jul 2012 09:55:37 +0530 Subject: [PATCH v2 0/4] Clk: SPEAr: Rename clk ids within predefined limit Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org The max limit of con_id is 16 and dev_id is 20. As of now for all SPEAr SOC's clk ids are exceeding this predefined limit. This patch set is intended to rename clk ids through out spear clk framework. -v2: -Rename gpt timer parent clk id on spear3xx and spear6xx machine as pll3_48m_clk is renamed to pll3_clk. Vipul Kumar Samar (4): clk:spear1340:Fix: Rename clk ids within predefined limit clk:spear1310:Fix: Rename clk ids within predefined limit Clk:spear3xx:Fix: Rename clk ids within predefined limit Clk:spear6xx:Fix: Rename clk ids within predefined limit arch/arm/mach-spear3xx/spear3xx.c | 2 +- arch/arm/mach-spear6xx/spear6xx.c | 2 +- drivers/clk/spear/spear1310_clock.c | 312 +++++++++++++++++------------------ drivers/clk/spear/spear1340_clock.c | 273 +++++++++++++++--------------- drivers/clk/spear/spear3xx_clock.c | 180 ++++++++++----------- drivers/clk/spear/spear6xx_clock.c | 122 +++++++------- 6 files changed, 438 insertions(+), 453 deletions(-) -- 1.7.2.2