commit | 5d3c28b5a42df5ceaa854901ba2cccb76883c77e | [log] [tgz] |
---|---|---|
author | Kishon Vijay Abraham I <kishon@ti.com> | Fri Jan 25 08:03:25 2013 +0530 |
committer | Felipe Balbi <balbi@ti.com> | Fri Jan 25 10:20:14 2013 +0200 |
tree | ae1e50d90d5ce1e5925dd552971224f775b574f3 | |
parent | 0fa4fab4ee46470ccd463c83be95434936942e05 [diff] |
usb: otg: add device tree support to otg library Added an API devm_usb_get_phy_by_phandle(), to get usb phy by passing a device node phandle value. This function will return a pointer to the phy on success, -EPROBE_DEFER if there is a device_node for the phandle, but the phy has not been added, or a ERR_PTR() otherwise. Cc: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Felipe Balbi <balbi@ti.com>