From: George Cherian Date: Fri, 13 Feb 2015 04:43:24 +0000 (+0530) Subject: usb: dwc3: dwc3-omap: Fix disable IRQ X-Git-Tag: omap-for-v4.1/wl12xx-dt~45^2~10^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96e5d31244c5542f5b2ea81d76f14ba4b8a7d440;p=pandora-kernel.git 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: 72246da40f37 ("usb: Introduce DesignWare USB3 DRD Driver") Cc: # v3.2+ Signed-off-by: George Cherian Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed