From: Thinh Nguyen <Thinh.Nguyen@synopsys.com>
To: Felipe Balbi <balbi@kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Thinh Nguyen <Thinh.Nguyen@synopsys.com>,
linux-usb@vger.kernel.org
Cc: John Youn <John.Youn@synopsys.com>, stable@vger.kernel.org
Subject: [PATCH 00/10] usb: dwc3: gadget: Revise preparation for extra TRBs
Date: Thu, 24 Sep 2020 01:21:11 -0700 [thread overview]
Message-ID: <cover.1600935293.git.Thinh.Nguyen@synopsys.com> (raw)
This series resolves various issues with ZLP handling and refactor handling of
TRBs. This series has too many changes comparing to the "[PATCH v3 0/4] usb:
dwc3: gadget: Fix TRB preparation" series so I created different series
instead.
Thinh Nguyen (10):
usb: dwc3: gadget: Check MPS of the request length
usb: dwc3: gadget: Reclaim extra TRBs after request completion
usb: dwc3: gadget: Refactor preparing extra TRB
usb: dwc3: gadget: Improve TRB ZLP setup
usb: dwc3: ep0: Fix ZLP for OUT ep0 requests
usb: dwc3: gadget: Return the number of prepared TRBs
usb: dwc3: gadget: Check for number of TRBs prepared
usb: dwc3: gadget: Set IOC if not enough for extra TRBs
usb: dwc3: gadget: Refactor preparing last TRBs
usb: dwc3: gadget: Rename misleading function names
drivers/usb/dwc3/ep0.c | 11 +-
drivers/usb/dwc3/gadget.c | 262 +++++++++++++++++---------------------
2 files changed, 124 insertions(+), 149 deletions(-)
base-commit: 2f45af92722ee6e78f12037af1870117bcae00d1
--
2.28.0
next reply other threads:[~2020-09-24 8:21 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-24 8:21 Thinh Nguyen [this message]
2020-09-24 8:21 ` [PATCH 01/10] usb: dwc3: gadget: Check MPS of the request length Thinh Nguyen
2020-09-24 8:21 ` [PATCH 02/10] usb: dwc3: gadget: Reclaim extra TRBs after request completion Thinh Nguyen
2020-09-24 8:21 ` [PATCH 03/10] usb: dwc3: gadget: Refactor preparing extra TRB Thinh Nguyen
2020-09-24 8:21 ` [PATCH 04/10] usb: dwc3: gadget: Improve TRB ZLP setup Thinh Nguyen
2020-09-24 8:21 ` [PATCH 05/10] usb: dwc3: ep0: Fix ZLP for OUT ep0 requests Thinh Nguyen
2020-09-24 8:21 ` [PATCH 06/10] usb: dwc3: gadget: Return the number of prepared TRBs Thinh Nguyen
2020-09-24 8:21 ` [PATCH 07/10] usb: dwc3: gadget: Check for number of TRBs prepared Thinh Nguyen
2020-09-24 8:22 ` [PATCH 08/10] usb: dwc3: gadget: Set IOC if not enough for extra TRBs Thinh Nguyen
2020-09-24 8:22 ` [PATCH 09/10] usb: dwc3: gadget: Refactor preparing last TRBs Thinh Nguyen
2020-09-24 8:22 ` [PATCH 10/10] usb: dwc3: gadget: Rename misleading function names 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.1600935293.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 \
--cc=stable@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.