Re: [U-Boot] [PATCH v2 1/3] net: phy: Add support for accessing MMD PHY registers

2019-01-23 Thread Joe Hershberger
On Wed, Jan 23, 2019 at 7:14 AM Carlo Caione wrote: > > Two new helper functions (phy_read_mmd() and phy_write_mmd()) are added > to allow access to the MMD PHY registers. > > The MMD PHY registers can be accessed by two means: > > 1. Using two new MMD access function hooks in the PHY driver. Thes

[U-Boot] [PATCH v2 1/3] net: phy: Add support for accessing MMD PHY registers

2019-01-23 Thread Carlo Caione
Two new helper functions (phy_read_mmd() and phy_write_mmd()) are added to allow access to the MMD PHY registers. The MMD PHY registers can be accessed by two means: 1. Using two new MMD access function hooks in the PHY driver. These functions can be implemented when the PHY driver does not suppo