mbox series

[00/10] usb: gadget: aspeed: Bug fixes

Message ID 20190726050539.7875-1-benh@kernel.crashing.org (mailing list archive)
Headers show
Series usb: gadget: aspeed: Bug fixes | expand

Message

Benjamin Herrenschmidt July 26, 2019, 5:05 a.m. UTC
So I finally got back an Aspeed eval board, and thus resumed maintaining
and handling bug reports for this driver.

This is a series that fixes a number of enumeration related issues with
a variety of hosts, OSes, and circumstances (ie, plugging/unplugging at
funny times, etc...).

I also added dummy support for the TT requests, it doesn't hurt as some
host seem to send them even when TT support isn't advertized.

Most of this is bug fixes and probably shouldn't wait for another
merge window, except possibly the last 3 patches.

v2: - Fix a space vs. tab issue in patch 2 reported by Sergei Shtylyov
    - Put the TT patches at the end of the list as they aren't
     as clear cut "bug fixes".

v3: - Fix extra {} reported by Sergei
    - Re-order patches to put non-strictly fixes at the end so you
      can easily drop them for 5.3 if you wish to do so and defer
      them to 5.4
    - Take out the non-aspeed fixes, I resent them separately