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:
294f78e
)
usb: gadget: pch_udc: Fix disconnect issue
author
Tomoya MORINAGA
<tomoya.rohm@gmail.com>
Thu, 12 Jan 2012 02:27:05 +0000
(11:27 +0900)
committer
Felipe Balbi
<balbi@ti.com>
Tue, 24 Jan 2012 09:34:02 +0000
(11:34 +0200)
ISSUE:
When the driver notifies a gadget of a disconnect event, a system
rarely freezes.
CAUSE:
When the driver calls dev->driver->disconnect(), it is not calling
spin_unlock().
Signed-off-by: Tomoya MORINAGA <tomoya.rohm@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
No differences found