Re: [U-Boot] net: phy: realtek: Add functions to read PHY's extended registers

2019-01-24 Thread Joe Hershberger
Hi Carlo, https://patchwork.ozlabs.org/patch/1025909/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] [PATCH u-boot] net: phy: realtek: Add functions to read PHY's extended registers

2019-01-16 Thread Carlo Caione
According to the datasheet to access the extended registers we have to: 1. Write Register 31 Data = 0x0XYZ (Page 0xXYZ) 2. Read/Write the target Register Data 3. Write Register 31 Data = 0x or 0xa42 (switch back to IEEE Standard Registers) Hook the missing functions so that we can use the

Re: [U-Boot] [PATCH u-boot] net: phy: realtek: Add functions to read PHY's extended registers

2019-01-22 Thread Joe Hershberger
On Wed, Jan 16, 2019 at 8:07 AM Carlo Caione wrote: > > According to the datasheet to access the extended registers we have to: > > 1. Write Register 31 Data = 0x0XYZ (Page 0xXYZ) > 2. Read/Write the target Register Data > 3. Write Register 31 Data = 0x or 0xa42 (switch back to IEEE >Stand