mbox series

[net-next,0/3] r8169: improve runtime pm

Message ID 9bc4bf55-04d5-def8-40f2-346902988192@gmail.com
Headers show
Series r8169: improve runtime pm | expand

Message

Heiner Kallweit Jan. 8, 2018, 8:34 p.m. UTC
On my system with two network ports I found that runtime PM didn't
suspend the unused port. Therefore I checked runtime pm in this driver
in somewhat more detail and this series improves runtime pm in general
and solves the mentioned issue.

Tested on a system with RTL8168evl (MAC version 34).

Heiner Kallweit (3):
  r8169: remove unneeded rpm ops in rtl_shutdown
  r8169: improve runtime pm in rtl8169_check_link_status
  r8169: improve runtime pm in general and suspend unused ports

 drivers/net/ethernet/realtek/r8169.c | 44 ++++++++++++++----------------------
 1 file changed, 17 insertions(+), 27 deletions(-)

Comments

David Miller Jan. 9, 2018, 5:39 p.m. UTC | #1
From: Heiner Kallweit <hkallweit1@gmail.com>
Date: Mon, 8 Jan 2018 21:34:41 +0100

> On my system with two network ports I found that runtime PM didn't
> suspend the unused port. Therefore I checked runtime pm in this driver
> in somewhat more detail and this series improves runtime pm in general
> and solves the mentioned issue.
> 
> Tested on a system with RTL8168evl (MAC version 34).

Series applied, thank you.