OMAP4: PM: Declare idle modules as functional too
authorRajendra Nayak <rnayak@ti.com>
Fri, 24 Sep 2010 16:23:18 +0000 (10:23 -0600)
committerPaul Walmsley <paul@pwsan.com>
Fri, 24 Sep 2010 16:23:18 +0000 (10:23 -0600)
commitff173d45525701d65d394cb8687e71845bfb34dc
tree09dba874d07ce2c4243f0aeb2953f9b318eed00b
parentf39f4898ac72fec92066f15aef0e7485013482ea
OMAP4: PM: Declare idle modules as functional too

The omap4_cm_wait_module_ready function would only check for
the modules to be completely functional before declaring them
ready to be accessed.
There might also be instances where in the module is actually
in idle (under h/w control) but should still be declared
accessible, as the h/w control would make it functional when
needed.

Hence make omap4_cm_wait_module_ready return true in case
the module is fully functional *or* in idle state.
Fail only if the module is fully disabled or stuck intransition.

The explaination from the TRM for the idlest bits on OMAP4 is as
below for quick reference

Module idle state:
0x0 func:     Module is fully functional, including OCP
0x1 trans:    Module is performing transition: wakeup, or sleep, or sleep
              abortion
0x2 idle:     Module is in Idle mode (only OCP part). It is functional if
              using separate functional clock
0x3 disabled: Module is disabled and cannot be accessed

Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Partha Basak <p-basak2@ti.com>
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/cm4xxx.c