Re: [PATCH v10 2/4] phy: core: Add devm_of_phy_get to phy-core
From: Tobias Jakobi <hidden>
Date: 2014-03-07 19:34:55
Also in:
linux-samsung-soc, lkml
From: Tobias Jakobi <hidden>
Date: 2014-03-07 19:34:55
Also in:
linux-samsung-soc, lkml
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(+)
Tested-by: Tobias Jakobi <redacted> USB PHY was tested on an ODROID-X2 (Exynos4412 SoC) with patches from Kamil's previous patchset to enable the usage of the new PHY in EHCI and OCHI. With best wishes, Tobias