Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: santosh.shilimkar@ti.com (Santosh Shilimkar)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] CPU PM notifiers and ARM driver PM updates for v3.2.
Date: Fri, 23 Sep 2011 14:18:08 +0530	[thread overview]
Message-ID: <1316767688-23705-1-git-send-email-santosh.shilimkar@ti.com> (raw)

Please pull the CPU PM notifier and ARM GIC, VFP PM updates for v3.2.
I have added vfp comment fix and strongly ordered descriptor patch
in this pull request.

Regards,
Santosh


The following changes since commit b6fd41e29dea9c6753b1843a77e50433e6123bcb:

  Linux 3.1-rc6 (2011-09-12 14:02:02 -0700)

are available in the git repository at:
  git://gitorious.org/omap-sw-develoment/linux-omap-dev.git for_3_2/for-rmk/arm_cpu_pm

Colin Cross (5):
      cpu_pm: Add cpu power management notifiers
      cpu_pm: call notifiers during suspend
      ARM: gic: Use cpu pm notifiers to save gic state
      ARM: vfp: Use cpu pm notifiers to save vfp state
      ARM: gic: Allow gic arch extensions to provide irqchip flags

Santosh Shilimkar (3):
      ARM: Enable CPU_PM notifiers on ARM machines.
      ARM: vfp: Fix the comment to make it consistent with the code.
      ARM: mm: Add strongly ordered descriptor support.

 arch/arm/Kconfig                    |    1 +
 arch/arm/common/gic.c               |  188 ++++++++++++++++++++++++++++
 arch/arm/include/asm/hardware/gic.h |    8 ++
 arch/arm/include/asm/mach/map.h     |    1 +
 arch/arm/include/asm/pgtable.h      |    3 +
 arch/arm/mm/mmu.c                   |    8 ++
 arch/arm/vfp/vfpmodule.c            |   31 ++++--
 include/linux/cpu_pm.h              |  109 ++++++++++++++++
 kernel/Makefile                     |    1 +
 kernel/cpu_pm.c                     |  233 +++++++++++++++++++++++++++++++++++
 kernel/power/Kconfig                |    4 +
 11 files changed, 578 insertions(+), 9 deletions(-)
 create mode 100644 include/linux/cpu_pm.h
 create mode 100644 kernel/cpu_pm.c

                 reply	other threads:[~2011-09-23  8:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1316767688-23705-1-git-send-email-santosh.shilimkar@ti.com \
    --to=santosh.shilimkar@ti.com \
    --cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox