Re: [PATCH v4 5/5] usb: dwc3: add Fujitsu Specific Glue layer
From: Sneeker Yeh <hidden>
Date: 2015-02-18 13:55:30
Also in:
linux-omap, lkml
From: Sneeker Yeh <hidden>
Date: 2015-02-18 13:55:30
Also in:
linux-omap, lkml
hi Felipe: thanks for the suggestion, 2015-02-18 3:26 GMT+08:00 Felipe Balbi [off-list ref]:
On Tue, Feb 17, 2015 at 01:41:37PM +0800, Sneeker Yeh wrote:quoted
This patch adds support for Synopsis DesignWare USB3 IP Core found on Fujitsu Socs. Signed-off-by: Sneeker Yeh <redacted> --- .../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.cwhat'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