Created attachment 126171 [details] v3.11 dmesg showing problem On Intel Baytrail, with the BIOS "EHCI only" option selected, the BIOS leaves PCI_COMMAND_INTX_DISABLE set for the EHCI device. The driver does nothing with that bit, so it never receives any interrupts. This results in errors like these: usb 1-1: new high-speed USB device number 2 using ehci-pci usb 1-1: device not accepting address 2, error -110 usb 1-1: new high-speed USB device number 3 using ehci-pci usb 1-1: device not accepting address 3, error -110 ...
Created attachment 126181 [details] Enable INTx in PCI core
Created attachment 126191 [details] v3.11 dmesg with patch (problem fixed)
Created attachment 126201 [details] lspci -vv output (with patch)
Resolved by http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=1e2571a78138361f74afeb4c5df859b9536b2d8e http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=3cdeb713dc66057b50682048c151eae07b186c42