mbox

[GIT,PULL] ARM: OMAP: device PM constraints: preparatory support

Message ID alpine.DEB.2.00.1112201251010.12660@utopia.booyaka.com
State New
Headers show

Pull-request

git://git.pwsan.com/linux-2.6 jp_hwmod_pm_dev_lat_devel_3.3

Message

Paul Walmsley Dec. 20, 2011, 7:53 p.m. UTC
Hi Tony

These patches prepare for the introduction of the powerdomain device PM 
constraints, via the standard Linux device PM mechanism that Rafael 
Wysocki introduced.

After the powerdomain device PM constraints go in, we should be able to 
remove some of the OMAP PM interface (currently via platform_data function 
pointers) currently in our tree.

The following changes since commit dc47ce90c3a822cd7c9e9339fe4d5f61dcb26b50:

  Linux 3.2-rc5 (2011-12-09 15:09:32 -0800)

are available in the git repository at:
  git://git.pwsan.com/linux-2.6 jp_hwmod_pm_dev_lat_devel_3.3

Jean Pihet (2):
      ARM: OMAP2+: hwmod: manage the wake-up latency constraints
      ARM: OMAP: omap_device: register to the per-device PM QoS framework

 arch/arm/mach-omap2/omap_hwmod.c             |   54 ++++++++++++++++++-
 arch/arm/plat-omap/include/plat/omap_hwmod.h |    5 ++
 arch/arm/plat-omap/omap_device.c             |   74 ++++++++++++++++++++++++++
 3 files changed, 132 insertions(+), 1 deletions(-)

Comments

Tony Lindgren Dec. 22, 2011, 6:13 p.m. UTC | #1
* Paul Walmsley <paul@pwsan.com> [111220 11:21]:
> Hi Tony
> 
> These patches prepare for the introduction of the powerdomain device PM 
> constraints, via the standard Linux device PM mechanism that Rafael 
> Wysocki introduced.
> 
> After the powerdomain device PM constraints go in, we should be able to 
> remove some of the OMAP PM interface (currently via platform_data function 
> pointers) currently in our tree.

Thanks pulling these into hwmod-part2, no idea if we can still get
these in as it's so close to the merge window.

Regards,

Tony