netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net-next] net: phy: marvell: Add Wake from LAN support for 88E1510 PHY
@ 2017-01-23  2:58 Jingju Hou
  2017-01-23  3:00 ` Jisheng Zhang
  0 siblings, 1 reply; 2+ messages in thread
From: Jingju Hou @ 2017-01-23  2:58 UTC (permalink / raw)
  To: davem, thomas.petazzoni; +Cc: jszhang, netdev, Jingju Hou

This is test on BG4CT platform with 88E1518 marvell PHY.

Signed-off-by: Jingju Hou <houjingj@marvell.com>
---
Since v1:
- add some commit messages

 drivers/net/phy/marvell.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c
index 0b78210..ed0d235 100644
--- a/drivers/net/phy/marvell.c
+++ b/drivers/net/phy/marvell.c
@@ -1679,6 +1679,8 @@ static int marvell_probe(struct phy_device *phydev)
 		.ack_interrupt = &marvell_ack_interrupt,
 		.config_intr = &marvell_config_intr,
 		.did_interrupt = &m88e1121_did_interrupt,
+		.get_wol = &m88e1318_get_wol,
+		.set_wol = &m88e1318_set_wol,
 		.resume = &marvell_resume,
 		.suspend = &marvell_suspend,
 		.get_sset_count = marvell_get_sset_count,
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2 net-next] net: phy: marvell: Add Wake from LAN support for 88E1510 PHY
  2017-01-23  2:58 [PATCH v2 net-next] net: phy: marvell: Add Wake from LAN support for 88E1510 PHY Jingju Hou
@ 2017-01-23  3:00 ` Jisheng Zhang
  0 siblings, 0 replies; 2+ messages in thread
From: Jisheng Zhang @ 2017-01-23  3:00 UTC (permalink / raw)
  To: Jingju Hou; +Cc: davem, thomas.petazzoni, netdev

On Mon, 23 Jan 2017 10:58:15 +0800 wrote:

> This is test on BG4CT platform with 88E1518 marvell PHY.
> 
> Signed-off-by: Jingju Hou <houjingj@marvell.com>

Reviewed-by: Jisheng Zhang <jszhang@marvell.com>

> ---
> Since v1:
> - add some commit messages
> 
>  drivers/net/phy/marvell.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c
> index 0b78210..ed0d235 100644
> --- a/drivers/net/phy/marvell.c
> +++ b/drivers/net/phy/marvell.c
> @@ -1679,6 +1679,8 @@ static int marvell_probe(struct phy_device *phydev)
>  		.ack_interrupt = &marvell_ack_interrupt,
>  		.config_intr = &marvell_config_intr,
>  		.did_interrupt = &m88e1121_did_interrupt,
> +		.get_wol = &m88e1318_get_wol,
> +		.set_wol = &m88e1318_set_wol,
>  		.resume = &marvell_resume,
>  		.suspend = &marvell_suspend,
>  		.get_sset_count = marvell_get_sset_count,

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-23  3:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-23  2:58 [PATCH v2 net-next] net: phy: marvell: Add Wake from LAN support for 88E1510 PHY Jingju Hou
2017-01-23  3:00 ` Jisheng Zhang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).