All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	rnayak@ti.com, santosh.shilimkar@ti.com,
	Paul Walmsley <paul@pwsan.com>
Subject: Re: [GIT PULL v3] OMAP: clock/powerdomain/clockdomain/hwmod: fixes for 3.1-rc
Date: Tue, 6 Sep 2011 04:29:14 -0700	[thread overview]
Message-ID: <20110906112914.GC1895@atomide.com> (raw)
In-Reply-To: <alpine.DEB.2.00.1109042023190.9056@utopia.booyaka.com>

Arnd,

Care to pull the following fixes to the -rc series from Paul?


* Paul Walmsley <paul@pwsan.com> [110904 18:53]:
> The following changes since commit c6a389f123b9f68d605bb7e0f9b32ec1e3e14132:
> 
>   Linux 3.1-rc4 (2011-08-28 21:16:01 -0700)
> 
> are available in the git repository at:
>   git://git.pwsan.com/linux-2.6 prcm-fixes-a-3.1rc
> 
> This update adds a patch for a missing array terminator in the OMAP2430 
> hwmod data.
> 
> Paul Walmsley (5):
>       OMAP4: clock: re-enable previous clockdomain enable/disable sequence
>       OMAP4: clock: fix compile warning
>       OMAP3: clock: indicate that gpt12_fck and wdt1_fck are in the WKUP clockdomain
>       OMAP2430: hwmod: musb: add missing terminator to omap2430_usbhsotg_addrs[]
>       Merge branches 'non_hwmod_compliant_fix_3.1rc', 'omap3_clock_fixes_3.1rc', 'omap4_clock_fixes_3.1rc', 'missing_2430_musb_adds_terminator_fix_3.1rc' and 'pwrdm_clkdm_fixes_3.1rc' into prcm-fixes-a-3.1rc
> 
> Rajendra Nayak (1):
>       OMAP: powerdomains: Make all powerdomain target states as ON at init
> 
> Santosh Shilimkar (1):
>       OMAP: clockdomain: Wait for powerdomain to be ON when using clockdomain force wakeup
> 
>  arch/arm/mach-omap2/clock3xxx_data.c       |    2 ++
>  arch/arm/mach-omap2/clock44xx_data.c       |   10 +++++++++-
>  arch/arm/mach-omap2/clockdomain.c          |    2 ++
>  arch/arm/mach-omap2/omap_hwmod_2430_data.c |    1 +
>  arch/arm/mach-omap2/pm.c                   |    2 --
>  arch/arm/mach-omap2/powerdomain.c          |   25 ++++++++++++++++---------
>  6 files changed, 30 insertions(+), 12 deletions(-)
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL v3] OMAP: clock/powerdomain/clockdomain/hwmod: fixes for 3.1-rc
Date: Tue, 6 Sep 2011 04:29:14 -0700	[thread overview]
Message-ID: <20110906112914.GC1895@atomide.com> (raw)
In-Reply-To: <alpine.DEB.2.00.1109042023190.9056@utopia.booyaka.com>

Arnd,

Care to pull the following fixes to the -rc series from Paul?


* Paul Walmsley <paul@pwsan.com> [110904 18:53]:
> The following changes since commit c6a389f123b9f68d605bb7e0f9b32ec1e3e14132:
> 
>   Linux 3.1-rc4 (2011-08-28 21:16:01 -0700)
> 
> are available in the git repository at:
>   git://git.pwsan.com/linux-2.6 prcm-fixes-a-3.1rc
> 
> This update adds a patch for a missing array terminator in the OMAP2430 
> hwmod data.
> 
> Paul Walmsley (5):
>       OMAP4: clock: re-enable previous clockdomain enable/disable sequence
>       OMAP4: clock: fix compile warning
>       OMAP3: clock: indicate that gpt12_fck and wdt1_fck are in the WKUP clockdomain
>       OMAP2430: hwmod: musb: add missing terminator to omap2430_usbhsotg_addrs[]
>       Merge branches 'non_hwmod_compliant_fix_3.1rc', 'omap3_clock_fixes_3.1rc', 'omap4_clock_fixes_3.1rc', 'missing_2430_musb_adds_terminator_fix_3.1rc' and 'pwrdm_clkdm_fixes_3.1rc' into prcm-fixes-a-3.1rc
> 
> Rajendra Nayak (1):
>       OMAP: powerdomains: Make all powerdomain target states as ON at init
> 
> Santosh Shilimkar (1):
>       OMAP: clockdomain: Wait for powerdomain to be ON when using clockdomain force wakeup
> 
>  arch/arm/mach-omap2/clock3xxx_data.c       |    2 ++
>  arch/arm/mach-omap2/clock44xx_data.c       |   10 +++++++++-
>  arch/arm/mach-omap2/clockdomain.c          |    2 ++
>  arch/arm/mach-omap2/omap_hwmod_2430_data.c |    1 +
>  arch/arm/mach-omap2/pm.c                   |    2 --
>  arch/arm/mach-omap2/powerdomain.c          |   25 ++++++++++++++++---------
>  6 files changed, 30 insertions(+), 12 deletions(-)
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2011-09-06 11:29 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-23  5:35 [GIT PULL] OMAP: clock/powerdomain/clockdomain/hwmod: fixes for 3.1-rc Paul Walmsley
2011-08-23  5:35 ` Paul Walmsley
2011-08-23  7:36 ` [GIT PULL v2] " Paul Walmsley
2011-08-30  7:06   ` Paul Walmsley
2011-08-30  7:06     ` Paul Walmsley
2011-09-01 23:52     ` Paul Walmsley
2011-09-01 23:52       ` Paul Walmsley
2011-09-05  2:26       ` [GIT PULL v3] " Paul Walmsley
2011-09-06 11:29         ` Tony Lindgren [this message]
2011-09-06 11:29           ` Tony Lindgren
2011-09-06 11:45           ` Russell King - ARM Linux
2011-09-06 11:45             ` Russell King - ARM Linux
2011-09-08 15:17             ` Arnd Bergmann
2011-09-08 15:17               ` Arnd Bergmann
2011-09-08 17:49               ` Nicolas Pitre
2011-09-08 17:49                 ` Nicolas Pitre
2011-09-10 21:16                 ` Arnd Bergmann
2011-09-10 21:16                   ` Arnd Bergmann

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=20110906112914.GC1895@atomide.com \
    --to=tony@atomide.com \
    --cc=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=paul@pwsan.com \
    --cc=rnayak@ti.com \
    --cc=santosh.shilimkar@ti.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.