From patchwork Fri Jul 26 05:05:29 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Herrenschmidt X-Patchwork-Id: 11060257 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6A5F31398 for ; Fri, 26 Jul 2019 05:05:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 59E6B28A26 for ; Fri, 26 Jul 2019 05:05:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4D52928A29; Fri, 26 Jul 2019 05:05:53 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 087BC28A26 for ; Fri, 26 Jul 2019 05:05:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725899AbfGZFFw (ORCPT ); Fri, 26 Jul 2019 01:05:52 -0400 Received: from gate.crashing.org ([63.228.1.57]:51636 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725836AbfGZFFw (ORCPT ); Fri, 26 Jul 2019 01:05:52 -0400 Received: from ufdda393ec48b57.ant.amazon.com (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id x6Q55j3O017580; Fri, 26 Jul 2019 00:05:45 -0500 From: Benjamin Herrenschmidt To: Linux USB List Cc: Felipe Balbi , Alan Stern , Greg KH Subject: [PATCH 00/10] usb: gadget: aspeed: Bug fixes Date: Fri, 26 Jul 2019 15:05:29 +1000 Message-Id: <20190726050539.7875-1-benh@kernel.crashing.org> X-Mailer: git-send-email 2.17.1 Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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