usb: gadget: dummy_hcd: add setup / cleanup of multiple HW intances
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Mon, 29 Oct 2012 17:09:55 +0000 (18:09 +0100)
committerFelipe Balbi <balbi@ti.com>
Wed, 31 Oct 2012 13:17:07 +0000 (15:17 +0200)
commitc7a1db457bfca045a0960f4eaaffd6539afbf8d7
treeb2d00356f82a46724428b4d1527272249bfd6778
parentb2113136a5701a7aaffee96c0423e7a620124328
usb: gadget: dummy_hcd: add setup / cleanup of multiple HW intances

This patch creates & adds multiple instances of the HCD and UDC. We have
a new module option "num" which says how many emulated UDCs + HCDs we
want. The default value is one and currently the maximum is one as well.
This will change soon.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/dummy_hcd.c