All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@deeprootsystems.com>
To: Benoit Cousson <b-cousson@ti.com>
Cc: paul@pwsan.com, linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
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	[thread overview]
Message-ID: <87mxoe4g84.fsf@deeprootsystems.com> (raw)
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")

Hi Benoit,

Benoit Cousson <b-cousson@ti.com> 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

WARNING: multiple messages have this Message-ID (diff)
From: khilman@deeprootsystems.com (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/8] OMAP3&4: clock data: Fixes and add new clocks nodes
Date: Thu, 09 Dec 2010 16:35:39 -0800	[thread overview]
Message-ID: <87mxoe4g84.fsf@deeprootsystems.com> (raw)
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")

Hi Benoit,

Benoit Cousson <b-cousson@ti.com> 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

  parent reply	other threads:[~2010-12-10  0:35 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-09 22:13 [PATCH v2 0/8] OMAP3&4: clock data: Fixes and add new clocks nodes Benoit Cousson
2010-12-09 22:13 ` Benoit Cousson
2010-12-09 22:13 ` [PATCH v2 1/8] OMAP4: clock data: Add control for pad_clks_ck and slimbus_clk Benoit Cousson
2010-12-09 22:13   ` Benoit Cousson
2010-12-09 22:13 ` [PATCH v2 2/8] OMAP3: clock data: Add "wkup_clkdm" in sr1_fck and sr2_fck Benoit Cousson
2010-12-09 22:13   ` Benoit Cousson
2010-12-09 22:13 ` [PATCH v2 3/8] OMAP4: clock data: Add missing DPLL x2 clock nodes Benoit Cousson
2010-12-09 22:13   ` Benoit Cousson
2010-12-09 22:13 ` [PATCH v2 4/8] OMAP4: clock data: Add missing fields in iva_hsd_byp_clk_mux_ck Benoit Cousson
2010-12-09 22:13   ` Benoit Cousson
2010-12-11  0:34   ` Paul Walmsley
2010-12-11  0:34     ` Paul Walmsley
2010-12-13 13:14     ` Cousson, Benoit
2010-12-13 13:14       ` Cousson, Benoit
2010-12-09 22:13 ` [PATCH v2 5/8] OMAP4: PRCM: Add SCRM header file Benoit Cousson
2010-12-09 22:13   ` Benoit Cousson
2010-12-09 22:13 ` [PATCH v2 6/8] OMAP4: clock data: Add SCRM auxiliary clock nodes Benoit Cousson
2010-12-09 22:13   ` Benoit Cousson
2010-12-09 22:13 ` [PATCH v2 7/8] OMAP4: clock data: Export control to enable/disable CORE/PER M3 clocks Benoit Cousson
2010-12-09 22:13   ` Benoit Cousson
2010-12-09 22:13 ` [PATCH v2 8/8] OMAP4: clock data: Add missing fixed divisors Benoit Cousson
2010-12-09 22:13   ` Benoit Cousson
2010-12-22 17:21   ` Paul Walmsley
2010-12-22 17:21     ` Paul Walmsley
2010-12-10  0:35 ` Kevin Hilman [this message]
2010-12-10  0:35   ` [PATCH v2 0/8] OMAP3&4: clock data: Fixes and add new clocks nodes Kevin Hilman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mxoe4g84.fsf@deeprootsystems.com \
    --to=khilman@deeprootsystems.com \
    --cc=b-cousson@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=paul@pwsan.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.