Re: [PATCH v1] net: phy: micrel: fix interrupt handling

2020-11-27 Thread Jakub Kicinski
On Fri, 27 Nov 2020 15:11:08 + Ioana Ciornei wrote: > On Fri, Nov 27, 2020 at 03:45:45PM +0100, Andrew Lunn wrote: > > On Fri, Nov 27, 2020 at 01:36:21PM +0100, Oleksij Rempel wrote: > > > After migration to the shared interrupt support, the KSZ8031 PHY with > > > enabled interrupt support wa

Re: [PATCH v1] net: phy: micrel: fix interrupt handling

2020-11-27 Thread Ioana Ciornei
On Fri, Nov 27, 2020 at 03:45:45PM +0100, Andrew Lunn wrote: > On Fri, Nov 27, 2020 at 01:36:21PM +0100, Oleksij Rempel wrote: > > After migration to the shared interrupt support, the KSZ8031 PHY with > > enabled interrupt support was not able to notify about link status > > change. > > > > Fixes:

Re: [PATCH v1] net: phy: micrel: fix interrupt handling

2020-11-27 Thread Andrew Lunn
On Fri, Nov 27, 2020 at 01:36:21PM +0100, Oleksij Rempel wrote: > After migration to the shared interrupt support, the KSZ8031 PHY with > enabled interrupt support was not able to notify about link status > change. > > Fixes: 59ca4e58b917 ("net: phy: micrel: implement generic .handle_interrupt()