Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752134AbbBRNza (ORCPT ); Wed, 18 Feb 2015 08:55:30 -0500 Received: from mail-qc0-f175.google.com ([209.85.216.175]:33585 "EHLO mail-qc0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751783AbbBRNz2 (ORCPT ); Wed, 18 Feb 2015 08:55:28 -0500 MIME-Version: 1.0 In-Reply-To: <20150217192612.GH31167@saruman.tx.rr.com> References: <1424151697-2084-1-git-send-email-Sneeker.Yeh@tw.fujitsu.com> <1424151697-2084-6-git-send-email-Sneeker.Yeh@tw.fujitsu.com> <20150217192612.GH31167@saruman.tx.rr.com> Date: Wed, 18 Feb 2015 21:55:27 +0800 Message-ID: Subject: Re: [PATCH v4 5/5] usb: dwc3: add Fujitsu Specific Glue layer From: Sneeker Yeh To: Felipe Balbi Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Greg Kroah-Hartman , Mathias Nyman , Grant Likely , Huang Rui , Kishon Vijay Abraham I , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-usb@vger.kernel.org" , "linux-omap@vger.kernel.org" , Andy Green , Jassi Brar , Sneeker Yeh Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1342 Lines: 38 hi Felipe: thanks for the suggestion, 2015-02-18 3:26 GMT+08:00 Felipe Balbi : > On Tue, Feb 17, 2015 at 01:41:37PM +0800, Sneeker Yeh wrote: >> This patch adds support for Synopsis DesignWare USB3 IP Core found >> on Fujitsu Socs. >> >> Signed-off-by: Sneeker Yeh >> --- >> .../devicetree/bindings/usb/fujitsu-dwc3.txt | 33 ++++ >> drivers/usb/dwc3/Kconfig | 11 ++ >> drivers/usb/dwc3/Makefile | 1 + >> drivers/usb/dwc3/dwc3-mb86s70.c | 206 ++++++++++++++++++++ >> 4 files changed, 251 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/usb/fujitsu-dwc3.txt >> create mode 100644 drivers/usb/dwc3/dwc3-mb86s70.c > > what's the possibility that fujitsu will make another SoC with dwc3 in > it ? I wonder if we should use a slightly more generic name here: > > dwc3-fujitsu.c ? We did have several SoC that has dwc3 in it, "dwc3-fujitsu.c" looks fine, and I would like to take this to next patchset. Much appreciate, Sneeker > > -- > balbi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/