phy: core: Fix of_phy_provider_lookup to return PHY provider for sub node
authorKishon Vijay Abraham I <kishon@ti.com>
Mon, 14 Jul 2014 10:25:01 +0000 (15:55 +0530)
committerKishon Vijay Abraham I <kishon@ti.com>
Tue, 22 Jul 2014 07:16:11 +0000 (12:46 +0530)
commit2a4c37016ca96e413cd352985d3a0db8cfb7716c
tree9703bcd58def7fa9a3b8882a3c4410a3ff016d3c
parent6e58240fae556c23150bb0c7cb9fdba17e6c14cf
phy: core: Fix of_phy_provider_lookup to return PHY provider for sub node

Fixed of_phy_provider_lookup to return 'phy_provider' if _of_phy_get
passes the node pointer of the sub-node of phy provider node. This is
needed when phy provider implements multiple PHYs and each PHY is
modelled as the sub-node of PHY provider device node.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
drivers/phy/phy-core.c