On Thu, 12 Nov 2020 23:03:51 +0800 Wong Vee Khee wrote:
> For clause 45 PHY, introduce additional logics in get_phy_c45_ids() to
> check if there is at least one valid device ID, return 0 on true, and
> -ENODEV otherwise.
>
> Signed-off-by: Wong Vee Khee
I don't see any response to Andrew's ques
On Thu, Nov 12, 2020 at 11:03:51PM +0800, Wong Vee Khee wrote:
> For clause 45 PHY, introduce additional logics in get_phy_c45_ids() to
> check if there is at least one valid device ID, return 0 on true, and
> -ENODEV otherwise.
So does this mean you have a device which uses c45 and does not have
For clause 45 PHY, introduce additional logics in get_phy_c45_ids() to
check if there is at least one valid device ID, return 0 on true, and
-ENODEV otherwise.
Signed-off-by: Wong Vee Khee
---
drivers/net/phy/phy_device.c | 10 ++
1 file changed, 10 insertions(+)
diff --git a/drivers/ne