Re: [PATCH net] net: phy: Initialize mdio clock at probe function

2017-02-09 Thread David Miller
From: Jon Mason Date: Wed, 8 Feb 2017 17:14:26 -0500 > From: Yendapally Reddy Dhananjaya Reddy > > USB PHYs need the MDIO clock divisor enabled earlier to work. > Initialize mdio clock divisor in probe function. The ext bus > bit available in the same register will be used by mdio mux > to ena

[PATCH net] net: phy: Initialize mdio clock at probe function

2017-02-08 Thread Jon Mason
From: Yendapally Reddy Dhananjaya Reddy USB PHYs need the MDIO clock divisor enabled earlier to work. Initialize mdio clock divisor in probe function. The ext bus bit available in the same register will be used by mdio mux to enable external mdio. Signed-off-by: Yendapally Reddy Dhananjaya Reddy