]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit49ccf40c5992d0d1629251644744f599c0d95b84
tree46d34ba391ffe226686525343fa2d688870d332b
parentcbeff787fb8f55d5924aced51d51e89c9ed45d95
parent1fecf9684b5b96a091ab9a499e24ce44b124c8e8
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>