From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 3 Jun 2016 16:16:15 +0200 Subject: [U-Boot] [PATCH] net: phy: marvell: Do not reset 88e1310 after autoneg In-Reply-To: <1464959777-30464-1-git-send-email-nathan@nathanrossi.com> References: <1464959777-30464-1-git-send-email-nathan@nathanrossi.com> Message-ID: <5751912F.3040504@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 03.06.2016 15:16, Nathan Rossi wrote: > Commit a058052c "net: phy: do not read configuration register on reset", > changes the behaviour of the phy_reset function such that the state of > the BMCR register is not preserved during reset. > > Change the config function for the m88e1310 so that it does not do a > reset after configuring auto-negotiation. > > Signed-off-by: Nathan Rossi > Cc: Joe Hershberger > Cc: Michal Simek > Cc: Stefan Roese Reviewed-by: Stefan Roese Thanks, Stefan