linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] usb: dwc2: gadget: Fix TX FIFO handling
@ 2016-08-29 20:38 John Youn
  2016-08-29 20:38 ` [PATCH 1/6] usb: dwc2: gadget: use ep->fifo_index in context of FIFO registers John Youn
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: John Youn @ 2016-08-29 20:38 UTC (permalink / raw)
  To: John Youn, Felipe Balbi, Greg Kroah-Hartman, linux-usb,
	devicetree, linux-kernel, Rob Herring, Mark Rutland,
	Stefan Wahren
  Cc: Robert Baldyga

Hi,

This is a resend of a patch series originally submitted by Robert
Baldyga back in February.

Somehow I missed it back then. Sorry about that.

It should fix some FIFO programming related issues on RPi and maybe
other platforms.

Also, this series makes the g-tx-fifo-size DT property obsolete. I've
added a patch at the end of the series to document that.

Regards,
John

John Youn (1):
  Documentation: devicetree: dwc2: Deprecate g-tx-fifo-size

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

 Documentation/devicetree/bindings/usb/dwc2.txt |  5 +-
 drivers/usb/dwc2/core.h                        |  7 ---
 drivers/usb/dwc2/gadget.c                      | 79 +++++++-------------------
 3 files changed, 23 insertions(+), 68 deletions(-)

-- 
2.9.0

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

end of thread, other threads:[~2016-09-02 14:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-29 20:38 [PATCH 0/6] usb: dwc2: gadget: Fix TX FIFO handling John Youn
2016-08-29 20:38 ` [PATCH 1/6] usb: dwc2: gadget: use ep->fifo_index in context of FIFO registers John Youn
2016-08-29 20:38 ` [PATCH 2/6] usb: dwc2: gadget: fix TX FIFO size and address initialization John Youn
2016-08-29 20:38 ` [PATCH 3/6] usb: dwc2: gadget: change variable name to more meaningful John Youn
2016-08-29 20:38 ` [PATCH 4/6] usb: dwc2: gadget: remove dead code from dwc2_hsotg_ep_enable() John Youn
2016-08-29 20:39 ` [PATCH 5/6] usb: dwc2: gadget: free TX FIFO after killing requests John Youn
2016-08-29 20:39 ` [PATCH 6/6] Documentation: devicetree: dwc2: Deprecate g-tx-fifo-size John Youn
2016-09-02 14:41   ` Rob Herring

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