From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Zapolskiy Date: Thu, 06 Aug 2015 01:11:44 +0300 Subject: [U-Boot] [PATCH] net: lpc32xx: correct command register reset value In-Reply-To: References: <1435460618-18334-1-git-send-email-vz@mleia.com> Message-ID: <55C28A20.206@mleia.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Joe, On 29.06.2015 23:38, Joe Hershberger wrote: > Hi Vladimir, > > On Sat, Jun 27, 2015 at 10:03 PM, Vladimir Zapolskiy wrote: >> According to LPC32x0 User Manual the following bits in Command >> register 0x3106_0100 are defined: >> >> Bit Symbol >> 2 - Unused >> 3 RegReset >> 4 TxReset >> 5 RxReset >> >> Fix wrong (1-bit shifted right) COMMAND_RESETS value, which sets >> an unused bit, but neglects RxReset. >> >> Signed-off-by: Vladimir Zapolskiy >> --- > > Acked-by: Joe Hershberger > > I'll pull this into u-boot-net/next, Thanks! > -Joe > ping. With best wishes, Vladimir