Re: [PATCH v9 1/4] phy: core: Add an exported of_phy_get function
From: Tomasz Figa <hidden>
Date: 2014-03-05 16:04:18
Also in:
linux-samsung-soc, lkml
From: Tomasz Figa <hidden>
Date: 2014-03-05 16:04:18
Also in:
linux-samsung-soc, lkml
On 05.03.2014 16:28, Kamil Debski wrote:
Previously the of_phy_get function took a struct device * and was declared static. It was impossible to call it from another driver and thus it was impossible to get phy defined for a given node. The old function was renamed to _of_phy_get and was left for internal use. of_phy_get function was added and it was exported. The function enables to get a phy for a given device tree node. Signed-off-by: Kamil Debski <redacted> --- drivers/phy/phy-core.c | 45 ++++++++++++++++++++++++++++++++++++--------- include/linux/phy/phy.h | 6 ++++++ 2 files changed, 42 insertions(+), 9 deletions(-)
Reviewed-by: Tomasz Figa <redacted> Best regards, Tomasz