From: Jingju Hou <houjingj@marvell.com>
To: <davem@davemloft.net>, <thomas.petazzoni@free-electrons.com>
Cc: <jszhang@marvell.com>, <netdev@vger.kernel.org>,
Jingju Hou <houjingj@marvell.com>
Subject: [PATCH v2 net-next] net: phy: marvell: Add Wake from LAN support for 88E1510 PHY
Date: Mon, 23 Jan 2017 10:58:15 +0800 [thread overview]
Message-ID: <1485140295-11339-1-git-send-email-houjingj@marvell.com> (raw)
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
next reply other threads:[~2017-01-23 2:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-23 2:58 Jingju Hou [this message]
2017-01-23 3:00 ` [PATCH v2 net-next] net: phy: marvell: Add Wake from LAN support for 88E1510 PHY Jisheng Zhang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1485140295-11339-1-git-send-email-houjingj@marvell.com \
--to=houjingj@marvell.com \
--cc=davem@davemloft.net \
--cc=jszhang@marvell.com \
--cc=netdev@vger.kernel.org \
--cc=thomas.petazzoni@free-electrons.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).