mbox series

[net-next,0/3] Add suspend/resume support for AVE ethernet driver

Message ID 1543478793-13719-1-git-send-email-hayashi.kunihiko@socionext.com
Headers show
Series Add suspend/resume support for AVE ethernet driver | expand

Message

Kunihiko Hayashi Nov. 29, 2018, 8:06 a.m. UTC
This series adds support for suspend/resume to AVE ethernet driver.

And to avoid the error that wol state of phy hardware is enabled by default,
this sets initial wol state to disabled and add preservation the state in
suspend/resume sequence.

Kunihiko Hayashi (3):
  net: ethernet: ave: Add suspend/resume support
  net: ethernet: ave: Set initial wol state to disabled
  net: ethernet: ave: Preserve wol state in suspend/resume sequence

 drivers/net/ethernet/socionext/sni_ave.c | 60 +++++++++++++++++++++++++++++++-
 1 file changed, 59 insertions(+), 1 deletion(-)

-- 
2.7.4

Comments

David Miller Nov. 29, 2018, 6:35 p.m. UTC | #1
From: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>

Date: Thu, 29 Nov 2018 17:06:30 +0900

> This series adds support for suspend/resume to AVE ethernet driver.

> 

> And to avoid the error that wol state of phy hardware is enabled by default,

> this sets initial wol state to disabled and add preservation the state in

> suspend/resume sequence.


Series applied.