All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Chunfeng Yun <chunfeng.yun@mediatek.com>,
	Mathias Nyman <mathias.nyman@intel.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Felipe Balbi <felipe.balbi@linux.intel.com>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Alan Stern <stern@rowland.harvard.edu>,
	linux-usb@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org
Subject: Re: [PATCH 1/6] usb: xhci-mtk: resume USB3 roothub first
Date: Wed, 29 Aug 2018 12:13:02 +0300	[thread overview]
Message-ID: <f144173b-6131-21cf-1ead-60d938ac289a@cogentembedded.com> (raw)
In-Reply-To: <3bcc220aa54bfebc39cea54cd736388ad37ee0c5.1535510898.git.chunfeng.yun@mediatek.com>

On 8/29/2018 5:55 AM, Chunfeng Yun wrote:

> Give USB3 devices a better chance to enumerate at USB3 speeds if
> they are connected to a suspended host.
> Porting from "671ffdf xhci: resume USB 3 roothub first"

    From commit 671ffdff5b13 ("xhci: resume USB 3 roothub first").
> Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
[...]

MBR, Sergei


WARNING: multiple messages have this Message-ID (diff)
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Chunfeng Yun <chunfeng.yun@mediatek.com>,
	Mathias Nyman <mathias.nyman@intel.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Felipe Balbi <felipe.balbi@linux.intel.com>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Alan Stern <stern@rowland.harvard.edu>,
	linux-usb@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org
Subject: [1/6] usb: xhci-mtk: resume USB3 roothub first
Date: Wed, 29 Aug 2018 12:13:02 +0300	[thread overview]
Message-ID: <f144173b-6131-21cf-1ead-60d938ac289a@cogentembedded.com> (raw)

On 8/29/2018 5:55 AM, Chunfeng Yun wrote:

> Give USB3 devices a better chance to enumerate at USB3 speeds if
> they are connected to a suspended host.
> Porting from "671ffdf xhci: resume USB 3 roothub first"

    From commit 671ffdff5b13 ("xhci: resume USB 3 roothub first").
> Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
[...]

MBR, Sergei

WARNING: multiple messages have this Message-ID (diff)
From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/6] usb: xhci-mtk: resume USB3 roothub first
Date: Wed, 29 Aug 2018 12:13:02 +0300	[thread overview]
Message-ID: <f144173b-6131-21cf-1ead-60d938ac289a@cogentembedded.com> (raw)
In-Reply-To: <3bcc220aa54bfebc39cea54cd736388ad37ee0c5.1535510898.git.chunfeng.yun@mediatek.com>

On 8/29/2018 5:55 AM, Chunfeng Yun wrote:

> Give USB3 devices a better chance to enumerate at USB3 speeds if
> they are connected to a suspended host.
> Porting from "671ffdf xhci: resume USB 3 roothub first"

    From commit 671ffdff5b13 ("xhci: resume USB 3 roothub first").
> Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
[...]

MBR, Sergei

  parent reply	other threads:[~2018-08-29  9:13 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-29  2:55 [PATCH 1/6] usb: xhci-mtk: resume USB3 roothub first Chunfeng Yun
2018-08-29  2:55 ` Chunfeng Yun
2018-08-29  2:55 ` [1/6] " Chunfeng Yun
2018-08-29  2:55 ` [PATCH 1/6] " Chunfeng Yun
2018-08-29  2:55 ` [PATCH 2/6] usb: xhci-mtk: use maximum ESIT payload of endpiont context Chunfeng Yun
2018-08-29  2:55   ` Chunfeng Yun
2018-08-29  2:55   ` [2/6] " Chunfeng Yun
2018-08-29  2:55   ` [PATCH 2/6] " Chunfeng Yun
2018-08-29  2:55 ` [PATCH 3/6] usb: xhci-mtk: fix ISOC error when interval is zero Chunfeng Yun
2018-08-29  2:55   ` Chunfeng Yun
2018-08-29  2:55   ` [3/6] " Chunfeng Yun
2018-08-29  2:55   ` [PATCH 3/6] " Chunfeng Yun
2018-08-29  2:55 ` [PATCH 4/6] usb: xhci-mtk: improve bandwidth scheduling Chunfeng Yun
2018-08-29  2:55   ` Chunfeng Yun
2018-08-29  2:55   ` [4/6] " Chunfeng Yun
2018-08-29  2:55   ` [PATCH 4/6] " Chunfeng Yun
2018-08-29  2:55 ` [PATCH 5/6] usb: xhci-mtk: supports bandwidth scheduling with multi-TT Chunfeng Yun
2018-08-29  2:55   ` Chunfeng Yun
2018-08-29  2:55   ` [5/6] " Chunfeng Yun
2018-08-29  2:55   ` [PATCH 5/6] " Chunfeng Yun
2018-08-29  2:55 ` [PATCH 6/6] usb: xhci-mtk: supports SSP without external USB3 gen2 hub Chunfeng Yun
2018-08-29  2:55   ` Chunfeng Yun
2018-08-29  2:55   ` [6/6] " Chunfeng Yun
2018-08-29  2:55   ` [PATCH 6/6] " Chunfeng Yun
2018-08-29  9:13 ` Sergei Shtylyov [this message]
2018-08-29  9:13   ` [PATCH 1/6] usb: xhci-mtk: resume USB3 roothub first Sergei Shtylyov
2018-08-29  9:13   ` [1/6] " Sergei Shtylyov
2018-08-30  1:09   ` [PATCH 1/6] " Chunfeng Yun
2018-08-30  1:09     ` Chunfeng Yun
2018-08-30  1:09     ` [1/6] " Chunfeng Yun
2018-08-30  1:09     ` [PATCH 1/6] " Chunfeng Yun
2018-09-04 14:44     ` Mathias Nyman
2018-09-04 14:44       ` Mathias Nyman
2018-09-04 14:44       ` [1/6] " Mathias Nyman

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=f144173b-6131-21cf-1ead-60d938ac289a@cogentembedded.com \
    --to=sergei.shtylyov@cogentembedded.com \
    --cc=chunfeng.yun@mediatek.com \
    --cc=devicetree@vger.kernel.org \
    --cc=felipe.balbi@linux.intel.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=mathias.nyman@intel.com \
    --cc=matthias.bgg@gmail.com \
    --cc=stern@rowland.harvard.edu \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.