public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/1] USB DWC2 parity fix in isochronous mode
@ 2015-09-11  1:13 Scott Branden
  2015-09-11  1:13 ` [PATCH v3 1/1] usb: dwc2: gadget: " Scott Branden
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Scott Branden @ 2015-09-11  1:13 UTC (permalink / raw)
  To: John Youn, Greg Kroah-Hartman, linux-usb, Roman Bacik
  Cc: linux-kernel, bcm-kernel-feedback-list, Scott Branden

This patch contains a fix for a real world interop problem found
when using the Synopsis DWC2 USB controller with isochronous audio as
detailed in the commit message.

Changes from v2:
 - created s2c_hsotg_chage_ep_iso_parity function to call function in 3 places in code
 - used hsotg->num_of_eps instead of MAX_EPS_CHANNELS

Changes from v1:
 - Address code review comments as per previous responses:
 - renamed parity_set to has_correct_parity and reorder some logic


Roman Bacik (1):
  usb: dwc2: gadget: parity fix in isochronous mode

 drivers/usb/dwc2/core.h   |  1 +
 drivers/usb/dwc2/gadget.c | 58 ++++++++++++++++++++++++++++++++++++++++++-----
 drivers/usb/dwc2/hw.h     |  1 +
 3 files changed, 54 insertions(+), 6 deletions(-)

-- 
2.5.0


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

end of thread, other threads:[~2015-09-28 15:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-11  1:13 [PATCH v3 0/1] USB DWC2 parity fix in isochronous mode Scott Branden
2015-09-11  1:13 ` [PATCH v3 1/1] usb: dwc2: gadget: " Scott Branden
2015-09-23  7:35 ` [PATCH v3 0/1] USB DWC2 " Scott Branden
2015-09-23  8:11   ` John Youn
2015-09-23  8:18     ` John Youn
2015-09-23 15:39       ` Scott Branden
2015-09-23 18:05         ` John Youn
2015-09-24  4:21 ` John Youn
2015-09-24 17:28   ` Roman Bacik
2015-09-25  3:15     ` John Youn
2015-09-28 15:27       ` Roman Bacik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox