]> git.ipfire.org Git - thirdparty/u-boot.git/commit
net: phy: Define init routine and register generic phy driver
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Fri, 15 Mar 2019 12:16:47 +0000 (17:46 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 15 Mar 2019 16:43:22 +0000 (17:43 +0100)
commit4b04f472971e1a31f71d84b2eb9390a949819b70
tree661df866422d0e74c7ec23b6976efeb2c9027ac4
parent6bc04dc1d6067de7d351c7a3a41ee63ce6fe143b
net: phy: Define init routine and register generic phy driver

This patch define init routine for generic phy driver and registers it
using phy_register as this generic phy driver also needs to be relocated
incase of manual reloc.

Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/net/phy/phy.c