Re: [PATCH v2 net-next] lan78xx: Lan7801 Support for Fixed PHY

2018-04-26 Thread Andrew Lunn
On Thu, Apr 26, 2018 at 06:27:57AM +, raghuramchary.jallipa...@microchip.com wrote: > Hi Florian, > > > > v0->v1: > > >* Remove driver version #define > > > > This should be a separate patch of its own, more comment below. > > > OK. Patch should be for net, correct? net-next. As far as

RE: [PATCH v2 net-next] lan78xx: Lan7801 Support for Fixed PHY

2018-04-25 Thread RaghuramChary.Jallipalli
Hi Florian, > > v0->v1: > >* Remove driver version #define > > This should be a separate patch of its own, more comment below. > OK. Patch should be for net, correct? > > -static int lan78xx_phy_init(struct lan78xx_net *dev) > > +static int lan7801_phy_init(struct phy_device **phydev, > >

Re: [PATCH v2 net-next] lan78xx: Lan7801 Support for Fixed PHY

2018-04-25 Thread Florian Fainelli
On 04/25/2018 12:07 PM, Raghuram Chary J wrote: > Adding Fixed PHY support to the lan78xx driver. > > Signed-off-by: Raghuram Chary J > --- > v0->v1: >* Remove driver version #define This should be a separate patch of its own, more comment below. >* Modify netdev_info to netdev_dbg >