Re: [PATCH net] net: phy: add missing phy driver features

2019-01-17 Thread David Miller
From: Camelia Groza Date: Thu, 17 Jan 2019 14:33:33 +0200 > The phy drivers for CS4340 and TN2020 are missing their > features attributes. Add them. > > Fixes: 719655a14971 ("net: phy: Replace phy driver features u32 with > link_mode bitmap") > Reported-by: Scott Wood > Signed-off-by: Camelia

[PATCH net] net: phy: add missing phy driver features

2019-01-17 Thread Camelia Groza
The phy drivers for CS4340 and TN2020 are missing their features attributes. Add them. Fixes: 719655a14971 ("net: phy: Replace phy driver features u32 with link_mode bitmap") Reported-by: Scott Wood Signed-off-by: Camelia Groza --- This patch should be merged to 4.20 stable. --- drivers/net/ph