public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] OMAP4: Add modulemode support to hwmod framework
@ 2011-06-24 11:05 Benoit Cousson
  2011-06-24 12:32 ` Cousson, Benoit
  0 siblings, 1 reply; 2+ messages in thread
From: Benoit Cousson @ 2011-06-24 11:05 UTC (permalink / raw)
  To: paul; +Cc: rnayak, santosh.shilimkar, linux-omap, Benoit Cousson

Hi Paul,

Here is the series that finally add the management of the modulemode
directly from hwmod fmwk instead of using a fake clock node to represent
the IP.

A second series will clean most of the remaining data from the clock data
file. Before that I have to rebase Rajendra's series to control the
clockdomain from the hwmod framework, otherwise the modules will
not be enabled properly since their clockdomain will not be changed
to SW_SUP during enable.

The series is based on for_3.0.1/3_hwmod_fixes and tested
on OMAP4430 ES2.1 + SDP. It should not affect OMAP2 & 3, but some testing
are definitively needed.

The patches are available here:
git://gitorious.org/omap-pm/linux.git for_3.0.1/4_hwmod_modulemode

Regards,
Benoit


Benoit Cousson (13):
  OMAP4: hwmod: Add clock domain attribute
  OMAP2+: hwmod: Init clkdm field at boot time
  OMAP4: hwmod: Replace CLKCTRL absolute address with offset macros
  OMAP: hwmod: Wait the idle status to be disabled
  OMAP2+: hwmod: Replace clkdm access from main_clk using hwmod attribute
  OMAP4: hwmod: Replace RSTCTRL absolute address with offset macros
  OMAP4: prm: Replace warm reset API with the offset based version
  OMAP4: prm: Remove deprecated functions
  OMAP4: hwmod data: Align interconnect format with regular modules
  OMAP4: hwmod data: Add PRM context register offset
  OMAP4: hwmod data: Add modulemode entry in omap_hwmod structure
  OMAP4: cm: Add two new APIs for modulemode control
  OMAP4: hwmod: Introduce the module control in hwmod control

Nayak, Rajendra (1):
  OMAP2+: clockdomain: Add an api to read idle mode

 arch/arm/mach-omap2/clockdomain.c            |   21 ++
 arch/arm/mach-omap2/clockdomain.h            |    3 +
 arch/arm/mach-omap2/cm44xx.h                 |    3 +-
 arch/arm/mach-omap2/cminst44xx.c             |   84 +++++-
 arch/arm/mach-omap2/cminst44xx.h             |    8 +-
 arch/arm/mach-omap2/omap_hwmod.c             |  196 +++++++++--
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c   |  458 ++++++++++++++++++++------
 arch/arm/mach-omap2/prm44xx.c                |  145 +--------
 arch/arm/mach-omap2/prm44xx.h                |    6 -
 arch/arm/mach-omap2/prminst44xx.c            |  108 ++++++-
 arch/arm/mach-omap2/prminst44xx.h            |   10 +-
 arch/arm/plat-omap/include/plat/omap_hwmod.h |   14 +-
 12 files changed, 757 insertions(+), 299 deletions(-)


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

* Re: [PATCH 00/13] OMAP4: Add modulemode support to hwmod framework
  2011-06-24 11:05 [PATCH 00/13] OMAP4: Add modulemode support to hwmod framework Benoit Cousson
@ 2011-06-24 12:32 ` Cousson, Benoit
  0 siblings, 0 replies; 2+ messages in thread
From: Cousson, Benoit @ 2011-06-24 12:32 UTC (permalink / raw)
  To: Cousson, Benoit
  Cc: paul@pwsan.com, Nayak, Rajendra, Shilimkar, Santosh,
	linux-omap@vger.kernel.org

Grrr, one patch escaped from the next series and ended up here...

> Nayak, Rajendra (1):
>    OMAP2+: clockdomain: Add an api to read idle mode

That one was re-sent in the proper series:
[PATCH v2 0/7] Fix module-mode enable sequence on OMAP4

The GIT trees are correct.

Benoit



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

end of thread, other threads:[~2011-06-24 12:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-24 11:05 [PATCH 00/13] OMAP4: Add modulemode support to hwmod framework Benoit Cousson
2011-06-24 12:32 ` Cousson, Benoit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox