commit | 27cec2b2f7a4d2394af63a3dc7928975f4c072f4 | [log] [tgz] |
---|---|---|
author | Neil Zhang <zhangwm@marvell.com> | Wed Oct 12 16:49:31 2011 +0800 |
committer | Felipe Balbi <balbi@ti.com> | Thu Oct 13 20:42:03 2011 +0300 |
tree | 32b1c478bb32af364493528ab93d7de4a9b3398d | |
parent | 96c2bbb09d0742148a305d7afbdf7c5803fd78c1 [diff] |
usb: gadget: mv_udc: add missing spinlock in ep enable/disable The ep enable / disable functions can be called from interrupt context, and they are not race safe on SMP systems. The critical data can be modified in more than one routing. Make them race safe by using IRQ-safe spinlock functions. Signed-off-by: Neil Zhang <zhangwm@marvell.com> Signed-off-by: Felipe Balbi <balbi@ti.com>