From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH v2 0/8] OMAP3&4: clock data: Fixes and add new clocks nodes Date: Thu, 09 Dec 2010 16:35:39 -0800 Message-ID: <87mxoe4g84.fsf@deeprootsystems.com> References: <1291932820-11163-1-git-send-email-b-cousson@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-px0-f179.google.com ([209.85.212.179]:54581 "EHLO mail-px0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752604Ab0LJAfq (ORCPT ); Thu, 9 Dec 2010 19:35:46 -0500 Received: by pxi20 with SMTP id 20so906351pxi.10 for ; Thu, 09 Dec 2010 16:35:46 -0800 (PST) In-Reply-To: <1291932820-11163-1-git-send-email-b-cousson@ti.com> (Benoit Cousson's message of "Thu, 9 Dec 2010 23:13:32 +0100") Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Benoit Cousson Cc: paul@pwsan.com, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Hi Benoit, Benoit Cousson writes: > Hi Paul, > > Here is a collections of fixes and clock nodes addition done on OMAP3 > and OMAP4 clock data files. > > I have included the one that Thara already submitted after fixing the > various comments done on the original version. > > That revision include as well a new fix from Jon. Thanks to both fixes, > the clocks rate are now accurate and the func_48m_fclk does report 48MHz > now! Cool isn't it? > > Tested on sdp4430 + ES2.0. > > The series is based on 2.6.37-rc5 and is available here: > git://gitorious.org/omap-pm/linux.git for_2.6.38/clock I tried to pull this into my pm-core for testing with all the other PM stuff we have baking for 2.6.38. Unfortunately, this series has conflicts with Paul's pwrdm_prcm_[ab]_2.6.38 branches. Could you rebase this on Paul's pwrdm_prcm_b_2.6.38 branch? Kevin > > Benoit Cousson (3): > OMAP4: clock data: Add control for pad_clks_ck and slimbus_clk > OMAP3: clock data: Add "wkup_clkdm" in sr1_fck and sr2_fck > OMAP4: PRCM: Add SCRM header file > > Jon Hunter (1): > OMAP4: clock data: Add missing fixed divisors > > Jonathan Bergsagel (1): > OMAP4: clock data: Add missing fields in iva_hsd_byp_clk_mux_ck > > Rajendra Nayak (2): > OMAP4: clock data: Add SCRM auxiliary clock nodes > OMAP4: clock data: Export control to enable/disable CORE/PER M3 > clocks > > Thara Gopinath (1): > OMAP4: clock data: Add missing DPLL x2 clock nodes > > arch/arm/mach-omap2/clock3xxx_data.c | 2 + > arch/arm/mach-omap2/clock44xx_data.c | 653 ++++++++++++++++++++++++---------- > arch/arm/mach-omap2/scrm44xx.h | 176 +++++++++ > 3 files changed, 640 insertions(+), 191 deletions(-) > create mode 100644 arch/arm/mach-omap2/scrm44xx.h From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@deeprootsystems.com (Kevin Hilman) Date: Thu, 09 Dec 2010 16:35:39 -0800 Subject: [PATCH v2 0/8] OMAP3&4: clock data: Fixes and add new clocks nodes In-Reply-To: <1291932820-11163-1-git-send-email-b-cousson@ti.com> (Benoit Cousson's message of "Thu, 9 Dec 2010 23:13:32 +0100") References: <1291932820-11163-1-git-send-email-b-cousson@ti.com> Message-ID: <87mxoe4g84.fsf@deeprootsystems.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Benoit, Benoit Cousson writes: > Hi Paul, > > Here is a collections of fixes and clock nodes addition done on OMAP3 > and OMAP4 clock data files. > > I have included the one that Thara already submitted after fixing the > various comments done on the original version. > > That revision include as well a new fix from Jon. Thanks to both fixes, > the clocks rate are now accurate and the func_48m_fclk does report 48MHz > now! Cool isn't it? > > Tested on sdp4430 + ES2.0. > > The series is based on 2.6.37-rc5 and is available here: > git://gitorious.org/omap-pm/linux.git for_2.6.38/clock I tried to pull this into my pm-core for testing with all the other PM stuff we have baking for 2.6.38. Unfortunately, this series has conflicts with Paul's pwrdm_prcm_[ab]_2.6.38 branches. Could you rebase this on Paul's pwrdm_prcm_b_2.6.38 branch? Kevin > > Benoit Cousson (3): > OMAP4: clock data: Add control for pad_clks_ck and slimbus_clk > OMAP3: clock data: Add "wkup_clkdm" in sr1_fck and sr2_fck > OMAP4: PRCM: Add SCRM header file > > Jon Hunter (1): > OMAP4: clock data: Add missing fixed divisors > > Jonathan Bergsagel (1): > OMAP4: clock data: Add missing fields in iva_hsd_byp_clk_mux_ck > > Rajendra Nayak (2): > OMAP4: clock data: Add SCRM auxiliary clock nodes > OMAP4: clock data: Export control to enable/disable CORE/PER M3 > clocks > > Thara Gopinath (1): > OMAP4: clock data: Add missing DPLL x2 clock nodes > > arch/arm/mach-omap2/clock3xxx_data.c | 2 + > arch/arm/mach-omap2/clock44xx_data.c | 653 ++++++++++++++++++++++++---------- > arch/arm/mach-omap2/scrm44xx.h | 176 +++++++++ > 3 files changed, 640 insertions(+), 191 deletions(-) > create mode 100644 arch/arm/mach-omap2/scrm44xx.h