Re: [PATCH net-next 1/1] net: phy: Add additional logics on probing C45 PHY devices

2020-11-17 Thread Jakub Kicinski
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

Re: [PATCH net-next 1/1] net: phy: Add additional logics on probing C45 PHY devices

2020-11-12 Thread Andrew Lunn
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

[PATCH net-next 1/1] net: phy: Add additional logics on probing C45 PHY devices

2020-11-12 Thread Wong Vee Khee
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