From patchwork Thu Nov 8 02:10:23 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thinh Nguyen X-Patchwork-Id: 10673373 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 3D505175A for ; Thu, 8 Nov 2018 02:10:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 24F5D2D62D for ; Thu, 8 Nov 2018 02:10:28 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 192332D63B; Thu, 8 Nov 2018 02:10:28 +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 BBA952D633 for ; Thu, 8 Nov 2018 02:10:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728575AbeKHLnd (ORCPT ); Thu, 8 Nov 2018 06:43:33 -0500 Received: from smtprelay2.synopsys.com ([198.182.60.111]:60126 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728445AbeKHLnd (ORCPT ); Thu, 8 Nov 2018 06:43:33 -0500 Received: from mailhost.synopsys.com (mailhost3.synopsys.com [10.12.238.238]) by smtprelay.synopsys.com (Postfix) with ESMTP id 8659110C0817; Wed, 7 Nov 2018 18:10:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synopsys.com; s=mail; t=1541643025; bh=KmTLrGjKxMdfnALpkfKFow9O8ZXNXnxHBsaYacbQNGU=; h=Date:From:Subject:To:CC:From; b=L/1yhxavmgVhMtkxqwhnuNkw+43Q8PaqoN+C9laVArAh1cXIeiPANWQgGjcuPBL6S 6BzmP2NjghVh//lSJLcUftM7122PDeg/MsVNVDPBanQQt9x8OnY1l4JgNpKFvaAudW /hdtxlYUgjNt0zS6e9uKJuglW3XMODP9uZzpwb7TNUategznfuHQpc+SSxjkmG9OP7 +lrviG49HqZgsn9ounKM5I0dtW/QhlJ9YSYUEI3uzHeazd/L4f+smjkgOZohYBPSNK nC4bGayyEtUdE2k3jzTYnuoOk/C86Q3wJLmcUoWVhk4je6YyzTibaWeFAX/PXzsGyz SPjAd7UrwRb4A== Received: from US01WXQAHTC1.internal.synopsys.com (us01wxqahtc1.internal.synopsys.com [10.12.238.230]) by mailhost.synopsys.com (Postfix) with ESMTP id 4AAB23E6C; Wed, 7 Nov 2018 18:10:25 -0800 (PST) Received: from US01WEHTC1.internal.synopsys.com (10.12.239.236) by US01WXQAHTC1.internal.synopsys.com (10.12.238.230) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 7 Nov 2018 18:10:25 -0800 Received: from te-lab16 (10.13.184.20) by us01wehtc1.internal.synopsys.com (10.12.239.236) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 7 Nov 2018 18:10:23 -0800 Received: by te-lab16 (sSMTP sendmail emulation); Wed, 07 Nov 2018 18:10:23 -0800 Date: Wed, 7 Nov 2018 18:10:23 -0800 Message-ID: From: Thinh Nguyen Subject: [PATCH 0/3] usb: dwc3: Misc USB2 LPM settings To: Felipe Balbi , , , Rob Herring , Mark Rutland CC: John Youn 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 This patch series adds miscellaneous USB2 LPM related settings Thinh Nguyen (3): usb: dwc3: Set GUSB2PHYCFG.ENBLSLPM usb: dwc3: Add a property to disable USB2 LPM usb: dwc3: Support option to disable USB2 LPM Documentation/devicetree/bindings/usb/dwc3.txt | 1 + drivers/usb/dwc3/core.c | 4 ++++ drivers/usb/dwc3/core.h | 2 ++ drivers/usb/dwc3/host.c | 5 ++++- 4 files changed, 11 insertions(+), 1 deletion(-)