linux/drivers/phy
Roger Quadros 478b6c7436 usb: phy: omap-usb2: Don't use omap_get_control_dev()
omap_get_control_dev() is being deprecated as it doesn't support
multiple instances. As control device is present only from OMAP4
onwards which supports DT only, we use phandles to get the
reference to the control device.

As we don't support non-DT boot, we just bail out on probe
if device node is not present.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-10-03 15:47:30 -07:00
..
Kconfig usb: phy: twl4030: use the new generic PHY framework 2013-09-27 17:36:58 -07:00
Makefile usb: phy: twl4030: use the new generic PHY framework 2013-09-27 17:36:58 -07:00
phy-core.c
phy-omap-usb2.c usb: phy: omap-usb2: Don't use omap_get_control_dev() 2013-10-03 15:47:30 -07:00
phy-twl4030-usb.c usb: phy: twl4030-usb: remove *set_suspend* and *phy_init* ops 2013-09-27 17:36:58 -07:00