[APPLIED] [PATCH] OMAP3: PM: fix IO daisy chain enable to use PM_WKEN reg

2010-06-07 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): 4f4348dafd232a570641266e326c044abe5709fe PatchWorks http://patchwork.kernel.org/patch/104143/ Git (Likely to change, and takes a while to get mirror

[PATCH] OMAP3: PM: fix IO daisy chain enable to use PM_WKEN reg

2010-06-03 Thread Kevin Hilman
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. How