]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
authorDavid S. Miller <davem@davemloft.net>
Tue, 1 Mar 2022 08:33:55 +0000 (08:33 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Mar 2022 08:33:55 +0000 (08:33 +0000)
commit8f68527f944fa6f9f4d73475477991761302411a
tree66b86269dba88e9e6fcc621006990a849328e852
parent64a75ef0171f05ff0b325b8ba7d399452d6aa5f7
parentaa26b016ea14288015f03376e67f919f6aea2b5d
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2022-02-28

This series contains updates to igc and e1000e drivers.

Corinna Vinschen ensures release of hardware sempahore on failed
register read in igc_read_phy_reg_gpy().

Sasha does the same for the write variant, igc_write_phy_reg_gpy(). On
e1000e, he resolves an issue with hardware unit hang on s0ix exit
by disabling some bits and LAN connected device reset during power
management flows. Lastly, he allows for TGP platforms to correct its
NVM checksum.

v2: Fix Fixes tag on patch 3
====================

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