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:
8e8ce4b
)
USB: Avoid 20ms delay in EHCI resume
author
Vikram Pandita
<vikram.pandita@ti.com>
Fri, 24 Oct 2008 18:11:30 +0000
(23:41 +0530)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 7 Jan 2009 17:59:50 +0000
(09:59 -0800)
For function ehci_bus_resume()
- Added flag resume_needed
No need to wait for 20ms if no port was suspended
- Change mdelay to msleep
- release and reacquire the spinlock around mdelay
Signed-off-by: vikram pandita <vikram.pandita@ti.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found