[PATCH v2 0/5] usb: dwc2: gadget: Fix TX FIFO handling

From: Robert Baldyga
Date: Wed Feb 03 2016 - 06:37:17 EST


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

Changelog:

v2:
- Addressed comments from Sergei Shtylyov

v1: https://lkml.org/lkml/2015/12/28/208

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