linux_dsm_epyc7002/drivers/usb/dwc3
George Cherian 96e5d31244 usb: dwc3: dwc3-omap: Fix disable IRQ
In the wrapper the IRQ disable should be done by writing 1's to the
IRQ*_CLR register. Existing code is broken because it instead writes
zeros to IRQ*_SET register.

Fix this by adding functions dwc3_omap_write_irqmisc_clr() and
dwc3_omap_write_irq0_clr() which do the right thing.

Fixes: 72246da40f ("usb: Introduce DesignWare USB3 DRD Driver")
Cc: <stable@vger.kernel.org> # v3.2+
Signed-off-by: George Cherian <george.cherian@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
2015-02-23 09:36:34 -06:00
..
core.c usb: dwc3: remove reliance on dev_vdbg() 2015-01-27 14:00:10 -06:00
core.h usb: dwc3: gadget: use common is_selfpowered 2015-01-29 10:35:40 -06:00
debug.c
debug.h
debugfs.c
dwc3-exynos.c
dwc3-keystone.c
dwc3-omap.c usb: dwc3: dwc3-omap: Fix disable IRQ 2015-02-23 09:36:34 -06:00
dwc3-pci.c
dwc3-qcom.c
dwc3-st.c
ep0.c usb: dwc3: gadget: use common is_selfpowered 2015-01-29 10:35:40 -06:00
gadget.c usb: dwc3: gadget: use common is_selfpowered 2015-01-29 10:35:40 -06:00
gadget.h
host.c
io.h
Kconfig usb: dwc3: remove reliance on dev_vdbg() 2015-01-27 14:00:10 -06:00
Makefile usb: dwc3: remove reliance on dev_vdbg() 2015-01-27 14:00:10 -06:00
platform_data.h
trace.c
trace.h usb: dwc3: trace: add trace logs for core and gadget 2015-01-27 13:56:10 -06:00