Probe and init a phy device
int phy_probe(struct device * dev);
dev
device to probe and init
Take care of setting up the phy_device structure, set the state to READY (the driver's init function should set it to STARTING if needed).