Re: [PATCH net-next] net: phy: realtek: add generic Realtek PHY driver

2019-02-03 Thread David Miller
From: Heiner Kallweit Date: Sun, 3 Feb 2019 16:07:33 +0100 > The integrated PHY's of later RTL8168 network chips report the generic > PHYID 0x001cc800 (Realtek OUI, model and revision number both set to > zero) and therefore currently the genphy driver is used. > > To be able to use the paged ve

[PATCH net-next] net: phy: realtek: add generic Realtek PHY driver

2019-02-03 Thread Heiner Kallweit
The integrated PHY's of later RTL8168 network chips report the generic PHYID 0x001cc800 (Realtek OUI, model and revision number both set to zero) and therefore currently the genphy driver is used. To be able to use the paged version of e.g. phy_write() we need a PHY driver with the read_page and w