usb: dwc2: gadget: fix enumeration issues
authorMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 20 Oct 2014 10:45:32 +0000 (12:45 +0200)
committerFelipe Balbi <balbi@ti.com>
Tue, 28 Oct 2014 15:40:58 +0000 (10:40 -0500)
commit9599815de61db104ad21bc61f5e3544d2415c6ee
treeca084ab2af9fb48bc1c3bb228647b26e5a8f2fff
parent9b1763553a89b2a84881119eeabfccdb803bb468
usb: dwc2: gadget: fix enumeration issues

Excessive debug messages might cause timing issues that prevent correct
usb enumeration. This patch hides information about USB bus reset to let
driver enumerate fast enough to avoid making host angry. This fixes
endless enumeration and usb reset loop observed with some Linux hosts.

Acked-by: Paul Zimmerman <paulz@synopsys.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Reviewed-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc2/gadget.c