From: Felipe Balbi <balbi@ti.com>
To: Sneeker Yeh <sneeker.yeh@gmail.com>,
Mathias Nyman <mathias.nyman@linux.intel.com>
Cc: Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>, Felipe Balbi <balbi@ti.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Mathias Nyman <mathias.nyman@intel.com>,
Grant Likely <grant.likely@linaro.org>,
Huang Rui <ray.huang@amd.com>,
Kishon Vijay Abraham I <kishon@ti.com>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<linux-usb@vger.kernel.org>, <linux-omap@vger.kernel.org>,
Andy Green <andy.green@linaro.org>,
Jassi Brar <jaswinder.singh@linaro.org>,
Sneeker Yeh <Sneeker.Yeh@tw.fujitsu.com>
Subject: Re: [PATCH v5 0/5] Add support for Fujitsu USB host controller
Date: Tue, 10 Mar 2015 16:30:23 -0500 [thread overview]
Message-ID: <20150310213023.GL25666@saruman.tx.rr.com> (raw)
In-Reply-To: <1424579140-30567-1-git-send-email-Sneeker.Yeh@tw.fujitsu.com>
[-- Attachment #1: Type: text/plain, Size: 3390 bytes --]
On Sun, Feb 22, 2015 at 12:25:35PM +0800, Sneeker Yeh wrote:
> These patches add support for XHCI compliant Host controller found
> on Fujitsu Socs, and are based on http://lwn.net/Articles/629162/
> The first patch is to add Fujitsu glue layer of Synopsis DesignWare USB3 driver
> and last four patch is about quirk implementation of errata in Synopsis
> DesignWare USB3 IP.
>
> Patch 1 introduces a quirk with device disconnection management necessary
> Synopsys Designware USB3 IP with versions < 3.00a and hardware configuration
> DWC_USB3_SUSPEND_ON_DISCONNECT_EN=1. It solves a problem where without the
> quirk, that host controller will die after a usb device is disconnected from
> port of root hub.
>
> Patch 2 is to set Synopsis quirk in xhci platform driver based on xhci platform
> data.
>
> Patch 3 is to add a revison number 2.90a and 3.00a of Synopsis DesignWare USB3
> IP core driver.
>
> Patch 4 introduces using a quirk based on a errata of Synopsis
> DesignWare USB3 IP which is versions < 3.00a and has hardware configuration
> DWC_USB3_SUSPEND_ON_DISCONNECT_EN=1, which cannot be read from software. As a
> result this quirk has to be enabled via platform data or device tree.
>
> Patch 5 introduces Fujitsu Specific Glue layer in Synopsis DesignWare USB3 IP
> driver.
>
> Successfully tested on Fujitsu mb86s7x board.
>
> Changes since v4 (RFC):
> [https://lkml.org/lkml/2015/2/17/13]
> - based on Felipe's comment, rename dwc3-mb86s70.c to dwc3-fujitsu.c which is
> more generic.
> - based on Mathias's comment, remove unhelpful comment, and change the
> function name of xhci_try_to_clear_csc() to xhci_late_csc_clear_quirk()
> which is more appropriate.
>
> Changes since v3 (RFC):
> [https://lkml.org/lkml/2015/1/25/8]
> - based on Mathias's comment, fix bug and using xhci_port_state_to_neutral()
> helper function to mask out some RW1C bits, prevent writing back all the
> bits read from the PORTSC register.
>
> Changes since v2 (RFC):
> [https://lkml.org/lkml/2015/1/19/55]
> - based on Felipe's comment, re-order patches to avoid breaking bisectability,
> - based on Felipe's comment, add comment to structure's member, and sort it
> alphabetically,
> - based on Felipe's comment, add another v2.90 revision number in dwc3 IP.
>
> Changes since v1 (RFC):
> [https://lkml.org/lkml/2014/12/15/929]
> - based on Arnd's comment, remove entire unnecessary Fujitsu EHCI/OHCI glue,
> - based on Felipe's comment, fix mis-using of runtime-pm API and setting dma
> mask, remove unnecessary comment, and refactor suspend/resume handler in
> Fujitsu Specific Glue layer in dwc3,
> - based on Felipe's comment, add more commit log and comments in Synopsis
> quirk implementation, and separate it into four patches.
>
> Sneeker Yeh (5):
> xhci: add a quirk for device disconnection errata for Synopsis
> Designware USB3 core
> xhci: Platform: Set Synopsis device disconnection quirk based on
> platform data
> usb: dwc3: add revision number DWC3_REVISION_290A and
> DWC3_REVISION_300A
> usb: dwc3: Add quirk for Synopsis device disconnection errata
> usb: dwc3: add Fujitsu Specific Glue layer
Mathias, if you want me to take this series I need your Acked-by,
otherwise I can give you mine, just let me know.
--
balbi
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2015-03-10 21:31 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-22 4:25 Sneeker Yeh
2015-02-22 4:25 ` [PATCH v5 1/5] xhci: add a quirk for device disconnection errata for Synopsis Designware USB3 core Sneeker Yeh
2015-02-22 4:25 ` [PATCH v5 2/5] xhci: Platform: Set Synopsis device disconnection quirk based on platform data Sneeker Yeh
2015-02-22 4:25 ` [PATCH v5 3/5] usb: dwc3: add revision number DWC3_REVISION_290A and DWC3_REVISION_300A Sneeker Yeh
2015-02-22 4:25 ` [PATCH v5 4/5] usb: dwc3: Add quirk for Synopsis device disconnection errata Sneeker Yeh
2015-02-22 4:25 ` [PATCH v5 5/5] usb: dwc3: add Fujitsu Specific Glue layer Sneeker Yeh
2015-03-10 21:30 ` Felipe Balbi [this message]
2015-03-18 16:02 ` [PATCH v5 0/5] Add support for Fujitsu USB host controller Sneeker Yeh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150310213023.GL25666@saruman.tx.rr.com \
--to=balbi@ti.com \
--cc=Sneeker.Yeh@tw.fujitsu.com \
--cc=andy.green@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=grant.likely@linaro.org \
--cc=gregkh@linuxfoundation.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=jaswinder.singh@linaro.org \
--cc=kishon@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mathias.nyman@intel.com \
--cc=mathias.nyman@linux.intel.com \
--cc=pawel.moll@arm.com \
--cc=ray.huang@amd.com \
--cc=robh+dt@kernel.org \
--cc=sneeker.yeh@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome