linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] OMAP3: PM: Smartreflex clean up patches against PM tree
@ 2010-05-29 16:46 Thara Gopinath
  2010-05-29 16:46 ` [PATCH 1/4] OMAP3: PM: Cleaning up of smartreflex code Thara Gopinath
  2010-06-03 23:28 ` [PATCH 0/4] OMAP3: PM: Smartreflex clean up patches against PM tree Kevin Hilman
  0 siblings, 2 replies; 6+ messages in thread
From: Thara Gopinath @ 2010-05-29 16:46 UTC (permalink / raw)
  To: linux-omap
  Cc: khilman, paul, b-cousson, vishwanath.bs, sawant, Thara Gopinath

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-06-03 23:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-29 16:46 [PATCH 0/4] OMAP3: PM: Smartreflex clean up patches against PM tree Thara Gopinath
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

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).