Re: [PATCHv3] Fixed PHY: Add fixed_phy_change_carrier()

2018-12-14 Thread Joakim Tjernlund
On Thu, 2018-12-13 at 10:48 -0800, Florian Fainelli wrote: > CAUTION: This email originated from outside of the organization. Do not click > links or open attachments unless you recognize the sender and know the > content is safe. > > > Le 12/13/18 à 9:47 AM, Joakim Tjernlund a écrit : > > Driv

Re: [PATCHv3] Fixed PHY: Add fixed_phy_change_carrier()

2018-12-13 Thread Florian Fainelli
Le 12/13/18 à 9:47 AM, Joakim Tjernlund a écrit : > Drivers can use this as .ndo_change_carrier() to change carrier > via /sys/class/net/ethX/carrier. > > Signed-off-by: Joakim Tjernlund Other than a few > --- > > v3 - Moved the logic into fixed PHY to minimize eth driver > impact > >