Re: [PATCH 1/1] phy/micrel: Change phy_id_mask for KSZ8721

2016-07-31 Thread David Miller
From: Alexander Stein Date: Fri, 29 Jul 2016 12:12:08 +0200 > There are KSZ8721 PHYs with phy_id 0x00221619. In order to detect them > as PHY_ID_KSZ8001 compatible while staying different to PHY_ID_KSZ9021 > ignore the last two bits when matching PHY_ID > > Signed-off-by:

[PATCH 1/1] phy/micrel: Change phy_id_mask for KSZ8721

2016-07-29 Thread Alexander Stein
There are KSZ8721 PHYs with phy_id 0x00221619. In order to detect them as PHY_ID_KSZ8001 compatible while staying different to PHY_ID_KSZ9021 ignore the last two bits when matching PHY_ID Signed-off-by: Alexander Stein --- drivers/net/phy/micrel.c | 4 ++-- 1 file changed,