OMAP3: PM: USBHOST: clear wakeup events on both hosts
authorVikram Pandita <vikram.pandita@ti.com>
Sat, 18 Jul 2009 00:33:09 +0000 (19:33 -0500)
committerKevin Hilman <khilman@deeprootsystems.com>
Mon, 5 Oct 2009 17:51:00 +0000 (10:51 -0700)
commit71a807757394205cdb1465d68a4f0be50fd6f04b
treeed71b75cb126d30b077c3b937347f5a363ae639b
parent8cb0ac999f253212bb01cd3c0d686489ec5911ad
OMAP3: PM: USBHOST: clear wakeup events on both hosts

USBHOST module has 2 fclocks (for HOST1 and HOST2), only one iclock
and only a single bit in the WKST register to indicate a wakeup event.

Because of the single WKST bit, we cannot know whether a wakeup event
was on HOST1 or HOST2, so enable both fclocks before clearing the
wakeup event to ensure both hosts can properly clear the event.

Signed-off-by: Vikram Pandita <vikram.pandita@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
arch/arm/mach-omap2/pm34xx.c