public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] usb: dwc2: gadget: Fix TX FIFO handling
@ 2015-12-28 16:25 Robert Baldyga
  2015-12-28 16:25 ` [PATCH 1/5] usb: dwc2: gadget: use ep->fifo_index in context of FIFO registers Robert Baldyga
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Robert Baldyga @ 2015-12-28 16:25 UTC (permalink / raw)
  To: balbi, johnyoun
  Cc: gregkh, linux-usb, linux-kernel, m.szyprowski, b.zolnierkie,
	Robert Baldyga

Hello,

This patch series fixes TX FIFO handling in UDC part of DWC2 driver.
It gets rid of few bugs, improves compliance with DWC2 documentation
and cleanes up driver code. More detailed description is provided in
commit messages.

Best regards,
Robert Baldyga

Robert Baldyga (5):
  usb: dwc2: gadget: use ep->fifo_index in context of FIFO registers
  usb: dwc2: gadget: fix TX FIFO size and address initialization
  usb: dwc2: gadget: change variable name to more meaningful
  usb: dwc2: gadget: remove dead code from dwc2_hsotg_ep_enable()
  usb: dwc2: gadget: free TX FIFO after killing requests

 drivers/usb/dwc2/core.h   |  7 -----
 drivers/usb/dwc2/gadget.c | 79 ++++++++++++-----------------------------------
 2 files changed, 19 insertions(+), 67 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2015-12-29 16:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-28 16:25 [PATCH 0/5] usb: dwc2: gadget: Fix TX FIFO handling Robert Baldyga
2015-12-28 16:25 ` [PATCH 1/5] usb: dwc2: gadget: use ep->fifo_index in context of FIFO registers Robert Baldyga
2015-12-28 16:25 ` [PATCH 2/5] usb: dwc2: gadget: fix TX FIFO size and address initialization Robert Baldyga
2015-12-28 16:25 ` [PATCH 3/5] usb: dwc2: gadget: change variable name to more meaningful Robert Baldyga
2015-12-28 16:25 ` [PATCH 4/5] usb: dwc2: gadget: remove dead code from dwc2_hsotg_ep_enable() Robert Baldyga
2015-12-28 16:25 ` [PATCH 5/5] usb: dwc2: gadget: free TX FIFO after killing requests Robert Baldyga
2015-12-29 16:01   ` Sergei Shtylyov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox