]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: fix up EHCI startup synchronization
authorDavid Brownell <david-b@pacbell.net>
Wed, 28 Nov 2007 22:50:03 +0000 (14:50 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 14 Dec 2007 18:31:55 +0000 (10:31 -0800)
commit69a7da07962ffb3f0c3f20e9876b02838e7cf594
treebdd80f7b505e65a38096f13b6cc3f20ed18d95f5
parent97ce253a31e0208733fc8a3c40e09dea7308766c
USB: fix up EHCI startup synchronization

patch 1cb52658b4f5b10a9e91f8e1c21ca2bcc1b9a3ca in mainline.

A recent patch added software synchronization during EHCI startup,
so ports aren't switched away from the companion controllers after
resets have started.  This patch adds a short delay letting hardware
finish that port switching before any new resets begin ... so both
ends of that hardware race window are closed.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Cc: Dave Miller <davem@davemloft.net>
Cc: Dely Sy <dely.l.sy@intel.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ehci-hcd.c