Re: [U-Boot] [PATCH 1/2] net: phy: promote phy_{read, write}_mmd_indirect from ti.c to generic code

2019-01-22 Thread Joe Hershberger
On Tue, Dec 18, 2018 at 7:22 PM Vladimir Oltean wrote: > > * These are convenience functions for accessing PHY MMD registers > through clause 22 (indirectly through registers 0xD and 0xE), > and are exported in the Linux phylib as well. > > Signed-off-by: Vladimir Oltean Acked-by: Joe

[U-Boot] [PATCH 1/2] net: phy: promote phy_{read, write}_mmd_indirect from ti.c to generic code

2018-12-18 Thread Vladimir Oltean
* These are convenience functions for accessing PHY MMD registers through clause 22 (indirectly through registers 0xD and 0xE), and are exported in the Linux phylib as well. Signed-off-by: Vladimir Oltean --- drivers/net/phy/phy.c | 68 +