All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] usb: dwc3: gadget: fix scatter gather support
@ 2021-04-21 20:48 Michael Grzeschik
  2021-04-21 20:48 ` [PATCH 1/2] dwc3: gadget: fix setting of pending_sgs Michael Grzeschik
  2021-04-21 20:48 ` [PATCH 2/2] dwc3: gadget: fix tracking of used sgs in request Michael Grzeschik
  0 siblings, 2 replies; 22+ messages in thread
From: Michael Grzeschik @ 2021-04-21 20:48 UTC (permalink / raw)
  To: linux-usb; +Cc: balbi, Thinh.Nguyen, kernel

This patches fix the usage of scatter gather with the dwc3 gadget
driver. The driver is currently not using the variables pending_sgs
and queued_sgs as intended. This series fixes that.

Michael Grzeschik (2):
  dwc3: gadget: fix setting of pending_sgs
  dwc3: gadget: fix tracking of used sgs in request

 drivers/usb/dwc3/gadget.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

-- 
2.29.2


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2021-04-29 18:15 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-21 20:48 [PATCH 0/2] usb: dwc3: gadget: fix scatter gather support Michael Grzeschik
2021-04-21 20:48 ` [PATCH 1/2] dwc3: gadget: fix setting of pending_sgs Michael Grzeschik
2021-04-22 10:51   ` Felipe Balbi
2021-04-22 21:28   ` Thinh Nguyen
2021-04-21 20:48 ` [PATCH 2/2] dwc3: gadget: fix tracking of used sgs in request Michael Grzeschik
2021-04-22 10:56   ` Felipe Balbi
2021-04-22 20:18     ` Michael Grzeschik
2021-04-22 21:28       ` Thinh Nguyen
2021-04-23  6:17       ` Felipe Balbi
     [not found]         ` <20210423102738.GD6975@pengutronix.de>
2021-04-23 11:15           ` Felipe Balbi
2021-04-23 13:18             ` Michael Grzeschik
2021-04-24  8:16               ` Felipe Balbi
2021-04-24  9:12                 ` Michael Grzeschik
2021-04-24 13:43                   ` Felipe Balbi
2021-04-24 19:41                     ` Thinh Nguyen
2021-04-27  3:18                       ` Thinh Nguyen
2021-04-27 20:12                         ` Michael Grzeschik
2021-04-28  1:45                           ` Thinh Nguyen
2021-04-28  7:37                             ` Michael Grzeschik
2021-04-28 23:25                               ` Thinh Nguyen
2021-04-29  6:51                                 ` Michael Grzeschik
2021-04-29 18:15                                   ` Thinh Nguyen

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.