From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 20 May 2014 08:37:49 -0700 Subject: [U-Boot] [PATCH][v2] drivers/usb : Define usb control register mask for w1c bits In-Reply-To: <1399548926-24777-1-git-send-email-nikhil.badola@freescale.com> References: <1399548926-24777-1-git-send-email-nikhil.badola@freescale.com> Message-ID: <537B76CD.1090909@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/08/2014 04:35 AM, Nikhil Badola wrote: > Define and use CONTROL_REGISTER_W1C_MASK to make sure that > w1c bits of usb control register do not get reset while > writing any other bit > > Signed-off-by: Nikhil Badola > Signed-off-by: Ramneek Mehresh > --- > Changes for v2: > - Using clrsetbits_be32() instead of new API > Applied to u-boot-mpc85xx/master. York