]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: phy/realtek: Add support for RTL8211DN and RTL8211E phy modules
authorBhupesh Sharma <bhupesh.sharma@freescale.com>
Thu, 18 Jul 2013 08:28:20 +0000 (13:58 +0530)
committerJoe Hershberger <joe.hershberger@ni.com>
Mon, 19 Aug 2013 17:34:19 +0000 (12:34 -0500)
commitc624d168bf87e5558a58e99c58b162f5e5b6368e
tree3399ea7471e4c5f614277646ca900a980ae76011
parent2eb60902a03758133b027934b8710c7ff730cb06
net: phy/realtek: Add support for RTL8211DN and RTL8211E phy modules

This patch adds support for Realtek PHY modules RTL8211DN and
RTL8211E (variants: RTL8211E-VB-CG, RTL8211E-VL-CG, RTL8211EG-VB-CG),
which can be found on Freescale's T1040RDB boards.

To make the driver more generic across 8211 family, a generic name 8211x
is added for macros and function names.

Signed-off-by: Bhupesh Sharma <bhupesh.sharma@freescale.com>
Acked-by: York Sun <yorksun@freescale.com>
drivers/net/phy/realtek.c