Re: [PATCH 6/7] net: phy: at803x: Add support to disable tx/rx delays

2019-01-02 Thread Vinod Koul
Hi Andrew, Thanks for the comments, On 02-01-19, 14:40, Andrew Lunn wrote: > On Wed, Jan 02, 2019 at 02:47:28PM +0530, Vinod Koul wrote: > > Some controllers require the tx and rx delays to be disabled. So check > > the property and if present do not enable the delay and disable the > > delay e

Re: [PATCH 6/7] net: phy: at803x: Add support to disable tx/rx delays

2019-01-02 Thread Andrew Lunn
On Wed, Jan 02, 2019 at 02:47:28PM +0530, Vinod Koul wrote: > Some controllers require the tx and rx delays to be disabled. So check > the property and if present do not enable the delay and disable the > delay explicitly. > > Signed-off-by: Vinod Koul > --- > drivers/net/phy/at803x.c | 36 +

[PATCH 6/7] net: phy: at803x: Add support to disable tx/rx delays

2019-01-02 Thread Vinod Koul
Some controllers require the tx and rx delays to be disabled. So check the property and if present do not enable the delay and disable the delay explicitly. Signed-off-by: Vinod Koul --- drivers/net/phy/at803x.c | 36 1 file changed, 36 insertions(+) diff --