From patchwork Wed Nov 14 11:33:10 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Balbi X-Patchwork-Id: 10683643 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 D307813B5 for ; Thu, 15 Nov 2018 07:43:11 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C24FC2C339 for ; Thu, 15 Nov 2018 07:43:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B6C2A2C3B2; Thu, 15 Nov 2018 07:43:11 +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=-6.9 required=2.0 tests=BAYES_00,DATE_IN_PAST_12_24, 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 35F952C39D for ; Thu, 15 Nov 2018 07:43:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728546AbeKORtv (ORCPT ); Thu, 15 Nov 2018 12:49:51 -0500 Received: from mga12.intel.com ([192.55.52.136]:18891 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727067AbeKORtv (ORCPT ); Thu, 15 Nov 2018 12:49:51 -0500 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Nov 2018 23:43:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,235,1539673200"; d="asc'?scan'208";a="104557949" Received: from pipin.fi.intel.com (HELO localhost) ([10.237.72.97]) by fmsmga002.fm.intel.com with ESMTP; 14 Nov 2018 23:43:09 -0800 From: Felipe Balbi To: Greg Kroah-Hartman Subject: [GIT PULL] usb fixes for v4.20-rc2 Date: Wed, 14 Nov 2018 13:33:10 +0200 Message-ID: <87zhubj3m1.fsf@linux.intel.com> MIME-Version: 1.0 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 Hi Greg, here's the first set of fixes for v4.20-rc cycle. Nothing really major, actually. Let me now if you want anything to be changed Cheers The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a: Linux 4.20-rc1 (2018-11-04 15:37:52 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git fixes-for-v4.20-rc2 for you to fetch changes up to 2fc6d4be35fb1e262f209758e25bfe2b7a113a7f: usb: dwc3: gadget: fix ISOC TRB type on unaligned transfers (2018-11-14 12:43:52 +0200) ---------------------------------------------------------------- For now only 5 small fixes. Most importantly, we have a fix for the TRB type used on unaligned transfers on dwc3. Also a fix for a NULL pointer dereference in dwc3_pci_remove(). Note that a recent commit on ffs was reverted because it causes a regression elsewere. ---------------------------------------------------------------- Andy Shevchenko (1): usb: dwc3: core: Clean up ULPI device Dan Carpenter (1): usb: dwc2: pci: Fix an error code in probe Felipe Balbi (1): usb: dwc3: gadget: fix ISOC TRB type on unaligned transfers Kuppuswamy Sathyanarayanan (1): usb: dwc3: Fix NULL pointer exception in dwc3_pci_remove() Shen Jing (1): Revert "usb: gadget: ffs: Fix BUG when userland exits with submitted AIO transfers" Thinh Nguyen (1): usb: dwc3: gadget: Properly check last unaligned/zero chain TRB drivers/usb/dwc2/pci.c | 1 + drivers/usb/dwc3/core.c | 1 + drivers/usb/dwc3/dwc3-pci.c | 4 +++- drivers/usb/dwc3/gadget.c | 8 ++++---- drivers/usb/gadget/function/f_fs.c | 26 ++++++++------------------ 5 files changed, 17 insertions(+), 23 deletions(-)