Closed htot closed 3 years ago
Similar to extcon, i.e. add a blank line, before your SoB, followed by Fixes tag:
Fixes: 066c09593454 ("usb: dwc3: pci: Enable extcon driver for Intel Merrifield")
I think this is for the "usb: dwc3: pci: Enable usb2-gadget-lpm-disable for Intel Merrifield" patch? (GH broke the View changes button, after I rebased. Grr). I don't know which patch to reference here. It's not caused by "usb: dwc3: pci: Enable extcon driver for Intel Merrifield". LPM in dwc3 causes the problem, but I don't know if that can be traced to a specific commit.
Sent to ml, thanks for reviewing.
I rebased eds-acpi on 5.12-rc8 as you always do, added 3 patches from usb-next + 3 of mine dwc3 fixes. And just tested this on edison. Works nicely.
As I wrote here https://github.com/andy-shev/linux/issues/31#issuecomment-825927788 to prevent port resets we disable LPM entirely, which makes some of the patches (BESL, START_TRANSFER) redundant. I added them in case someone wants to enable LPM again, and resolve the port resets in another way.
As Thinh Nguyen wrote on ML:
We may need to trace the host (PC) end to see why it times out. But for me, it's good enough without LPM as is.
If you would have a look a my commit messages I would be grateful!