All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@deeprootsystems.com>
To: Russell King - ARM Linux <linux@arm.linux.org.uk>
Cc: Tony Lindgren <tony@atomide.com>,
	linux-arm-kernel@lists.arm.linux.org.uk,
	linux-omap@vger.kernel.org
Subject: pull request (Re: [PATCH 00/14] OMAP PM fixes for .31-rc series)
Date: Wed, 05 Aug 2009 09:17:59 -0700	[thread overview]
Message-ID: <87ab2e6xqg.fsf_-_@deeprootsystems.com> (raw)
In-Reply-To: <20090803123516.GC24334@atomide.com> (Tony Lindgren's message of "Mon\, 3 Aug 2009 15\:35\:17 +0300")

Russell,

This series was rebased against v2.6.31-rc5, and here's the pull request.

The following changes since commit ed680c4ad478d0fee9740f7d029087f181346564:
  Linus Torvalds (1):
        Linux 2.6.31-rc5

are available in the git repository at:

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

Eero Nurkkala (1):
      OMAP: PM: CPUfreq: obey min/max settings of policy

Jouni Hogander (1):
      OMAP3: PM: Fix wrong sequence in suspend.

Kevin Hilman (11):
      OMAP2/3: PM: make PM __init calls static
      OMAP3: PM: CM_REGADDR macros using wrong name
      OMAP3: PM: Ensure PRCM interrupts are cleared at boot
      OMAP3: PM: Clear pending PRCM reset flags on init
      OMAP3: PM: prevent module wakeups from waking IVA2
      OMAP3: PM: Do not build suspend code if SUSPEND is not enabled
      OMAP4: UART: cleanup special case IRQ handling
      OMAP2/3/4: UART: Allow per-UART disabling wakeup for serial ports
      OMAP2/3/4: UART: allow in-order port traversal
      OMAP: GPIO: clear/restore level/edge detect settings on mask/unmask
      OMAP3: Overo: add missing pen-down GPIO definition

Tero Kristo (1):
      OMAP3: Fixed crash bug with serial + suspend

 arch/arm/mach-omap2/board-overo.c        |    1 +
 arch/arm/mach-omap2/cm.h                 |    6 +-
 arch/arm/mach-omap2/pm.h                 |    3 -
 arch/arm/mach-omap2/pm24xx.c             |    2 +-
 arch/arm/mach-omap2/pm34xx.c             |   51 +++++++-
 arch/arm/mach-omap2/serial.c             |  197 ++++++++++++++++++++----------
 arch/arm/plat-omap/cpu-omap.c            |    8 +-
 arch/arm/plat-omap/gpio.c                |    6 +
 arch/arm/plat-omap/include/mach/serial.h |    1 +
 9 files changed, 197 insertions(+), 78 deletions(-)

-------------------------------------------------------------------
List admin: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm-kernel
FAQ:        http://www.arm.linux.org.uk/mailinglists/faq.php
Etiquette:  http://www.arm.linux.org.uk/mailinglists/etiquette.php

      parent reply	other threads:[~2009-08-05 16:17 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-21 22:08 [PATCH 00/14] OMAP PM fixes for .31-rc series Kevin Hilman
2009-07-21 22:08 ` [PATCH 01/14] OMAP2/3: PM: make PM __init calls static Kevin Hilman
2009-07-21 22:08   ` [PATCH 02/14] OMAP3: PM: CM_REGADDR macros using wrong name Kevin Hilman
2009-07-21 22:08     ` [PATCH 03/14] OMAP3: PM: Ensure PRCM interrupts are cleared at boot Kevin Hilman
2009-07-21 22:08       ` [PATCH 04/14] OMAP3: PM: Clear pending PRCM reset flags on init Kevin Hilman
2009-07-21 22:08         ` [PATCH 05/14] OMAP3: PM: prevent module wakeups from waking IVA2 Kevin Hilman
2009-07-21 22:08           ` [PATCH 06/14] OMAP3: PM: Do not build suspend code if SUSPEND is not enabled Kevin Hilman
2009-07-21 22:08             ` [PATCH 07/14] OMAP4: UART: cleanup special case IRQ handling Kevin Hilman
2009-07-21 22:08               ` [PATCH 08/14] OMAP3: Fixed crash bug with serial + suspend Kevin Hilman
2009-07-21 22:08                 ` [PATCH 09/14] OMAP2/3/4: UART: Allow per-UART disabling wakeup for serial ports Kevin Hilman
2009-07-21 22:08                   ` [PATCH 10/14] OMAP2/3/4: UART: allow in-order port traversal Kevin Hilman
2009-07-21 22:08                     ` [PATCH 11/14] OMAP: PM: CPUfreq: obey min/max settings of policy Kevin Hilman
2009-07-21 22:08                       ` [PATCH 12/14] OMAP3: PM: Fix wrong sequence in suspend Kevin Hilman
2009-07-21 22:08                         ` [PATCH 13/14] OMAP: GPIO: clear/restore level/edge detect settings on mask/unmask Kevin Hilman
2009-07-21 22:08                           ` [PATCH 14/14] OMAP3: Overo: add missing pen-down GPIO definition Kevin Hilman
2009-07-21 22:37 ` [PATCH 00/14] OMAP PM fixes for .31-rc series Russell King - ARM Linux
2009-08-03 12:35   ` Tony Lindgren
2009-08-04 18:50     ` Kevin Hilman
2009-08-05 16:17     ` Kevin Hilman [this message]

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=87ab2e6xqg.fsf_-_@deeprootsystems.com \
    --to=khilman@deeprootsystems.com \
    --cc=linux-arm-kernel@lists.arm.linux.org.uk \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=tony@atomide.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.