mbox series

[net-next,0/5] r8169: improve PHY configuration

Message ID 11f690c9-ed72-f84b-a7c3-9e18235d6a9a@gmail.com
Headers show
Series r8169: improve PHY configuration | expand

Message

Heiner Kallweit Nov. 9, 2019, 8:58 p.m. UTC
This series adds helpers to improve and simplify the PHY
configuration on various network chip versions.

Heiner Kallweit (5):
  r8169: add helper r8168g_phy_param
  r8169: add helper r8168d_phy_param
  r8169: switch to phylib functions in more places
  r8169: add helper r8168d_modify_extpage
  r8169: remove rtl8168c_4_hw_phy_config

 drivers/net/ethernet/realtek/r8169_main.c | 725 +++++++---------------
 1 file changed, 229 insertions(+), 496 deletions(-)

Comments

David Miller Nov. 10, 2019, 3:57 a.m. UTC | #1
From: Heiner Kallweit <hkallweit1@gmail.com>
Date: Sat, 9 Nov 2019 21:58:50 +0100

> This series adds helpers to improve and simplify the PHY
> configuration on various network chip versions.

Series applied, thanks Heiner.