All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] OMAP2+: voltage layer cleanup and restructure.
@ 2011-03-19  0:18 Kevin Hilman
  2011-03-19  0:18 ` [PATCH 1/7] OMAP2+: hwmod: remove unused voltagedomain pointer Kevin Hilman
                   ` (7 more replies)
  0 siblings, 8 replies; 33+ messages in thread
From: Kevin Hilman @ 2011-03-19  0:18 UTC (permalink / raw)
  To: linux-omap; +Cc: Paul Walmsely, Benoit Cousson

In order to implement a clean DVFS layer, the current voltage layer
needs quite a bit of cleanup and restructure.  Many of the details
were described by Paul in his initial cleanup[1], and this series is
continuing in that direction.

This series is currently also available in my pm-wip/voltdm branch and
based on my pm-core branch.

Kevin

[1] http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=c0718df4d666cc5fd8837ac93c82995a17bfdbf5


Kevin Hilman (7):
  OMAP2+: hwmod: remove unused voltagedomain pointer
  OMAP2+: voltage: move PRCM mod offets into VDD structure
  OMAP2+: voltage: start towards a new voltagedomain layer
  OMAP2+: powerdomain: add voltage domain lookup during register
  OMAP2+: voltage: keep track of powerdomains in each voltagedomain
  OMAP2+: voltage: move prm_irqst_reg from VP into voltage domain
  OMAP3: powerdomain data: add voltage domains

 arch/arm/mach-omap2/io.c                      |    3 +
 arch/arm/mach-omap2/omap_twl.c                |   10 +-
 arch/arm/mach-omap2/pm.c                      |    2 +-
 arch/arm/mach-omap2/powerdomain.c             |   27 ++
 arch/arm/mach-omap2/powerdomain.h             |    8 +
 arch/arm/mach-omap2/powerdomains3xxx_data.c   |   10 +
 arch/arm/mach-omap2/sr_device.c               |    2 +-
 arch/arm/mach-omap2/voltage.c                 |  438 +++++++++++++++----------
 arch/arm/mach-omap2/voltage.h                 |   44 ++-
 arch/arm/mach-omap2/voltagedomains3xxx_data.c |   42 ++--
 arch/arm/mach-omap2/voltagedomains44xx_data.c |   55 ++--
 arch/arm/mach-omap2/vp.h                      |    3 -
 arch/arm/mach-omap2/vp3xxx_data.c             |    2 -
 arch/arm/mach-omap2/vp44xx_data.c             |    3 -
 arch/arm/plat-omap/include/plat/omap_hwmod.h  |    1 -
 15 files changed, 405 insertions(+), 245 deletions(-)

-- 
1.7.4


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

end of thread, other threads:[~2011-04-02  1:17 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-19  0:18 [PATCH 0/7] OMAP2+: voltage layer cleanup and restructure Kevin Hilman
2011-03-19  0:18 ` [PATCH 1/7] OMAP2+: hwmod: remove unused voltagedomain pointer Kevin Hilman
2011-03-21 13:08   ` Cousson, Benoit
2011-03-21 15:32     ` Kevin Hilman
2011-03-24 13:03       ` Gulati, Shweta
2011-03-24 14:00         ` Kevin Hilman
2011-03-24 15:14           ` Cousson, Benoit
2011-03-25  5:00             ` Gulati, Shweta
2011-03-22 19:13   ` Paul Walmsley
2011-03-19  0:18 ` [PATCH 2/7] OMAP2+: voltage: move PRCM mod offets into VDD structure Kevin Hilman
2011-03-19  4:41   ` Santosh Shilimkar
2011-03-21 15:21     ` Kevin Hilman
2011-03-21 10:53   ` Premi, Sanjeev
2011-03-21 15:26     ` Kevin Hilman
2011-03-23 14:16     ` Kevin Hilman
2011-03-19  0:18 ` [PATCH 3/7] OMAP2+: voltage: start towards a new voltagedomain layer Kevin Hilman
2011-03-19  0:18 ` [PATCH 4/7] OMAP2+: powerdomain: add voltage domain lookup during register Kevin Hilman
2011-03-22 19:23   ` Paul Walmsley
2011-03-22 20:59     ` Cousson, Benoit
2011-03-22 22:08       ` Paul Walmsley
2011-03-22 23:04         ` Cousson, Benoit
2011-04-02  1:17           ` Paul Walmsley
2011-03-23  0:17     ` Kevin Hilman
2011-03-19  0:18 ` [PATCH 5/7] OMAP2+: voltage: keep track of powerdomains in each voltagedomain Kevin Hilman
2011-03-22 19:35   ` Paul Walmsley
2011-03-23  0:18     ` Kevin Hilman
2011-03-19  0:18 ` [PATCH 6/7] OMAP2+: voltage: move prm_irqst_reg from VP into voltage domain Kevin Hilman
2011-03-19  0:18 ` [PATCH 7/7] OMAP3: powerdomain data: add voltage domains Kevin Hilman
2011-03-22 19:30   ` Paul Walmsley
2011-03-22 21:09     ` Cousson, Benoit
2011-03-22 22:15       ` Paul Walmsley
2011-03-23  0:20         ` Kevin Hilman
2011-03-23  0:31 ` [PATCH 0/7] OMAP2+: voltage layer cleanup and restructure Kevin Hilman

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.