]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit25ec0515f4d97a391a16c9f6b645f5653ed3100a
tree9703bcd58def7fa9a3b8882a3c4410a3ff016d3c
parent539b6da78c3bd3fdb4c3326ab963c49a05337ec1
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