Re: [PATCH] net: phy: marvell: Enable interrupt function on LED2 pin

2018-04-08 Thread Sasha Levin
Hi, [This is an automated email] This commit has been processed by the -stable helper bot and determined to be a high probability candidate for -stable trees. (score: 7.3040) The bot has tested the following trees: v4.16, v4.15.15, v4.14.32, v4.9.92, v4.4.126. v4.16: Build OK! v4.15.15: Build

Re: [PATCH] net: phy: marvell: Enable interrupt function on LED2 pin

2018-04-06 Thread Esben Haabendal
Andrew Lunn writes: >> diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c index >> 0e0978d8a0eb..f03a510f1247 100644 >> --- a/drivers/net/phy/marvell.c >> +++ b/drivers/net/phy/marvell.c >> @@ -457,6 +457,21 @@ static int marvell_of_reg_init(struct phy_device >>

Re: [PATCH] net: phy: marvell: Enable interrupt function on LED2 pin

2018-04-05 Thread Andrew Lunn
> diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c index > 0e0978d8a0eb..f03a510f1247 100644 > --- a/drivers/net/phy/marvell.c > +++ b/drivers/net/phy/marvell.c > @@ -457,6 +457,21 @@ static int marvell_of_reg_init(struct phy_device > *phydev) } #endif /* CONFIG_OF_MDIO */ >

RE: [PATCH] net: phy: marvell: Enable interrupt function on LED2 pin

2018-04-05 Thread Bhadram Varka
k>; Andrew Lunn <and...@lunn.ch>; Florian Fainelli <f.faine...@gmail.com>; open list <linux-ker...@vger.kernel.org> Subject: [PATCH] net: phy: marvell: Enable interrupt function on LED2 pin From: Esben Haabendal <e...@deif.com> The LED2[2]/INTn pin on Marvell

[PATCH] net: phy: marvell: Enable interrupt function on LED2 pin

2018-04-05 Thread Esben Haabendal
From: Esben Haabendal The LED2[2]/INTn pin on Marvell 88E1318S as well as 88E1510/12/14/18 needs to be configured to be usable as interrupt not only when WOL is enabled, but whenever we rely on interrupts from the PHY. Signed-off-by: Esben Haabendal Cc: Rasmus