Re: [PATCH v1 net] lan743x: Remove phy_read from link status change function

2019-01-08 Thread David Miller
From: Bryan Whitehead Date: Mon, 7 Jan 2019 14:00:09 -0500 > It has been noticed that some phys do not have the registers > required by the previous implementation. > > To fix this, instead of using phy_read, the required information > is extracted from the phy_device structure. > > fixes: 23f0

Re: [PATCH v1 net] lan743x: Remove phy_read from link status change function

2019-01-07 Thread Andrew Lunn
On Mon, Jan 07, 2019 at 02:00:09PM -0500, Bryan Whitehead wrote: > It has been noticed that some phys do not have the registers > required by the previous implementation. > > To fix this, instead of using phy_read, the required information > is extracted from the phy_device structure. > > fixes:

[PATCH v1 net] lan743x: Remove phy_read from link status change function

2019-01-07 Thread Bryan Whitehead
It has been noticed that some phys do not have the registers required by the previous implementation. To fix this, instead of using phy_read, the required information is extracted from the phy_device structure. fixes: 23f0703c125b ("lan743x: Add main source files for new lan743x driver") Signed-o