All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] usb: dwc2: fix isoc split in transfer issue
@ 2018-05-09 10:10 William Wu
  2018-05-09 10:11   ` [v4,1/2] " William Wu
  2018-05-09 10:11   ` [v4,2/2] " William Wu
  0 siblings, 2 replies; 11+ messages in thread
From: William Wu @ 2018-05-09 10:10 UTC (permalink / raw)
  To: hminas, felipe.balbi, gregkh
  Cc: sergei.shtylyov, heiko, linux-kernel, linux-usb, linux-rockchip,
	frank.wang, huangtao, dianders, daniel.meng, John.Youn,
	william.wu, wzz, zsq, Allen.Hsu, StanTsui, Spruce.Wu,
	Martin.Tsai, Kevin.Shai, Mon-Jer.Wu, Claud.Chang, San.Lin,
	Ren.Kuo, davidhtwang, fonglin, stevencheng, tomchen, donchang,
	milesschofield

This patch fix dma unaligned problem and data lost problem for
isoc split in transfer.

Test on rk3288 platform, use an usb hs Hub (GL852G-12) and an usb
fs audio device (Plantronics headset) to capture and playback.

William Wu (2):
  usb: dwc2: alloc dma aligned buffer for isoc split in
  usb: dwc2: fix isoc split in transfer with no data

 drivers/usb/dwc2/core.h      |  3 ++
 drivers/usb/dwc2/hcd.c       | 87 ++++++++++++++++++++++++++++++++++++++++++--
 drivers/usb/dwc2/hcd.h       |  8 ++++
 drivers/usb/dwc2/hcd_intr.c  | 11 +++++-
 drivers/usb/dwc2/hcd_queue.c |  3 ++
 5 files changed, 106 insertions(+), 6 deletions(-)

-- 
2.0.0



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

end of thread, other threads:[~2018-05-11  9:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-09 10:10 [PATCH v4 0/2] usb: dwc2: fix isoc split in transfer issue William Wu
2018-05-09 10:11 ` [PATCH v4 1/2] usb: dwc2: alloc dma aligned buffer for isoc split in William Wu
2018-05-09 10:11   ` [v4,1/2] " William Wu
2018-05-10 21:01   ` [PATCH v4 1/2] " Doug Anderson
2018-05-10 21:01     ` Doug Anderson
2018-05-10 21:01     ` [v4,1/2] " Doug Anderson
2018-05-11  9:33     ` [PATCH v4 1/2] " wlf
2018-05-11  9:33       ` wlf
2018-05-11  9:33       ` [v4,1/2] " William Wu
2018-05-09 10:11 ` [PATCH v4 2/2] usb: dwc2: fix isoc split in transfer with no data William Wu
2018-05-09 10:11   ` [v4,2/2] " William Wu

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.