[PATCH 0/3] xhci fixes for usb-linus

2016-10-20 Thread Mathias Nyman
Hi Greg A few xhci fixes for usb-linus. Prevent restart at poweroff for Intel Wildcatpoint xhci, and fix resume realated issues Mathias Nyman (3): xhci: add restart quirk for Intel Wildcatpoint PCH xhci: workaround for hosts missing CAS bit xhci: use default USB_RESUME_TIMEOUT when resumin

[PATCH 0/3] xhci fixes for usb-linus

2018-04-20 Thread Mathias Nyman
Hi Greg A few fixes to get xhci on Aramada 7K/8K and Dell Inspiron 5775 to work properly Armada changes are needed for 4.17, but not stable if I understand Gregory CLEMENT correctly: "I've just realized that this series sent 2 months ago was not merged in v4.17. The issue is that now the USB sup

[PATCH 0/3] xhci fixes for usb-linus

2017-12-21 Thread Mathias Nyman
Hi Greg A few more xhci fixes for usb-linus. Mostly fixing S4 resume issues found in the recently added xhci debugfs code (4.15-rc1) -Mathias Alexander Kappner (1): xhci: Fix use-after-free in xhci debugfs Daniel Thompson (1): usb: xhci: Add XHCI_TRUST_TX_LENGTH for Renesas uPD720201 Mathi

[PATCH 0/3] xhci fixes for usb-linus

2018-09-14 Thread Mathias Nyman
Hi Greg A few xhci fixes for usb-linus, two powermanagenet related tunings, and one xhci tegra sparse warning fix. -Mathias Anshuman Gupta (1): xhci: Avoid USB autosuspend when resuming USB2 ports. Mathias Nyman (1): xhci: Add missing CAS workaround for Intel Sunrise Point xHCI Thierry Red

[PATCH 0/3] xhci fixes for usb-linus

2017-03-27 Thread Mathias Nyman
Hi Greg A few more xhci fixes for usb-linus 4.11-rc Most important is the URB dequeue fix that resolves a hang on resume reported by Diego Viola on his DELL Inspiron 5558. Adam Wallis (1): xhci: plat: Register shutdown for xhci_plat Mathias Nyman (2): xhci: Set URB actual length for stopped

[PATCH 0/3] xhci fixes for usb-linus

2019-03-22 Thread Mathias Nyman
Hi Greg A few patches for usb-linus fixing mostly suspend and resume related issues. Solving one regression that prevented second suspend on some MacBooks, and a resume issue seen with devices that quickly enter link power management states after system resume. -Mathias Mathias Nyman (3): xhci

[PATCH 0/3] xhci fixes for usb-linus

2015-10-09 Thread Mathias Nyman
Hi Greg These xhci fixes for usb-linus makes sure xhci can handles a couple corner case transfer situations correctly, both triggered in real life. One was the host asking for a lot of data and device returning very little. Second one about host failing to wake up device in time for a isoc tranfe

[PATCH 0/3] xhci fixes for usb-linus

2015-11-18 Thread Mathias Nyman
Hi Greg These xhci fixes for usb-linus resolve a link power management race preventing USB 2 devices from suspending again. The CFC fix is for the newly added Contiguous Frame ID (CFC) capability, fixing an audio noise issue with Isoch transfers on CFC capable hosts. The last fix is a grace period

[PATCH 0/3] xhci: fixes for usb-linus

2014-08-19 Thread Mathias Nyman
Hi Greg These following xhci fixes for usb-linus apply on top of 3.17-rc1 It includes the first patch of Hans de Goede's xhci UAS fixes. I'll send the rest of his xhci cleanup patches to usb-next. The rework cycle bit patch has a bit more code, primary goal was to fix a issue introduced in comm

[PATCH 0/3] xhci fixes for usb-linus 3.17-rc

2014-09-11 Thread Mathias Nyman
Hi Greg These 3 xhci patches for usb-linus fix null pointer issues discovered lately. All of them are small and simple, and marked for stable as well. -Mathias Al Cooper (1): usb: xhci: Fix OOPS in xhci error handling code Mathias Nyman (2): xhci: Fix null pointer dereference if xhci initi