git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac1aa6a
)
USB: OTG: msm: Clear in_lpm flag before enabling the IRQ in resume
author
Pavankumar Kondeti
<pkondeti@codeaurora.org>
Mon, 2 May 2011 06:26:33 +0000
(11:56 +0530)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 3 May 2011 17:25:26 +0000
(10:25 -0700)
The current code is clearing in_lpm flag after enabling the IRQ.
If IRQ comes immediately before in_lpm flag is set, it thinks that
hardware is in low power mode and disables the IRQ. Fix this by
clearing in_lpm flag before enabling the IRQ.
Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/otg/msm_otg.c
patch
|
blob
|
history
diff --cc
drivers/usb/otg/msm_otg.c
Simple merge