From patchwork Thu Nov 29 10:26:29 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Balbi X-Patchwork-Id: 10704313 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 B7C5513AD for ; Thu, 29 Nov 2018 10:26:37 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A87F928DFB for ; Thu, 29 Nov 2018 10:26:37 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9B2F62DEC3; Thu, 29 Nov 2018 10:26:37 +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 870DF28DFB for ; Thu, 29 Nov 2018 10:26:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727402AbeK2Vb1 (ORCPT ); Thu, 29 Nov 2018 16:31:27 -0500 Received: from mga09.intel.com ([134.134.136.24]:13473 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727160AbeK2Vb0 (ORCPT ); Thu, 29 Nov 2018 16:31:26 -0500 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Nov 2018 02:26:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,294,1539673200"; d="asc'?scan'208";a="278702208" Received: from pipin.fi.intel.com (HELO localhost) ([10.237.72.97]) by orsmga005.jf.intel.com with ESMTP; 29 Nov 2018 02:26:33 -0800 From: Felipe Balbi To: Greg Kroah-Hartman Cc: linux-usb@vger.kernel.org Subject: [GIT PULL] USB fixes for v4.20-rc4 Date: Thu, 29 Nov 2018 12:26:29 +0200 Message-ID: <87k1kwyyay.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 my second pull request for the current -rc cycle. Looks like things are really calm this merge window. Let me know if you want anything to be changed. cheers The following changes since commit 2e6e902d185027f8e3cb8b7305238f7e35d6a436: Linux 4.20-rc4 (2018-11-25 14:19:31 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v4.20-rc4 for you to fetch changes up to c9287fa657b3328b4549c0ab39ea7f197a3d6a50: usb: gadget: u_ether: fix unsafe list iteration (2018-11-28 08:46:26 +0200) ---------------------------------------------------------------- USB: fixes for v4.20-rc4 In this second set of fixes for the current -rc cycle, we have some regressions fixes for the old omap_udc driver done by Aaro Koskinen. We're also reverting an old patch on dwc3 which is, now, known to break USB certification in some cases. We have a fix on u_ether for an unsafe list iteration. ---------------------------------------------------------------- Aaro Koskinen (5): USB: omap_udc: use devm_request_irq() USB: omap_udc: fix crashes on probe error and module removal USB: omap_udc: fix omap_udc_start() on 15xx machines USB: omap_udc: fix USB gadget functionality on Palm Tungsten E USB: omap_udc: fix rejection of out transfers when DMA is used Felipe Balbi (1): Revert "usb: dwc3: gadget: skip Set/Clear Halt when invalid" Marek Szyprowski (1): usb: gadget: u_ether: fix unsafe list iteration drivers/usb/dwc3/gadget.c | 5 -- drivers/usb/gadget/function/u_ether.c | 11 +++-- drivers/usb/gadget/udc/omap_udc.c | 88 ++++++++++++----------------------- 3 files changed, 37 insertions(+), 67 deletions(-)