From: Sarah Sharp Date: Fri, 8 Mar 2013 00:24:45 +0000 (-0800) Subject: USB: Don't use EHCI port sempahore for USB 3.0 hubs. X-Git-Tag: v3.2.41~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=541f862ec5242ceaa9992554ab4e68dbbb316680;p=pandora-kernel.git USB: Don't use EHCI port sempahore for USB 3.0 hubs. commit 0fe51aa5eee51db7c7ecd201d42a977ad79c58b6 upstream. The EHCI host controller needs to prevent EHCI initialization when the UHCI or OHCI companion controller is in the middle of a port reset. It uses ehci_cf_port_reset_rwsem to do this. USB 3.0 hubs can't be under an EHCI host controller, so it makes no sense to down the semaphore for USB 3.0 hubs. It also makes the warm port reset code more complex. Don't down ehci_cf_port_reset_rwsem for USB 3.0 hubs. Signed-off-by: Sarah Sharp Acked-by: Alan Stern Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed