Merge branch 'r8169-improve-runtime-pm'
authorDavid S. Miller <davem@davemloft.net>
Tue, 9 Jan 2018 17:38:57 +0000 (12:38 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Jan 2018 17:38:57 +0000 (12:38 -0500)
commit61ad64080e039dce99a7f8d89b729bbea995e2f7
tree46d34ba391ffe226686525343fa2d688870d332b
parentfdb533c30496665775867fc9dabd83e8b0308822
parenta92a08499b1f9d74eb5ed77ea04c0e42aab46e9a
Merge branch 'r8169-improve-runtime-pm'

Heiner Kallweit says:

====================
r8169: improve runtime pm

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).
====================

Signed-off-by: David S. Miller <davem@davemloft.net>