From: Kevin Hilman Date: Thu, 3 Jun 2010 17:13:22 +0000 (+0000) Subject: OMAP3: PM: fix IO daisy chain enable to use PM_WKEN reg X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c786bcf12e092802496f1bc440b2b189144612a5;p=pandora-kernel.git OMAP3: PM: fix IO daisy chain enable to use PM_WKEN reg Checking to se if the IO daisy chain is enabled should be checking the PM_WKEN register, not the PM_WKST register. Reading PM_WKST tells us if an event occurred, not whether or not it is enabled. Apparently, we've been lucky until now in that a pending event has not been there during enable. However, on 3630/Zoom3, I noticed because of the WARN that this timeout was always happening. Signed-off-by: Kevin Hilman Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed