Home
last modified time | relevance | path

Searched hist:"8866 df25e56cd5ac067e70825e6f38f9f2363db9" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/phy/
H A Dphy-core.cdiff 8866df25e56cd5ac067e70825e6f38f9f2363db9 Tue Mar 20 01:01:47 CDT 2018 Manu Gautam <mgautam@codeaurora.org> phy: core: Allow phy_pm_runtime_xxx API calls with NULL phy

phy_init() and phy_exit() calls, and phy_power_on() and
phy_power_off() already accept NULL as valid PHY reference
and act as NOP. Extend same concept to phy runtime_pm APIs
to keep drivers (e.g. dwc3) code simple while dealing with
optional PHYs.

Signed-off-by: Manu Gautam <mgautam@codeaurora.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>