From patchwork Tue Oct 30 12:26:39 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Artur Petrosyan X-Patchwork-Id: 10660847 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 CCAC914BD for ; Tue, 30 Oct 2018 12:26:52 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AC2F7286A2 for ; Tue, 30 Oct 2018 12:26:52 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9D26E2A295; Tue, 30 Oct 2018 12:26:52 +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=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 274E1286A2 for ; Tue, 30 Oct 2018 12:26:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726701AbeJ3VUA (ORCPT ); Tue, 30 Oct 2018 17:20:00 -0400 Received: from us01smtprelay-2.synopsys.com ([198.182.47.9]:54244 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726219AbeJ3VUA (ORCPT ); Tue, 30 Oct 2018 17:20:00 -0400 Received: from mailhost.synopsys.com (mailhost2.synopsys.com [10.13.184.66]) by smtprelay.synopsys.com (Postfix) with ESMTP id 5644724E121E; Tue, 30 Oct 2018 05:26:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synopsys.com; s=mail; t=1540902405; bh=2f2F4xfUgVIlXW0txIpIqAzRNzi2V86wwQ24J5aLSMg=; h=Date:From:Subject:To:CC:From; b=I+97gyxrMkcFd+TtF1G3OnHH/w9H94dW+VskcE2D4CYBIkrV37Rz1eDjg1Qp8Q0uJ UuP4JngB/mBt2pjwIe94v4hsksdXXtQcDS079cQ6HMIQnlSE0xuMvPqCsI2mLp0L8p FOgWuRd6+g1A+1ZbJte1m/m1ih29C06DG2BY/WWfAGdy6lnHYQmCoiHdTGJdHmaMLz llpzrToYZ3t72bC21lhU4tLA1DCHql1yICGs2/b2dUNDeOf+BpPNlkqXyOcPhT77Hd YFanxRsffJ8/JhpVNbEQ3S4Tt2gUM/wAw6ZbfedTR13+jVY41dsHfA7DlbvVZs1azk Q2NsZ0RKSfJQA== Received: from us01wehtc1.internal.synopsys.com (us01wehtc1-vip.internal.synopsys.com [10.12.239.236]) by mailhost.synopsys.com (Postfix) with ESMTP id 433203662; Tue, 30 Oct 2018 05:26:45 -0700 (PDT) Received: from US01WEHTC2.internal.synopsys.com (10.12.239.238) by us01wehtc1.internal.synopsys.com (10.12.239.231) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 30 Oct 2018 05:26:45 -0700 Received: from arturp-ubuntu (10.13.184.20) by US01WEHTC2.internal.synopsys.com (10.12.239.238) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 30 Oct 2018 05:26:43 -0700 Received: by arturp-ubuntu (sSMTP sendmail emulation); Tue, 30 Oct 2018 08:26:39 -0400 Date: Tue, 30 Oct 2018 08:26:39 -0400 Message-ID: From: Artur Petrosyan Subject: [PATCH 0/2] usb: dwc2: gadget: Fix Service Interval support. To: Felipe Balbi , Greg Kroah-Hartman , Minas Harutyunyan , CC: John Youn , Artur Petrosyan MIME-Version: 1.0 X-Originating-IP: [10.13.184.20] 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 1. This patch set fixes WkupAlert interrupt handler. 2. Adds support to accept LPM token when TxFIFO is not empty. NOTE: Request to add this patch set on "tag: usb-for-v4.20" Artur Petrosyan (2): usb: dwc2: gadget: Fix WkupAlert interrupt handler. usb: dwc2: gadget: Accept LPM token when TxFIFO is not empty drivers/usb/dwc2/gadget.c | 3 ++- drivers/usb/dwc2/hw.h | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-)