LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Mathias Nyman <mathias.nyman@linux.intel.com>
To: Jim Lin <jilin@nvidia.com>,
	gregkh@linuxfoundation.org, mathias.nyman@intel.com,
	stern@rowland.harvard.edu, kai.heng.feng@canonical.com,
	drinkcat@chromium.org, Thinh.Nguyen@synopsys.com,
	nsaenzjulienne@suse.de, jflat@chromium.org, malat@debian.org
Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v11 2/2] usb: xhci: Add Clear_TT_Buffer
Date: Mon, 3 Jun 2019 15:35:09 +0300	[thread overview]
Message-ID: <10d35c94-5938-aa47-0f12-7ce1143caa41@linux.intel.com> (raw)
In-Reply-To: <1559559224-9845-3-git-send-email-jilin@nvidia.com>

On 3.6.2019 13.53, Jim Lin wrote:
> USB 2.0 specification chapter 11.17.5 says "as part of endpoint halt
> processing for full-/low-speed endpoints connected via a TT, the host
> software must use the Clear_TT_Buffer request to the TT to ensure
> that the buffer is not in the busy state".
> 
> In our case, a full-speed speaker (ConferenceCam) is behind a high-
> speed hub (ConferenceCam Connect), sometimes once we get STALL on a
> request we may continue to get STALL with the folllowing requests,
> like Set_Interface.
> 
> Here we invoke usb_hub_clear_tt_buffer() to send Clear_TT_Buffer
> request to the hub of the device for the following Set_Interface
> requests to the device to get ACK successfully.
> 
> Signed-off-by: Jim Lin <jilin@nvidia.com>
> ---
> v2: xhci_clear_tt_buffer_complete: add static, shorter indentation
>      , remove its claiming in xhci.h
> v3: Add description for clearing_tt (xhci.h)
> v4: Remove clearing_tt flag because hub_tt_work has hub->tt.lock
>      to protect for Clear_TT_Buffer to be run serially.
>      Remove xhci_clear_tt_buffer_complete as it's not necessary.
>      Same reason as the above.
>      Extend usb_hub_clear_tt_buffer parameter
> v5: Not extending usb_hub_clear_tt_buffer parameter
>      Add description.
> v6: Remove unused parameter slot_id from xhci_clear_hub_tt_buffer
> v7: Add devaddr field in "struct usb_device"
> v8: split as two patches
> v9: no change flag
> v10: Add EP_CLEARING_TT flag
> v11: Add spin_lock/unlock in xhci_clear_tt_buffer_complete
> 
> 
>   drivers/usb/host/xhci-ring.c | 27 ++++++++++++++++++++++++++-
>   drivers/usb/host/xhci.c      | 21 +++++++++++++++++++++
>   drivers/usb/host/xhci.h      |  5 +++++
>   3 files changed, 52 insertions(+), 1 deletion(-)
> 

xhci parts look good to me,

In case Greg wants to pick up both the core changes (1/2) and
the xhci changes (2/2) at the same time:

Acked-by: Mathias Nyman <mathias.nyman@linux.intel.com>



  reply	other threads:[~2019-06-03 12:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-03 10:53 [PATCH v11 0/2] " Jim Lin
2019-06-03 10:53 ` [PATCH v11 1/2] usb: Add devaddr in struct usb_device Jim Lin
2019-06-05  9:48   ` Jim Lin
2019-06-03 10:53 ` [PATCH v11 2/2] usb: xhci: Add Clear_TT_Buffer Jim Lin
2019-06-03 12:35   ` Mathias Nyman [this message]
2019-06-03 12:23 ` [PATCH v11 0/2] " Greg KH
2019-06-04  8:53   ` Jim Lin
2019-06-04  8:59     ` Greg KH
2019-06-04 14:22     ` Alan Stern
  -- strict thread matches above, loose matches on Subject: below --
2019-05-29 14:55 Jim Lin
2019-05-29 14:55 ` [PATCH v11 2/2] " Jim Lin

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=10d35c94-5938-aa47-0f12-7ce1143caa41@linux.intel.com \
    --to=mathias.nyman@linux.intel.com \
    --cc=Thinh.Nguyen@synopsys.com \
    --cc=drinkcat@chromium.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jflat@chromium.org \
    --cc=jilin@nvidia.com \
    --cc=kai.heng.feng@canonical.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=malat@debian.org \
    --cc=mathias.nyman@intel.com \
    --cc=nsaenzjulienne@suse.de \
    --cc=stern@rowland.harvard.edu \
    --subject='Re: [PATCH v11 2/2] usb: xhci: Add Clear_TT_Buffer' \
    /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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).