Re: [PATCH net-next v2 7/8] net: phy: meson-gxl: add interrupt support

From: Andrew Lunn
Date: Thu Dec 07 2017 - 10:54:30 EST


On Thu, Dec 07, 2017 at 03:27:14PM +0100, Jerome Brunet wrote:
> Enable interrupt support in meson-gxl PHY driver

Hi Jerome

Is it possible to implement did_interrupt()? That allows for shared
interrupts. It does however work fine without it, so long as the
interrupt is not shared.

Thanks
Andrew