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:
c6f83f3
)
usb: dwc3: core: memory ordering fix in close
author
Oliver Neukum
<oliver@neukum.org>
Sun, 26 Aug 2012 19:34:19 +0000
(21:34 +0200)
committer
Felipe Balbi
<balbi@ti.com>
Fri, 31 Aug 2012 09:25:21 +0000
(12:25 +0300)
As a bitmap is used for free/used. As a device freed
all memory operations must be scheduled before the bitmap
is manipulated.
Signed-off-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
No differences found