commit | fec06b2bc436d1cbc3482becd40f656d46cd22b7 | [log] [tgz] |
---|---|---|
author | Kishon Vijay Abraham I <kishon@ti.com> | Fri Apr 05 16:38:30 2019 +0530 |
committer | Kishon Vijay Abraham I <kishon@ti.com> | Wed Apr 17 14:13:17 2019 +0530 |
tree | 87405f207d3eb80846221bc1297999714e953170 | |
parent | 42c7cb71b5c2b014caab7861f2434f3907900d7c [diff] |
phy: core: Add *release* phy_ops invoked when the consumer relinquishes PHY Add a new phy_ops *release* invoked when the consumer relinquishes the PHY using phy_put/devm_phy_put. The initializations done by the PHY driver in of_xlate call back can be can be cleaned up here. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>