]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'intel'
authorDavid S. Miller <davem@davemloft.net>
Thu, 7 Mar 2013 20:18:53 +0000 (15:18 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Mar 2013 20:18:53 +0000 (15:18 -0500)
commitaae65bddc0f784af5906c52585898e59741985f3
tree9e708941b86049dff4fa936117031988a0d7cb7f
parent35e9803e9f7bd516d0fbab2e839131873e63e1d1
parent7f2af6d5c78c9753af98d942651f160618af394f
Merge branch 'intel'

Jeff Kirsher says:

====================
This series contains updates to e1000e only.

All three patches come from Konstantin Khlebnikov to resolve power
management issues.  The first patch removes redundant and unbalanced
pci_disable_device() from the shutdown function.  The second patch
removes redundant actions from the driver and fixes the interaction
with actions in pci-bus runtime power management code.  The third
and last patch fixes some messages like 'Error reading PHY register'
and 'Hardware Erorr' and saves several seconds on reboot.
====================

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