From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Mon, 25 Apr 2016 17:14:24 -0500 Subject: [U-Boot] [PATCH v3 2/2] net: phy: Add PHY driver for mv88e61xx switches In-Reply-To: <1459452766-30356-3-git-send-email-kevin.smith@elecsyscorp.com> References: <1450734319-9515-1-git-send-email-kevin.smith@elecsyscorp.com> <1459452766-30356-1-git-send-email-kevin.smith@elecsyscorp.com> <1459452766-30356-3-git-send-email-kevin.smith@elecsyscorp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Mar 31, 2016 at 2:33 PM, Kevin Smith wrote: > The previous mv88e61xx driver was a driver for configuring the > switch, but did not integrate with the PHY/networking system, so > it could not be used as a PHY by U-boot. This is a complete > rework to support this device as a PHY. > > Signed-off-by: Kevin Smith > Acked-by: Prafulla Wadaskar > Cc: Albert ARIBAUD > Cc: Joe Hershberger > Cc: Stefan Roese > Cc: Marek Vasut Acked-by: Joe Hershberger