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
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,
> >
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
>