usb: otg: support for multiple transceivers by a single controller
authorKishon Vijay Abraham I <kishon@ti.com>
Fri, 22 Jun 2012 11:32:46 +0000 (17:02 +0530)
committerFelipe Balbi <balbi@ti.com>
Mon, 25 Jun 2012 11:05:35 +0000 (14:05 +0300)
Add a linked list for keeping multiple PHY instances with different
types so that we can have separate USB2 and USB3 PHYs on one single
board. _get_phy_ has been changed so that the controller gets
the transceiver by type. _remove_phy_ has been added to let the phy
be removed from the phy list.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found