Files
u-boot/drivers/net
Carlo Caione e57c9fdb04 net: phy: realtek: Add functions to read PHY's extended registers
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 = 0x0000 or 0xa42 (switch back to IEEE
   Standard Registers)

Hook the missing functions so that we can use the `mdio rx/wx` command to
easily access the extended registers.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
2019-01-24 11:35:29 -06:00
..
2018-12-06 14:37:42 -08:00
2016-10-23 18:33:18 -04:00
2010-07-12 00:14:29 -07:00
2018-11-27 21:06:53 +05:30
2019-01-01 14:12:18 +01:00
2018-10-24 14:45:38 -05:00
2018-05-29 14:45:03 +08:00
2019-01-23 18:26:44 +01:00
2019-01-24 11:35:29 -06:00
2019-01-23 18:26:44 +01:00
2018-11-05 10:41:56 -06:00
2019-01-24 11:35:29 -06:00
2018-07-26 14:08:21 -05:00
2019-01-24 11:35:28 -06:00
2013-04-01 16:33:52 -04:00
2018-06-13 13:54:15 -05:00