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: 994614 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=synopsys.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=synopsys.com header.i=@synopsys.com header.b="L/1yhxav"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 42r6FH10y1z9sBk for ; Thu, 8 Nov 2018 13:10:27 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728573AbeKHLnd (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: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 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(-)