linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] usb: dwc2: gadget: Fix dynamic FIFO initialization flow
@ 2017-04-26 19:22 Sevak Arakelyan
  2017-04-26 19:22 ` [PATCH 1/4] usb: dwc2: gadget: Fix in TX " Sevak Arakelyan
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sevak Arakelyan @ 2017-04-26 19:22 UTC (permalink / raw)
  To: John Youn, Felipe Balbi, Greg Kroah-Hartman, linux-usb, linux-kernel
  Cc: Sevak Arakelyan

This series fixes FIFO initialization issue of getting wrong insufficent FIFO memory warning.
Fixes duplicate FIFO initialization issue, replaces FIFO flushing code with function calls.
Separates initialization of periodic and non-periodic FIFOs.

Tested on HAPS platform with DWC_hsotg IP version 3.30a.

Sevak Arakelyan (4):
  usb: dwc2: gadget: Fix in TX FIFO initialization flow.
  usb: dwc2: gadget: Remove duplicated FIFO initialization.
  usb: dwc2: gadget: Replace code with function calls.
  usb: dwc2: gadget: Separate non-periodic and periodic FIFO inits

 drivers/usb/dwc2/gadget.c | 96 +++++++++++++++++++----------------------------
 1 file changed, 38 insertions(+), 58 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-04-26 19:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-26 19:22 [PATCH 0/4] usb: dwc2: gadget: Fix dynamic FIFO initialization flow Sevak Arakelyan
2017-04-26 19:22 ` [PATCH 1/4] usb: dwc2: gadget: Fix in TX " Sevak Arakelyan
2017-04-26 19:22 ` [PATCH 2/4] usb: dwc2: gadget: Remove duplicated FIFO initialization Sevak Arakelyan
2017-04-26 19:23 ` [PATCH 3/4] usb: dwc2: gadget: Replace code with function calls Sevak Arakelyan
2017-04-26 19:23 ` [PATCH 4/4] usb: dwc2: gadget: Separate non-periodic and periodic FIFO inits Sevak Arakelyan

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).