From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bn1on0142.outbound.protection.outlook.com ([157.56.110.142]:56416 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751155AbaJ1PQR (ORCPT ); Tue, 28 Oct 2014 11:16:17 -0400 Date: Tue, 28 Oct 2014 23:17:16 +0800 From: Huang Rui To: Felipe Balbi CC: Alan Stern , Bjorn Helgaas , Greg Kroah-Hartman , "Paul Zimmerman" , Heikki Krogerus , Jason Chang , "Vincent Wan" , Tony Li , , , Subject: Re: [PATCH v3 00/19] usb: dwc3: add support for AMD Nolan SoC Message-ID: <20141028151715.GB4519@hr-slim.amd.com> References: <1414497280-3126-1-git-send-email-ray.huang@amd.com> <20141028144156.GC8123@saruman> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" In-Reply-To: <20141028144156.GC8123@saruman> Sender: linux-pci-owner@vger.kernel.org List-ID: On Tue, Oct 28, 2014 at 09:41:56AM -0500, Felipe Balbi wrote: > Hi, > > On Tue, Oct 28, 2014 at 07:54:21PM +0800, Huang Rui wrote: > > Hi, > > > > The series of patches add AMD Nolan (NL) SoC support for DesignWare USB3 > > OTG IP with PCI bus glue layer. This controller supported hibernation, LPM > > erratum and used the 2.80a IP version and amd own phy. Current > > implementation support both simulation and SoC platform. And already tested > > with gadget zero and msc tool. It works well on file storage gadget. > > > > > > These patches are generated on balbi/testing/next > > > > Changes from v2 -> v3 > > - Confirmed these quirks will be needed in product level > > - Move AMD configuration patch to the last one with all quirk flags > > - Make all quirks as 1-bit field instead of single-bits on a 32-bit > > variable > > - Add all quirks DeviceTree counterparts > > - Make LPM erratum configurable > > - Add PCI ID into pci_ids.h because it will be used both on PCI and DWC3 > > device driver. > > > > Changes from v1 -> v2 > > - Remove dual role function temporarily > > - Add pci quirk to avoid to bind with xhci driver > > - Distinguish between simulation board and soc > > - Break down all the special quirks > > In all patches touching DeviceTree, you should add the matching binding > documentation under Documentation/devicetree/bindings/usb/dwc3.txt > OK, will add this documentation. > There are still a few cases where you're clipping words too harshly, for > example tx_deemph doesn't look very intuitive, if you spell it out as > tx_deemphasis, it's easier to read. Remember that humans will be the > ones fiddling with those quirks. > > A few of your patches I have fixed myself and they now sit on > testing/next, please rebase your remaining changes there and make sure > to add DeviceTree documentation. > > When resending, please resend the entire series (even the ones I have > already taken) because you also didn't Cc devicetree mailing list. > Got it, could I also Cc stable mailing list and make them back port to stable trees? Thanks, Rui