commit | d110a5aa98724f138f794206942e86be67058c9c | [log] [tgz] |
---|---|---|
author | Jack Pham <jackp@codeaurora.org> | Thu Feb 21 13:34:48 2013 -0800 |
committer | Jack Pham <jackp@codeaurora.org> | Thu Feb 21 13:34:48 2013 -0800 |
tree | 3d4e4454ebb10f99497b10cb9bcc92ce80dfa784 | |
parent | d06060a650c6ff18d44f0e3e8f234ff2902923a2 [diff] |
usb: msm_otg: Don't enable OTG IRQ for wakeup if ASYNC IRQ is used On targets that use a dedicated async wakeup interrupt, the OTG IRQ is not used for triggering wakeup from deep low power mode. Hence, change the logic so that one or the other, but not both, is used when calling enable/disable_irq_wakeup(). Change-Id: I39d279825a0cf5a023deb1eb76e60fd966463ed6 Signed-off-by: Jack Pham <jackp@codeaurora.org>