]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net/phy: refactor RTL8211F initialization
authorShengzhou Liu <Shengzhou.Liu@freescale.com>
Fri, 24 Apr 2015 08:57:17 +0000 (16:57 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:43:14 +0000 (22:43 +0200)
commit6b1062c11ac74f1ed70fd0d6a47c904dccdc347b
tree7decc6e79fa1fb47db1b1565f8da8950efa96816
parent1ab3a40db0c8b4250eabf16b16cf61e18a0322ad
net/phy: refactor RTL8211F initialization

RTL8211F needs to enalbe TXDLY for RGMII during
phy initialization, so move it to rtl8211f_config
for early initialization.

Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
cc: Joe Hershberger <joe.hershberger@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/phy/realtek.c