From: Sarah Sharp Date: Tue, 27 Oct 2009 17:56:33 +0000 (-0700) Subject: USB: xhci: Re-purpose xhci_quiesce(). X-Git-Tag: v2.6.33-rc1~315^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f0f0baef017dfd5d62b749716ab980a825e1071;p=pandora-kernel.git USB: xhci: Re-purpose xhci_quiesce(). xhci_quiesce() is basically a no-op right now. It's only called if HC_IS_RUNNING() is true, and the body of the function consists of a BUG_ON if HC_IS_RUNNING() is false. For the new xHCI watchdog timer, we need a new function that clears the xHCI running bit in the command register, but doesn't wait for the halt status to show up in the status register. Re-purpose xhci_quiesce() to do that. Signed-off-by: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed