linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thara Gopinath <thara@ti.com>
To: linux-omap@vger.kernel.org
Cc: khilman@deeprootsystems.com, paul@pwsan.com, b-cousson@ti.com,
	vishwanath.bs@ti.com, sawant@ti.com,
	Thara Gopinath <thara@ti.com>
Subject: [PATCH 0/4] OMAP3: PM: Smartreflex clean up patches against PM tree
Date: Sat, 29 May 2010 22:16:50 +0530	[thread overview]
Message-ID: <1275151614-16634-1-git-send-email-thara@ti.com> (raw)

This patch series does clean up of Kevin Hilman's PM tree
so that the earlier Smartreflex series against lo-master can
be applied seamlessly. This patch sereis also does some
smartreflex related code changes in the cpuidle and dvfs
code which exists only in the pm tree and not on lo-master.

This patch series has been tested in conjunction with the
the Smartreflex series posted against the lo-master on
OMAP3430 SDP, OMAP3630SDP and ZOOM3 using omap3_pm_defconfig.

Thara Gopinath (4):
  OMAP3: PM: Cleaning up of smartreflex code.
  OMAP3: PM: Disabling Smartreflex across both frequency and voltage
    scaling during DVFS.
  OMAP3: PM: Removing voltage related code from the generic pm code.
  OMAP3: PM: Enabling Smartreflex Class 3 driver by default in pm
    defconfig

 arch/arm/configs/omap3_pm_defconfig       |    1 +
 arch/arm/mach-omap2/Makefile              |    1 -
 arch/arm/mach-omap2/board-3430sdp.c       |    5 +-
 arch/arm/mach-omap2/pm.h                  |   25 -
 arch/arm/mach-omap2/pm34xx.c              |   94 +---
 arch/arm/mach-omap2/prm-regbits-34xx.h    |    8 +-
 arch/arm/mach-omap2/resource34xx.c        |   29 +-
 arch/arm/mach-omap2/resource34xx.h        |    1 -
 arch/arm/mach-omap2/smartreflex.c         | 1043 -----------------------------
 arch/arm/mach-omap2/smartreflex.h         |  256 -------
 arch/arm/plat-omap/Kconfig                |   31 -
 arch/arm/plat-omap/include/plat/control.h |    9 -
 12 files changed, 25 insertions(+), 1478 deletions(-)
 delete mode 100644 arch/arm/mach-omap2/smartreflex.c
 delete mode 100644 arch/arm/mach-omap2/smartreflex.h


             reply	other threads:[~2010-05-29 16:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-29 16:46 Thara Gopinath [this message]
2010-05-29 16:46 ` [PATCH 1/4] OMAP3: PM: Cleaning up of smartreflex code Thara Gopinath
2010-05-29 16:46   ` [PATCH 2/4] OMAP3: PM: Disabling Smartreflex across both frequency and voltage scaling during DVFS Thara Gopinath
2010-05-29 16:46     ` [PATCH 3/4] OMAP3: PM: Removing voltage related code from the generic pm code Thara Gopinath
2010-05-29 16:46       ` [PATCH 4/4] OMAP3: PM: Enabling Smartreflex Class 3 driver by default in pm defconfig Thara Gopinath
2010-06-03 23:28 ` [PATCH 0/4] OMAP3: PM: Smartreflex clean up patches against PM tree 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=1275151614-16634-1-git-send-email-thara@ti.com \
    --to=thara@ti.com \
    --cc=b-cousson@ti.com \
    --cc=khilman@deeprootsystems.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=paul@pwsan.com \
    --cc=sawant@ti.com \
    --cc=vishwanath.bs@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 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).