Re: [PATCH] net: phy: add interrupt support for aquantia phy

2015-08-23 Thread David Miller
From: Date: Fri, 21 Aug 2015 15:29:29 +0800 > From: Shaohui Xie > > By implementing config_intr & ack_interrupt, now the phy can support > link connect/disconnect interrupt. > > Signed-off-by: Shaohui Xie Applied to net-next, thanks. -- To unsubscribe from this list: send the line "unsubscri

[PATCH] net: phy: add interrupt support for aquantia phy

2015-08-21 Thread shh.xie
From: Shaohui Xie By implementing config_intr & ack_interrupt, now the phy can support link connect/disconnect interrupt. Signed-off-by: Shaohui Xie --- drivers/net/phy/aquantia.c | 49 ++ 1 file changed, 49 insertions(+) diff --git a/drivers/net/ph