r8169: support RTL8168G
authorHayes Wang <hayeswang@realtek.com>
Mon, 2 Jul 2012 09:23:22 +0000 (17:23 +0800)
committerFrancois Romieu <romieu@fr.zoreil.com>
Mon, 9 Jul 2012 21:38:23 +0000 (23:38 +0200)
commitc558386b836ee97762e12495101c6e373f20e69d
treed3f5a74c1334290932e4c2d63be51558743cc68f
parentffc46952b313ff037debca1b4e3da9472ff4b441
r8169: support RTL8168G

For RTL8111G, the settings of phy and firmware are replaced with
ocp functions. r8168g_mdio_{write / read} redirects the relative
settings to suitable ocp functions. A per-device variable is needed
to evaluate the real address of ocp functions.
rtl_writephy(tp, 0x1f, xxxx) is dedicated to keeping said variable
up-to-date.

Signed-off-by: Hayes Wang <hayeswang@realtek.com>
Acked-by: Francois Romieu <romieu@fr.zoreil.com>
drivers/net/ethernet/realtek/r8169.c