commit | 8af1be7678c1fd9bc03b28f0756c586fb3d47d29 | [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 | 2d9efa1227262249d381ed5d9d341cbdba76e62d [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>