Re: [U-Boot] [PATCH] net/phy: refactor RTL8211F initialization

On Thu, Apr 23, 2015 at 12:58 AM, Shengzhou.Liu@freescale.com Shengzhou.Liu@freescale.com wrote:
-----Original Message----- From: Florian Fainelli [mailto:f.fainelli@gmail.com] Sent: Thursday, April 23, 2015 12:39 PM To: Liu Shengzhou-B36685; netdev@vger.kernel.org; joe.hershberger@gmail.com Subject: Re: [PATCH] net/phy: refactor RTL8211F initialization
Did you mean to submit that against u-boot or Linux? If the latter, there is absolutely no need to have the same file compile under u-boot and Linux without changes, that is too restrictive. There is a genphy_soft_reset() which takes care of waiting for BMCR_RESET to clear, please use it, there is no guarantee otherwise that a PHY has completed a reset. -- Florian
This patch is for u-boot, not for kernel. There is no genphy_soft_reset() in u-boot.
You sent this patch to the netdev list and not the u-boot list. I've added the u-boot list here, but you should send v2 to the u-boot list.
Thanks, -Joe
participants (1)
-
Joe Hershberger