public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V2] ush: ehci: initialize altnext pointers in QH
Date: Sat, 8 Feb 2014 15:01:11 +0100	[thread overview]
Message-ID: <201402081501.11120.marex@denx.de> (raw)
In-Reply-To: <1391792030-8457-1-git-send-email-swarren@wwwdotorg.org>

On Friday, February 07, 2014 at 05:53:50 PM, Stephen Warren wrote:
> From: Stephen Warren <swarren@nvidia.com>
> 
> Section 4.10.2 "Advance Queue" of ehci-specification-for-usb.pdf
> specifies how an EHCI controller loads a new QTD for processing if the
> QH is not already marked as active. It states:
> 
> =====
> If the field Bytes to Transfer is not zero and the T-bit in the Alternate
> Next qTD Pointer is set to zero, then the host controller uses the
> Alternate Next qTD Pointer. Otherwise, the host controller uses the Next
> qTD Pointer. If Next qTD Pointer?s T-bit is set to a one, then the host
> controller exits this state and uses the horizontal pointer to the next
> schedule data structure.
> =====
> 
> Hence, we must ensure that the alternate next QTD pointer's T-bit
> (TERMINATE) is set, so the EHCI controller knows to use the next QTD
> pointer.
> 
> Signed-off-by: Stephen Warren <swarren@nvidia.com>

Applied, thanks.

Best regards,
Marek Vasut

      reply	other threads:[~2014-02-08 14:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-07 16:53 [U-Boot] [PATCH V2] ush: ehci: initialize altnext pointers in QH Stephen Warren
2014-02-08 14:01 ` Marek Vasut [this message]

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=201402081501.11120.marex@denx.de \
    --to=marex@denx.de \
    --cc=u-boot@lists.denx.de \
    /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