Re: [U-Boot] [PATCH v3 04/11] drivers: net: aquantia: add PHY generation information

2019-11-29 Thread Joe Hershberger
On Thu, Nov 14, 2019 at 10:32 AM Alex Marginean wrote: > > Uses the data field in phy_driver structure to identify the PHY generation. > This is useful for custom configuration as non-generic PHY registers are > not 100% compatible between generations. > > Signed-off-by: Alex Marginean Acked-by:

[U-Boot] [PATCH v3 04/11] drivers: net: aquantia: add PHY generation information

2019-11-14 Thread Alex Marginean
Uses the data field in phy_driver structure to identify the PHY generation. This is useful for custom configuration as non-generic PHY registers are not 100% compatible between generations. Signed-off-by: Alex Marginean --- drivers/net/phy/aquantia.c | 11 +++ 1 file changed, 11 insertio