From: George Cherian Date: Wed, 16 Jul 2014 12:52:10 +0000 (+0530) Subject: usb: musb: core: Convert babble recover work to delayed work X-Git-Tag: omap-for-v3.17/fixes-against-rc2~164^2~18^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=675ae7631150a54eac81806ccb1bf16aba2bead8;p=pandora-kernel.git usb: musb: core: Convert babble recover work to delayed work During babble condition both first disconnect of devices are initiated. Make sure MUSB controller is reset and re-initialized after all disconnects. To acheive this schedule a delayed work for babble recovery. While at that convert udelay to usleep_range. Refer Documentation/timers/timers-howto.txt Signed-off-by: George Cherian Tested-by: Bin Liu Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed