]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: add support for extended registers to mdio command
authorStefano Babic <sbabic@denx.de>
Mon, 2 Sep 2013 13:42:32 +0000 (15:42 +0200)
committerJoe Hershberger <joe.hershberger@ni.com>
Fri, 22 Nov 2013 22:50:52 +0000 (16:50 -0600)
commit26b807c4f8d95f7e1a9b16b5d0caebc6606d3dc6
treecea51eb61b6088c53e2bcd7f8dd0de9d6447e22c
parent9ced16fefa35910b4d2cbc9c4688a037bda7f423
net: add support for extended registers to mdio command

Some phys (Micrel) have additional registers that can
be accessed using a special sequence. This patch allows
to use standard "mdio" command to accesss these registers.

Signed-off-by: Stefano Babic <sbabic@denx.de>
common/cmd_mdio.c