ARM: OMAP2+: CM: add common API for cm_wait_module_ready
authorTero Kristo <t-kristo@ti.com>
Wed, 2 Apr 2014 16:19:21 +0000 (19:19 +0300)
committerTero Kristo <t-kristo@ti.com>
Mon, 22 Sep 2014 12:52:25 +0000 (15:52 +0300)
This patch consolidates the parameters provided for the SoC specific
cm_*_wait_module_ready calls, adds the missing cm_ll_data function
pointers and uses the now generic call from the mach-omap2 board code.
SoC specific *_wait_module_ready calls are also made static so they
can only be accessed through the generic CM driver API only.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Tested-by: Nishanth Menon <nm@ti.com>

No differences found