Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | common/cmd_mdio.c: fix compile warning | Anatolij Gustschin | 2011-04-30 | -2/+2 |
| | | | | | | | | cmd_mdio.c: In function 'mdio_read_ranges': cmd_mdio.c:97: warning: comparison is always false due to limited range of data type Signed-off-by: Anatolij Gustschin <agust@denx.de> Cc: Andy Fleming <afleming@freescale.com> | |||
* | Add mdio command for new PHY infrastructure | Andy Fleming | 2011-04-20 | -0/+286 |
The new mdio command doesn't have all of the features of the mii command, but it provides the necessary read/write primitives, and allows users to interact with 10G PHYs, and other PHYs which use Clause 45 of 802.3. This means that the mdio command requires a "Device Address" argument, though for clause 22 PHYs, the argument can be "-". Signed-off-by: Andy Fleming <afleming@freescale.com> Acked-by: Detlev Zundel <dzu@denx.de> |