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


Groups > linux.kernel > #1222466 > unrolled thread

[PATCH v3 0/1] USB DWC2 parity fix in isochronous mode

Started byScott Branden <sbranden@broadcom.com>
First post2015-09-11 03:20 +0200
Last post2015-09-11 03:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v3 0/1] USB DWC2 parity fix in isochronous mode Scott Branden <sbranden@broadcom.com> - 2015-09-11 03:20 +0200

#1222466 — [PATCH v3 0/1] USB DWC2 parity fix in isochronous mode

FromScott Branden <sbranden@broadcom.com>
Date2015-09-11 03:20 +0200
Subject[PATCH v3 0/1] USB DWC2 parity fix in isochronous mode
Message-ID<q7lap-2Bn-3@gated-at.bofh.it>
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

--
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/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web