On Mon, Mar 27, 2017 at 11:47:21AM -0700, Florian Fainelli wrote: > Now that we detect whether a PHY supports stopping its clock during LPI, > deny a call to phy_init_eee() with clk_stop_enable being set and the PHY > not supporting that.
Hi Florian We are not denying the call. This just ignores the clk_stop_enable parameter if the clock cannot be stopped. So i think this message could be better worded. Maybe also update the function comment? * and it programs the MMD register 3.0 setting the "Clock stop enable" * bit if supported by the device. Andrew