Chandan Nath 5c45a22b92 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>
2011-12-06 21:01:01 +01:00
..
2011-10-17 22:25:34 +02:00
2011-10-22 01:22:21 +02:00
2011-10-26 21:40:44 +02:00
2011-10-26 21:39:40 +02:00
2011-12-01 09:10:57 +01:00
2011-10-27 23:54:08 +02:00
2011-12-01 09:45:35 +01:00
2011-11-03 02:14:58 -05:00
2011-10-27 23:53:58 +02:00
2011-11-03 22:35:21 +01:00
2011-10-27 21:56:31 +02:00
2011-12-05 22:48:10 +01:00