mii: miiphy register address width change
authorChandan Nath <chandan.nath@ti.com>
Wed, 21 Sep 2011 01:10:32 +0000 (01:10 +0000)
committerWolfgang Denk <wd@denx.de>
Tue, 6 Dec 2011 20:01:01 +0000 (21:01 +0100)
commit5c45a22b9203351a32aec4600514341b91175542
treeab3115ecbb3df253d350da76a011eabee5f23dec
parent0910d0bcb85acdf09b9dfd8ded452367b540a4ad
mii: miiphy register address width change

This patch is added for PHY whose register offset value exceeds 0xFF and
cannot be used with "unsigned char" datatype in miiphy_read, miiphy_write
and miiphy_register functions. Datatype of register offset is changed to
unsigned short instead of unsigned char so that offset value greater then
0xFF can be used.

Signed-off-by: Chandan Nath <chandan.nath@ti.com>
Acked-by: Mike Frysinger <vapier@gentoo.org>
common/miiphyutil.c
include/miiphy.h