Re: [PATCH v9 2/4] phy: core: Add devm_of_phy_get to phy-core
From: Tomasz Figa <hidden>
Date: 2014-03-05 16:04:51
Also in:
linux-samsung-soc, lkml
From: Tomasz Figa <hidden>
Date: 2014-03-05 16:04:51
Also in:
linux-samsung-soc, lkml
On 05.03.2014 16:28, Kamil Debski wrote:
Adding devm_of_phy_get will allow to get phys by supplying a pointer to the struct device_node instead of struct device. Signed-off-by: Kamil Debski <redacted> --- drivers/phy/phy-core.c | 31 +++++++++++++++++++++++++++++++ include/linux/phy/phy.h | 8 ++++++++ 2 files changed, 39 insertions(+)
Reviewed-by: Tomasz Figa <redacted> Best regards, Tomasz