Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Convert cmd_usage() calls in common to use a return value | Simon Glass | 2012-03-06 | -1/+1 |
| | | | | | | | | | Change all files in common/ to use CMD_RET_USAGE instead of calling cmd_usage() directly. I'm not completely sure about this patch since the code since impact is small (100 byte or so on ARM) and it might need splitting into smaller patches. But for now here it is. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
* | 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> |