All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: linux-omap@vger.kernel.org
Cc: Nishanth Menon <nm@ti.com>, Tero Kristo <t-kristo@ti.com>,
	Santosh Shilimkar <santosh.shilimkar@oracle.com>,
	linux-arm-kernel@lists.infradead.org,
	Dave Gerlach <d-gerlach@ti.com>
Subject: [PATCH 0/3] omap5 cpu off mode support
Date: Thu, 17 Aug 2017 16:01:19 -0700	[thread overview]
Message-ID: <20170817230122.30655-1-tony@atomide.com> (raw)

Hi all,

Here are few patches to enable omap5 cpu off mode similar to
what we do for omap4. This seems to save about 0.2W power on
omap5-uevm while idle compared to retention idle.

Note that this won't work for dra7 as it does not support
deeper idle modes.

Regards,

Tony

clone of "next-bak-2017-07-17-20170717-001945"

Santosh Shilimkar (1):
  ARM: OMAP5: Add cpuidle assembly code

Tony Lindgren (2):
  ARM: OMAP2+: Separate dra7 cpuidle from omap5
  ARM: OMAP5: Enable CPU off idle states

 arch/arm/mach-omap2/common.h                |  11 +++
 arch/arm/mach-omap2/cpuidle44xx.c           |  56 ++++++++++++
 arch/arm/mach-omap2/omap-mpuss-lowpower.c   |   8 +-
 arch/arm/mach-omap2/omap-secure.h           |   6 ++
 arch/arm/mach-omap2/omap-wakeupgen.c        |   5 +-
 arch/arm/mach-omap2/pm44xx.c                |   2 +-
 arch/arm/mach-omap2/powerdomains54xx_data.c |  10 +-
 arch/arm/mach-omap2/sleep44xx.S             | 137 ++++++++++++++++++++++++++++
 8 files changed, 226 insertions(+), 9 deletions(-)

-- 
2.14.1

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] omap5 cpu off mode support
Date: Thu, 17 Aug 2017 16:01:19 -0700	[thread overview]
Message-ID: <20170817230122.30655-1-tony@atomide.com> (raw)

Hi all,

Here are few patches to enable omap5 cpu off mode similar to
what we do for omap4. This seems to save about 0.2W power on
omap5-uevm while idle compared to retention idle.

Note that this won't work for dra7 as it does not support
deeper idle modes.

Regards,

Tony

clone of "next-bak-2017-07-17-20170717-001945"

Santosh Shilimkar (1):
  ARM: OMAP5: Add cpuidle assembly code

Tony Lindgren (2):
  ARM: OMAP2+: Separate dra7 cpuidle from omap5
  ARM: OMAP5: Enable CPU off idle states

 arch/arm/mach-omap2/common.h                |  11 +++
 arch/arm/mach-omap2/cpuidle44xx.c           |  56 ++++++++++++
 arch/arm/mach-omap2/omap-mpuss-lowpower.c   |   8 +-
 arch/arm/mach-omap2/omap-secure.h           |   6 ++
 arch/arm/mach-omap2/omap-wakeupgen.c        |   5 +-
 arch/arm/mach-omap2/pm44xx.c                |   2 +-
 arch/arm/mach-omap2/powerdomains54xx_data.c |  10 +-
 arch/arm/mach-omap2/sleep44xx.S             | 137 ++++++++++++++++++++++++++++
 8 files changed, 226 insertions(+), 9 deletions(-)

-- 
2.14.1

             reply	other threads:[~2017-08-17 23:01 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-17 23:01 Tony Lindgren [this message]
2017-08-17 23:01 ` [PATCH 0/3] omap5 cpu off mode support Tony Lindgren
2017-08-17 23:01 ` [PATCH 1/3] ARM: OMAP2+: Separate dra7 cpuidle from omap5 Tony Lindgren
2017-08-17 23:01   ` Tony Lindgren
2017-08-17 23:42   ` Tony Lindgren
2017-08-17 23:42     ` Tony Lindgren
2017-08-17 23:01 ` [PATCH 2/3] ARM: OMAP5: Add cpuidle assembly code Tony Lindgren
2017-08-17 23:01   ` Tony Lindgren
2017-08-18  1:38   ` Nishanth Menon
2017-08-18  1:38     ` Nishanth Menon
2017-08-17 23:01 ` [PATCH 3/3] ARM: OMAP5: Enable CPU off idle states Tony Lindgren
2017-08-17 23:01   ` Tony Lindgren
2017-08-18  1:29   ` Nishanth Menon
2017-08-18  1:29     ` Nishanth Menon
2017-08-18 15:26     ` Tony Lindgren
2017-08-18 15:26       ` Tony Lindgren
2017-08-18 22:27       ` Nishanth Menon
2017-08-18 22:27         ` Nishanth Menon

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=20170817230122.30655-1-tony@atomide.com \
    --to=tony@atomide.com \
    --cc=d-gerlach@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=santosh.shilimkar@oracle.com \
    --cc=t-kristo@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.