1. NAME

phy_probe - probe and init a PHY device

2. SYNOPSIS

int phy_probe(struct device *  dev );

3. ARGUMENTS

dev
    device to probe and init

4. DESCRIPTION

Take care of setting up the phy_device structure, set the state to READY (the driverAqs init function should set it to STARTING if needed).

5. COPYRIGHT