Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1298702

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

From Robert Baldyga <r.baldyga@samsung.com>
Newsgroups linux.kernel
Subject [PATCH 0/5] usb: dwc2: gadget: Fix TX FIFO handling
Date 2015-12-28 17:30 +0100
Message-ID <qKIQi-4yb-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/5] usb: dwc2: gadget: Fix TX FIFO handling Robert Baldyga <r.baldyga@samsung.com> - 2015-12-28 17:30 +0100
  [PATCH 3/5] usb: dwc2: gadget: change variable name to more meaningful Robert Baldyga <r.baldyga@samsung.com> - 2015-12-28 17:30 +0100
  [PATCH 2/5] usb: dwc2: gadget: fix TX FIFO size and address  initialization Robert Baldyga <r.baldyga@samsung.com> - 2015-12-28 17:30 +0100
  [PATCH 1/5] usb: dwc2: gadget: use ep->fifo_index in context of FIFO  registers Robert Baldyga <r.baldyga@samsung.com> - 2015-12-28 17:30 +0100

csiph-web