Re: [PATCH net-next] r8169: improve RTL8168d PHY initialization

2019-05-26 Thread David Miller
From: Heiner Kallweit Date: Sat, 25 May 2019 20:57:42 +0200 > Certain parts of the PHY initialization are the same for sub versions > 1 and 2 of RTL8168d. So let's factor this out to simplify the code. > > Signed-off-by: Heiner Kallweit Applied.

[PATCH net-next] r8169: improve RTL8168d PHY initialization

2019-05-25 Thread Heiner Kallweit
Certain parts of the PHY initialization are the same for sub versions 1 and 2 of RTL8168d. So let's factor this out to simplify the code. Signed-off-by: Heiner Kallweit --- drivers/net/ethernet/realtek/r8169.c | 153 +-- 1 file changed, 52 insertions(+), 101 deletions(-)