usb: dwc3: omap: add multiple instances support to OMAP
authorFelipe Balbi <balbi@ti.com>
Tue, 18 Oct 2011 10:58:30 +0000 (13:58 +0300)
committerFelipe Balbi <balbi@ti.com>
Mon, 12 Dec 2011 09:48:23 +0000 (11:48 +0200)
commit5ddcee27c19e36711992a0e6ed3249fd06faa0e7
treebbf3dfcd65e8e30147852d3f97061ee261225cb7
parent8300dd236e957429acfb36be0ce8fe276dbe823c
usb: dwc3: omap: add multiple instances support to OMAP

if we ever have an omap with multiple instances of
the DWC3 IP, we need unique names for them. In order
to achieve that, let's use the dwc3_get/put_device_id()
calls to give us an unique device identifier.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/dwc3-omap.c