mbox series

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

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

Message

Benjamin Herrenschmidt July 12, 2019, 2:53 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 2 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".

Comments

Benjamin Herrenschmidt July 12, 2019, 2:59 a.m. UTC | #1
On Fri, 2019-07-12 at 12:53 +1000, Benjamin Herrenschmidt wrote:
> 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 2 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".

and

      - Add the f_mass_storage fix that I posted separately and
accidentaly included in this resend... the patches are completely
identical to the previously posted "v2" of those.

Cheers,
Ben.