RE: [PATCH] net/phy: refactor RTL8211F initialization

2015-04-22 Thread shengzhou....@freescale.com
> -Original Message- > From: Florian Fainelli [mailto:f.faine...@gmail.com] > Sent: Thursday, April 23, 2015 12:39 PM > To: Liu Shengzhou-B36685; netdev@vger.kernel.org; joe.hershber...@gmail.com > Subject: Re: [PATCH] net/phy: refactor RTL8211F initialization > >

Re: [PATCH] net/phy: refactor RTL8211F initialization

2015-04-22 Thread Florian Fainelli
Le 22/04/2015 20:53, shengzhou@freescale.com a écrit : >> -Original Message- >> From: Florian Fainelli [mailto:f.faine...@gmail.com] >> Sent: Thursday, April 23, 2015 12:57 AM >> To: Liu Shengzhou-B36685; netdev@vger.kernel.org; joe.hershber...@gmail.com >>

RE: [PATCH] net/phy: refactor RTL8211F initialization

2015-04-22 Thread shengzhou....@freescale.com
> -Original Message- > From: Florian Fainelli [mailto:f.faine...@gmail.com] > Sent: Thursday, April 23, 2015 12:57 AM > To: Liu Shengzhou-B36685; netdev@vger.kernel.org; joe.hershber...@gmail.com > Subject: Re: [PATCH] net/phy: refactor RTL8211F initialization > &

Re: [PATCH] net/phy: refactor RTL8211F initialization

2015-04-22 Thread Florian Fainelli
On 22/04/15 03:22, Shengzhou Liu wrote: > RTL8211F needs to enalbe TXDLY for RGMII during > phy initialization, so move it to rtl8211f_config > for early initialization. > > Signed-off-by: Shengzhou Liu > cc: Joe Hershberger > --- > drivers/net/phy/realtek.c | 25 + > 1

[PATCH] net/phy: refactor RTL8211F initialization

2015-04-22 Thread Shengzhou Liu
RTL8211F needs to enalbe TXDLY for RGMII during phy initialization, so move it to rtl8211f_config for early initialization. Signed-off-by: Shengzhou Liu cc: Joe Hershberger --- drivers/net/phy/realtek.c | 25 + 1 file changed, 17 insertions(+), 8 deletions(-) diff --git