All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thinh Nguyen <Thinh.Nguyen@synopsys.com>
To: Felipe Balbi <balbi@kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Thinh.Nguyen@synopsys.com, linux-usb@vger.kernel.org
Cc: John Youn <John.Youn@synopsys.com>
Subject: [PATCH 0/4] usb: dwc3: gadget: More TRB handling cleanup
Date: Wed, 30 Sep 2020 17:44:12 -0700	[thread overview]
Message-ID: <cover.1601511883.git.Thinh.Nguyen@synopsys.com> (raw)

This short series further improves the TRB handling logic and resolves some
more corner cases. The changes are verfied with the USB IF compliance
verification (running Chp.9, MSC, and UASP CV) and our verification
environment.


Thinh Nguyen (4):
  usb: dwc3: gadget: Look ahead when setting IOC
  usb: dwc3: gadget: Revise setting IOC when no TRB left
  usb: dwc3: gadget: Keep TRBs in request order
  usb: dwc3: gadget: Return early if no TRB update

 drivers/usb/dwc3/gadget.c | 93 +++++++++++++++++++++++----------------
 1 file changed, 55 insertions(+), 38 deletions(-)


base-commit: 8e9f3908b995a33443821dc3a977277f69a4adc3
-- 
2.28.0


             reply	other threads:[~2020-10-01  0:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-01  0:44 Thinh Nguyen [this message]
2020-10-01  0:44 ` [PATCH 1/4] usb: dwc3: gadget: Look ahead when setting IOC Thinh Nguyen
2020-10-01  0:44 ` [PATCH 2/4] usb: dwc3: gadget: Revise setting IOC when no TRB left Thinh Nguyen
2020-10-01  0:44 ` [PATCH 3/4] usb: dwc3: gadget: Keep TRBs in request order Thinh Nguyen
2020-10-01  0:44 ` [PATCH 4/4] usb: dwc3: gadget: Return early if no TRB update Thinh Nguyen

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=cover.1601511883.git.Thinh.Nguyen@synopsys.com \
    --to=thinh.nguyen@synopsys.com \
    --cc=John.Youn@synopsys.com \
    --cc=balbi@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-usb@vger.kernel.org \
    /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.