Re: [PATCH net-next] net: phy: realtek: add missing page operations

2019-05-10 Thread David Miller
From: Heiner Kallweit Date: Fri, 10 May 2019 22:11:26 +0200 > Add missing page operation callbacks to few Realtek drivers. > This also fixes a NPE after the referenced commit added code to the > RTL8211E driver that uses phy_select_page(). > > Fixes: f81dadbcf7fd ("net: phy: realtek: Add rtl8211

Re: [PATCH net-next] net: phy: realtek: add missing page operations

2019-05-10 Thread Florian Fainelli
On 5/10/19 1:11 PM, Heiner Kallweit wrote: > Add missing page operation callbacks to few Realtek drivers. > This also fixes a NPE after the referenced commit added code to the > RTL8211E driver that uses phy_select_page(). > > Fixes: f81dadbcf7fd ("net: phy: realtek: Add rtl8211e rx/tx delays conf

[PATCH net-next] net: phy: realtek: add missing page operations

2019-05-10 Thread Heiner Kallweit
Add missing page operation callbacks to few Realtek drivers. This also fixes a NPE after the referenced commit added code to the RTL8211E driver that uses phy_select_page(). Fixes: f81dadbcf7fd ("net: phy: realtek: Add rtl8211e rx/tx delays config") Signed-off-by: Heiner Kallweit --- drivers/net