From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 7 Aug 2015 00:25:57 +0200 Subject: [U-Boot] [PATCH 01/21] usb: dwc3: dwc3-omap: Use the clear register inorder to clear the interrupts In-Reply-To: <1438877771-23513-2-git-send-email-kishon@ti.com> References: <1438877771-23513-1-git-send-email-kishon@ti.com> <1438877771-23513-2-git-send-email-kishon@ti.com> Message-ID: <201508070025.57586.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thursday, August 06, 2015 at 06:15:51 PM, Kishon Vijay Abraham I wrote: > 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 Acked-by: Marek Vasut Best regards, Marek Vasut