All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@deeprootsystems.com>
To: linux-omap@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/5] OMAP PM fixes for 2.6.32
Date: Mon, 05 Oct 2009 11:02:38 -0700	[thread overview]
Message-ID: <87r5thwwg1.fsf@deeprootsystems.com> (raw)
In-Reply-To: <1254507295-11381-1-git-send-email-khilman@deeprootsystems.com> (Kevin Hilman's message of "Fri\, 2 Oct 2009 11\:14\:50 -0700")

Tony,

If no other review commeents, this series (incluing patch 6) is based
on v2.6.32-rc1 and available for pull.

Kevin

The following changes since commit 17d857be649a21ca90008c6dc425d849fa83db5c:
  Linus Torvalds (1):
        Linux 2.6.32-rc1

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git pm-fixes-32

Artem Bityutskiy (1):
      OMAP3: PM: introduce a new powerdomain walk helper

Jon Hunter (1):
      OMAP3: PM: Prevent hang in prcm_interrupt_handler

Kevin Hilman (1):
      OMAP3: PM: Enable GPIO module-level wakeups

Paul Walmsley (2):
      OMAP3: PM: PRCM interrupt: check MPUGRPSEL register
      OMAP3: PM: PRCM interrupt: only handle selected PRCM interrupts

Vikram Pandita (1):
      OMAP3: PM: USBHOST: clear wakeup events on both hosts

 arch/arm/mach-omap2/pm-debug.c                |    4 +-
 arch/arm/mach-omap2/pm34xx.c                  |  187 ++++++++++++++-----------
 arch/arm/mach-omap2/powerdomain.c             |   39 ++++--
 arch/arm/plat-omap/include/mach/powerdomain.h |    2 +
 4 files changed, 137 insertions(+), 95 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: khilman@deeprootsystems.com (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] OMAP PM fixes for 2.6.32
Date: Mon, 05 Oct 2009 11:02:38 -0700	[thread overview]
Message-ID: <87r5thwwg1.fsf@deeprootsystems.com> (raw)
In-Reply-To: <1254507295-11381-1-git-send-email-khilman@deeprootsystems.com> (Kevin Hilman's message of "Fri\, 2 Oct 2009 11\:14\:50 -0700")

Tony,

If no other review commeents, this series (incluing patch 6) is based
on v2.6.32-rc1 and available for pull.

Kevin

The following changes since commit 17d857be649a21ca90008c6dc425d849fa83db5c:
  Linus Torvalds (1):
        Linux 2.6.32-rc1

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git pm-fixes-32

Artem Bityutskiy (1):
      OMAP3: PM: introduce a new powerdomain walk helper

Jon Hunter (1):
      OMAP3: PM: Prevent hang in prcm_interrupt_handler

Kevin Hilman (1):
      OMAP3: PM: Enable GPIO module-level wakeups

Paul Walmsley (2):
      OMAP3: PM: PRCM interrupt: check MPUGRPSEL register
      OMAP3: PM: PRCM interrupt: only handle selected PRCM interrupts

Vikram Pandita (1):
      OMAP3: PM: USBHOST: clear wakeup events on both hosts

 arch/arm/mach-omap2/pm-debug.c                |    4 +-
 arch/arm/mach-omap2/pm34xx.c                  |  187 ++++++++++++++-----------
 arch/arm/mach-omap2/powerdomain.c             |   39 ++++--
 arch/arm/plat-omap/include/mach/powerdomain.h |    2 +
 4 files changed, 137 insertions(+), 95 deletions(-)

  parent reply	other threads:[~2009-10-05 18:02 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-02 18:14 [PATCH 0/5] OMAP PM fixes for 2.6.32 Kevin Hilman
2009-10-02 18:14 ` Kevin Hilman
2009-10-02 18:14 ` [PATCH 1/5] OMAP3: PM: Prevent hang in prcm_interrupt_handler Kevin Hilman
2009-10-02 18:14   ` Kevin Hilman
2009-10-02 18:14   ` [PATCH 2/5] OMAP3: PM: PRCM interrupt: check MPUGRPSEL register Kevin Hilman
2009-10-02 18:14     ` Kevin Hilman
2009-10-02 18:14     ` [PATCH 3/5] OMAP3: PM: PRCM interrupt: only handle selected PRCM interrupts Kevin Hilman
2009-10-02 18:14       ` Kevin Hilman
2009-10-02 18:14       ` [PATCH 4/5] OMAP3: PM: USBHOST: clear wakeup events on both hosts Kevin Hilman
2009-10-02 18:14         ` Kevin Hilman
2009-10-02 18:14         ` [PATCH 5/5] OMAP3: PM: Enable GPIO module-level wakeups Kevin Hilman
2009-10-02 18:14           ` Kevin Hilman
2009-10-05 17:57 ` [PATCH 0/5] OMAP PM fixes for 2.6.32 Kevin Hilman
2009-10-05 17:57   ` Kevin Hilman
2009-10-05 18:02 ` Kevin Hilman [this message]
2009-10-05 18:02   ` 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=87r5thwwg1.fsf@deeprootsystems.com \
    --to=khilman@deeprootsystems.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    /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.