From: Rajendra Nayak Date: Fri, 25 Feb 2011 23:06:47 +0000 (-0700) Subject: OMAP: clockdomain: Arch specific funcs for sleep/wakeup of clkdm X-Git-Tag: v2.6.39-rc1~432^2~10^2~2^6~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68b921ad7f35e0323ce0d9fe94e5701a112f257c;p=pandora-kernel.git OMAP: clockdomain: Arch specific funcs for sleep/wakeup of clkdm Define the following architecture specific funtions for omap2/3/4 .clkdm_sleep .clkdm_wakeup Convert the platform-independent framework to call these functions. Also rename the api's by removing the omap2_ preamble. Hence call omap2_clkdm_wakeup as clkdm_wakeup and omap2_clkdm_sleep as clkdm_sleep. Signed-off-by: Rajendra Nayak [paul@pwsan.com: fixed omap3_clkdm_clear_all_sleepdeps() and omap2_clkdm_clear_all_wkdeps() to test against the correct loop termination condition; thanks to Kevin Hilman for finding and helping fix] Cc: Kevin Hilman Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed