]> 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)
commit45c2e9a721cbd0b34a02745e1918706d875c65c6
tree9e708941b86049dff4fa936117031988a0d7cb7f
parent15817edcddfc8d8a90f5cd9f9bb9704da40c7239
parent657786206e0f87c1e27d23e9e79c2e64da4ad836
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>