From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us01smtprelay-2.synopsys.com ([198.182.47.9]:47753 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751281AbbJBBms (ORCPT ); Thu, 1 Oct 2015 21:42:48 -0400 Message-ID: From: John Youn To: , CC: , Date: Thu, 1 Oct 2015 18:14:31 -0700 Subject: [PATCH 0/6] usb: dwc3: Various updates for Synopsys platforms MIME-Version: 1.0 Content-Type: text/plain Sender: stable-owner@vger.kernel.org List-ID: Hi, This series contains several updates to dwc3 to support Synopsys platforms. Patch 1: Initial support for 3.1 IP (applies to all platforms) Patch 2-4: PCI id and platform data for Synopsys platforms Patch 5: Add a quirk to program a global register Patch 6: Formatting Thanks, John John Youn (6): usb: dwc3: Support Synopsys USB 3.1 IP usb: dwc3: pci: Add the Synopsys HAPS AXI Product ID usb: dwc3: pci: Add the PCI Product ID for Synopsys USB 3.1 usb: dwc3: pci: Add platform data for Synopsys HAPS usb: dwc3: Add dis_enblslpm_quirk usb: dwc3: pci: trivial: Formatting Documentation/devicetree/bindings/usb/dwc3.txt | 2 + drivers/usb/dwc3/core.c | 15 ++++++- drivers/usb/dwc3/core.h | 60 +++++++++++++++++--------- drivers/usb/dwc3/dwc3-pci.c | 38 +++++++++++++--- drivers/usb/dwc3/platform_data.h | 1 + 5 files changed, 88 insertions(+), 28 deletions(-) -- 2.5.0.GIT