linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: davidb@codeaurora.org (David Brown)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 12/20] ARM: mach-msm: hook special idle handlers to arm_pm_idle
Date: Mon, 19 Dec 2011 15:21:27 -0800	[thread overview]
Message-ID: <20111219232127.GA9896@codeaurora.org> (raw)
In-Reply-To: <1324288069-21940-13-git-send-email-nico@fluxnic.net>

On Mon, Dec 19, 2011 at 04:47:41AM -0500, Nicolas Pitre wrote:
> Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
> ---
>  arch/arm/mach-msm/idle.S                |   36 ----------------------
>  arch/arm/mach-msm/idle.c                |   49 +++++++++++++++++++++++++++++++
>  arch/arm/mach-msm/include/mach/system.h |    5 ++-
>  3 files changed, 53 insertions(+), 37 deletions(-)
>  delete mode 100644 arch/arm/mach-msm/idle.S
>  create mode 100644 arch/arm/mach-msm/idle.c

I've tested this on 8660.  It'd be nice if someone was able to test
this on the G1 to make sure it doesn't break idle there.  I've compile
tested it, though.

We do have idle support for our newer chips, and hopefully we'll be
able to add that at some point.  There is also reset support.

But, this does help clean up the current functionality.

Acked-by: David Brown <davidb@codeaurora.org>

-- 
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.

  parent reply	other threads:[~2011-12-19 23:21 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-19  9:47 [PATCH 00/20] arch_idle() cleanup and mach/system.h removal Nicolas Pitre
2011-12-19  9:47 ` [PATCH 01/20] ARM: clean up idle handlers Nicolas Pitre
2011-12-19 19:07   ` Tony Lindgren
2011-12-19 19:43     ` Nicolas Pitre
2011-12-20  0:41   ` Stephen Warren
2011-12-25  1:42   ` Shawn Guo
2011-12-25  1:48     ` Shawn Guo
2012-01-03  3:34       ` Nicolas Pitre
2011-12-19  9:47 ` [PATCH 02/20] ARM: mach-s5pv210: use standard arch_idle() Nicolas Pitre
2011-12-19  9:47 ` [PATCH 03/20] ARM: mach-s5pc100: " Nicolas Pitre
2011-12-19  9:47 ` [PATCH 04/20] ARM: mach-exynos: " Nicolas Pitre
2011-12-19  9:47 ` [PATCH 05/20] ARM: mach-at91: move special idle code out of line Nicolas Pitre
2011-12-19  9:47 ` [PATCH 06/20] ARM: mach-clps711x: " Nicolas Pitre
2011-12-19  9:47 ` [PATCH 07/20] ARM: mach-ebsa110: " Nicolas Pitre
2011-12-19  9:47 ` [PATCH 08/20] ARM: mach-gemini: " Nicolas Pitre
2011-12-19 17:55   ` Tony Lindgren
2011-12-19  9:47 ` [PATCH 09/20] ARM: mach-h720x: " Nicolas Pitre
2011-12-19  9:47 ` [PATCH 10/20] ARM: s3c24xx: move special idle code to " Nicolas Pitre
2011-12-19  9:47 ` [PATCH 11/20] ARM: plat-mxc: hook special idle handlers to arm_pm_idle Nicolas Pitre
2011-12-25  1:53   ` Shawn Guo
2012-01-03  3:32     ` Nicolas Pitre
2011-12-19  9:47 ` [PATCH 12/20] ARM: mach-msm: " Nicolas Pitre
2011-12-19 17:56   ` Tony Lindgren
2011-12-19 18:07     ` Nicolas Pitre
2011-12-19 23:21   ` David Brown [this message]
2011-12-19  9:47 ` [PATCH 13/20] ARM: mach-ixp23xx: properly disable CPU idle call Nicolas Pitre
2011-12-19  9:47 ` [PATCH 14/20] ARM: mach-ixp4xx: " Nicolas Pitre
2011-12-19  9:47 ` [PATCH 15/20] ARM: mach-shark: " Nicolas Pitre
2011-12-19  9:47 ` [PATCH 16/20] ARM: mach-w90x900: " Nicolas Pitre
2011-12-19  9:47 ` [PATCH 17/20] ARM: mach-s3c64xx: " Nicolas Pitre
2011-12-20 15:03   ` Mark Brown
2011-12-20 18:54     ` Nicolas Pitre
2011-12-20 23:36       ` Mark Brown
2011-12-19  9:47 ` [PATCH 18/20] ARM: mach-tegra: " Nicolas Pitre
2011-12-19  9:47 ` [PATCH 19/20] ARM: substitute arch_idle() Nicolas Pitre
2011-12-19 19:08   ` Tony Lindgren
2011-12-19  9:47 ` [PATCH 20/20] ARM: big removal of now unused arch_reset() Nicolas Pitre
2011-12-19 18:15   ` H Hartley Sweeten
2011-12-19 18:21     ` Nicolas Pitre
2011-12-19 19:08   ` Tony Lindgren
2011-12-19 23:22   ` David Brown
2011-12-24 23:22   ` Linus Walleij
2011-12-19 18:57 ` [PATCH 00/20] arch_idle() cleanup and mach/system.h removal Jamie Iles
2011-12-19 19:25   ` Nicolas Pitre
2012-01-13 10:43 ` Russell King - ARM Linux
2012-01-13 13:54   ` Nicolas Pitre
2012-01-13 14:07     ` Russell King - ARM Linux
2012-01-13 19:31       ` Nicolas Pitre
2012-01-21  3:20       ` Nicolas Pitre

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=20111219232127.GA9896@codeaurora.org \
    --to=davidb@codeaurora.org \
    --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;
as well as URLs for NNTP newsgroup(s).