Bug 48331
Summary: | fl1000 USB3 xhci controller invisible | ||
---|---|---|---|
Product: | Drivers | Reporter: | Jan-Simon Möller (dl9pf) |
Component: | USB | Assignee: | Greg Kroah-Hartman (greg) |
Status: | RESOLVED OBSOLETE | ||
Severity: | high | CC: | alan, rjw, sarah |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.6 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: |
kernel config used for lates/running kernel build
bzgrep xhci /var/log/messages*.bz2 dmesg from running system (kernel 3.6) lspci -vv |
Description
Jan-Simon Möller
2012-10-04 11:41:06 UTC
Created attachment 82061 [details]
kernel config used for lates/running kernel build
Created attachment 82071 [details]
bzgrep xhci /var/log/messages*.bz2
Created attachment 82081 [details]
dmesg from running system (kernel 3.6)
Created attachment 82091 [details]
lspci -vv
Comment on attachment 82071 [details]
bzgrep xhci /var/log/messages*.bz2
fixed mime
Comment on attachment 82081 [details]
dmesg from running system (kernel 3.6)
fixed mime
On Thu, Oct 04, 2012 at 11:41:07AM +0000, bugzilla-daemon@bugzilla.kernel.org wrote: > > Summary: fl1000 USB3 xhci controller invisible Please post this to the linux-usb@vger.kernel.org mailing list. Oct 1 08:47:30 aragorn kernel: [18736.104027] xhci_hcd 0000:04:00.0: Refused to change power state, currently in D3 Looks like it may actually be PM related Yes, it may be PM-related. I wonder if reverting commit db288c9c5f9db45610dab3940377625132b4af41 Author: Rafael J. Wysocki <rjw@sisk.pl> Date: Thu Jul 5 15:20:00 2012 -0600 PCI / PM: restore the original behavior of pci_set_power_state() helps? And if that doesn't help, please check if reverting the following commits helps: 3d8387e PCI/PM: Fix config reg access for D3cold and bridge suspending ea8c88f PCI/PM: Keep parent bridge active when probing device 4f9c139 PCI/PM: Enable D3/D3cold by default for most devices 448bd85 PCI/PM: add PCIe runtime D3cold support (In reply to comment #9) > Yes, it may be PM-related. > > I wonder if reverting > > commit db288c9c5f9db45610dab3940377625132b4af41 > Author: Rafael J. Wysocki <rjw@sisk.pl> > Date: Thu Jul 5 15:20:00 2012 -0600 > > PCI / PM: restore the original behavior of pci_set_power_state() > > helps? Hi all! Back from travel here is my report: * Good news is that the controller now enumerates when booted with 2.6.37 * I built 3.6 with db288c9c reverted So far the controller enumerates and is usable before/after a s2ram cycle. Testing more. |