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:
e7e2589
)
usb: musb: clear MUSB_INTR_SOF
author
Grazvydas Ignotas
<notasas@gmail.com>
Sat, 4 Jul 2015 20:51:00 +0000
(23:51 +0300)
committer
Grazvydas Ignotas
<notasas@gmail.com>
Sun, 5 Jul 2015 20:33:34 +0000
(23:33 +0300)
MUSB_INTR_SOF is always masked, but still shows up in status register
and causes musb_stage0_irq() to be called needlessly, then work to be
scheduled at the end of musb_stage0_irq(), and that doubles context
switch count.
drivers/usb/musb/musb_core.c
patch
|
blob
|
history
diff --cc
drivers/usb/musb/musb_core.c
Simple merge