commit | 4329a052322b21339751da6eafda74066307e0cd | [log] [tgz] |
---|---|---|
author | Kishon Vijay Abraham I <kishon@ti.com> | Mon Aug 10 16:52:54 2015 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 28 12:33:19 2015 -0400 |
tree | 62cab0e53154b1b52ed734761f5f469dda2fec92 | |
parent | 3d6ab7438dbe38e53a520c47e075833ecc5accb7 [diff] |
usb: dwc3: dwc3-omap: Use the clear register inorder to clear the interrupts Writing "0x00" to the USBOTGSS_IRQENABLE_SET_MISC and USBOTGSS_IRQENABLE_SET_0 doesn't disable the interrupts. Used USBOTGSS_IRQENABLE_CLR_MISC and USBOTGSS_IRQENABLE_CLR_0 instead. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Acked-by: Marek Vasut <marex@denx.de> Reviewed-by: Tom Rini <trini@konsulko.com>