From: Paul Walmsley Date: Tue, 30 Oct 2012 02:56:17 +0000 (-0600) Subject: ARM: OMAP2xxx: APLL/CM: convert to use omap2_cm_wait_module_ready() X-Git-Tag: omap-for-v3.8/fixes-non-critical-v2-signed~1^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6ffa05091978c68e94d2802200f2aaa06a598d9;p=pandora-kernel.git ARM: OMAP2xxx: APLL/CM: convert to use omap2_cm_wait_module_ready() Convert the OMAP2xxx APLL code to use omap2_cm_wait_module_ready(), and move the low-level CM register manipulation functions to mach-omap2/cm2xxx.c. The objectives here are to remove the dependency on the deprecated omap2_cm_wait_idlest() function in mach-omap2/prcm.c, so that code can be removed later; and move low-level register accesses to the CM IP block to the CM code, which will soon be moved into drivers/. Signed-off-by: Paul Walmsley Tested-by: Vaibhav Hiremath --- Reading git-diff-tree failed