* Kishon Vijay Abraham I <kishon@xxxxxx> [181123 07:59]: > On 17/11/18 7:07 PM, Tony Lindgren wrote: > > + /* Allow aggressive PM for USB, it's only needed for n_gsm port */ > > + if (phy_pm_runtime_enabled(ddata->generic_phy)) > > + phy_pm_runtime_put(ddata->generic_phy); > > phy_*() API's are generally added to be used by the consumer driver. I guess in > this case we can directly use pm_runtime_enabled(x). OK sure that works for me too. Regards, Tony