Re: [U-Boot] [PATCH] net: add comments to phy APIs

2019-07-11 Thread Bin Meng
On Thu, Jul 11, 2019 at 11:33 PM Alex Marginean wrote: > > Added a comment on the limitations of phy_find_by_mask API when scanning > MDIO buses with multiple PHYs present. Added short descriptions to the > other APIs in phy.h for consistency. > > Signed-off-by: Alex Marginean > --- > include/p

Re: [U-Boot] [PATCH] net: add comments to phy APIs

2019-07-11 Thread Joe Hershberger
On Thu, Jul 11, 2019 at 10:33 AM Alex Marginean wrote: > > Added a comment on the limitations of phy_find_by_mask API when scanning > MDIO buses with multiple PHYs present. Added short descriptions to the > other APIs in phy.h for consistency. > > Signed-off-by: Alex Marginean Thanks for doing

[U-Boot] [PATCH] net: add comments to phy APIs

2019-07-11 Thread Alex Marginean
Added a comment on the limitations of phy_find_by_mask API when scanning MDIO buses with multiple PHYs present. Added short descriptions to the other APIs in phy.h for consistency. Signed-off-by: Alex Marginean --- include/phy.h | 80 +++ 1 file c