All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] usb: renesas_usbhs: fixes this driver in gadget mode
@ 2014-08-22 11:13 Yoshihiro Shimoda
  2014-09-10 10:33 ` [PATCH 0/4] usb: renesas_usbhs: fixes this driver in gadget mode (part2) Yoshihiro Shimoda
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Yoshihiro Shimoda @ 2014-08-22 11:13 UTC (permalink / raw)
  To: linux-sh

If we tested this driver as gadget and g_ncm driver using iperf,
some issues below happened:
 - Oops happened.
 - A transaction didn't finish in PIO mode.
 - A transaction didn't finish in DMA mode if the "zero" flag is set.
 - The driver didn't cancel a transaction if dequeue() is called.

This patch series fixes them. If possible, they would like to be
merged to v3.17.
This patch series is based on Greg's usb.git / usb-linus branch.
(commit id: 6835a3a02b1ae222cbfb167a7e2d5e8df5e9854e)

Yoshihiro Shimoda (4):
  usb: renesas_usbhs: fix the behavior of some usbhs_pkt_handle
  usb: renesas_usbhs: protect mod->irq_{bemp,brdy}sts by spin lock
  usb: renesas_usbhs: fix the condition of is_done in
    usbhsf_dma_push_done
  usb: renesas_usbhs: fix the usb_pkt_pop()

 drivers/usb/renesas_usbhs/fifo.c |   72 ++++++++++++++++++++++++++++++++++----
 drivers/usb/renesas_usbhs/mod.c  |    5 +++
 drivers/usb/renesas_usbhs/pipe.c |   13 +++++++
 drivers/usb/renesas_usbhs/pipe.h |    4 +++
 4 files changed, 88 insertions(+), 6 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2014-09-11  0:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-22 11:13 [PATCH 0/4] usb: renesas_usbhs: fixes this driver in gadget mode Yoshihiro Shimoda
2014-09-10 10:33 ` [PATCH 0/4] usb: renesas_usbhs: fixes this driver in gadget mode (part2) Yoshihiro Shimoda
2014-09-10 13:49 ` Felipe Balbi
2014-09-11  0:11 ` Yoshihiro Shimoda

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.