kernel_optimize_test/drivers/usb/dwc3
Roger Quadros a66c275b3d usb: dwc3: gadget: Fix BUG in RT config
Using spin_lock() in hard irq handler is pointless
and causes a BUG() in RT (real-time) configuration
so get rid of it.

The reason it's pointless is because the driver is
basically accessing register which is, anyways,
atomic.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
2015-09-21 14:42:36 -05:00
..
core.c
core.h
debug.c
debug.h
debugfs.c
dwc3-exynos.c
dwc3-keystone.c
dwc3-omap.c
dwc3-pci.c
dwc3-qcom.c
dwc3-st.c
ep0.c
gadget.c
gadget.h
host.c
io.h
Kconfig
Makefile
platform_data.h
trace.c
trace.h
ulpi.c