netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jisheng Zhang <jszhang@marvell.com>
To: Jingju Hou <houjingj@marvell.com>
Cc: <davem@davemloft.net>, <thomas.petazzoni@free-electrons.com>,
	<netdev@vger.kernel.org>
Subject: Re: [PATCH v2 net-next] net: phy: marvell: Add Wake from LAN support for 88E1510 PHY
Date: Mon, 23 Jan 2017 11:00:45 +0800	[thread overview]
Message-ID: <20170123110045.3524b3b6@xhacker> (raw)
In-Reply-To: <1485140295-11339-1-git-send-email-houjingj@marvell.com>

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,

      reply	other threads:[~2017-01-23  3:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

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=20170123110045.3524b3b6@xhacker \
    --to=jszhang@marvell.com \
    --cc=davem@davemloft.net \
    --cc=houjingj@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).