[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CE371C1263339941885964188A0225FA3A3F82@CHN-SV-EXMX03.mchp-main.com>
Date: Tue, 10 Apr 2018 14:16:23 +0000
From: <Nisar.Sayed@...rochip.com>
To: <phil@...pberrypi.org>, <Woojung.Huh@...rochip.com>,
<UNGLinuxDriver@...rochip.com>, <agraf@...e.de>,
<tbogendoerfer@...e.de>, <netdev@...r.kernel.org>,
<linux-usb@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH] lan78xx: Don't reset the interface on open
Thanks Phil, for identifying the issues.
> - ret = lan78xx_reset(dev);
> - if (ret < 0)
> - goto done;
> -
> phy_start(net->phydev);
>
> netif_dbg(dev, ifup, dev->net, "phy initialised successfully");
> --
You may need to start the interrupts before "phy_start" instead of suppressing call to "lan78xx_reset".
+ if (dev->domain_data.phyirq > 0)
+ phy_start_interrupts(dev->net->phydev);
- Nisar
Powered by blists - more mailing lists