mbox series

[v2,0/5] USB: Gadget SuperSpeed fixes and a cleanup

Message ID 20201127140559.381351-1-gregkh@linuxfoundation.org (mailing list archive)
Headers show
Series USB: Gadget SuperSpeed fixes and a cleanup | expand

Message

Greg KH Nov. 27, 2020, 2:05 p.m. UTC
Some small USB gadget fixes, and one cleanup patch at the end.

The first 4 of these come from the Android kernel tree, where they fix
the gadget drivers to work properly as a SuperSpeed device, odd that no
one else has hit this before.

The last one is a cleanup patch removing the abuse of likely/unlikely
from the f_fs driver.

Changes from v2:
 - added reviewed-by from Peter
 - added additional whitespace to patch 3
 - added 4th patch
 - added this cover letter

Greg Kroah-Hartman (1):
  USB: gadget: f_fs: remove likely/unlikely

Will McVicker (2):
  USB: gadget: f_rndis: fix bitrate for SuperSpeed and above
  USB: gadget: f_midi: setup SuperSpeed Plus descriptors

taehyun.cho (2):
  USB: gadget: f_acm: add support for SuperSpeed Plus
  USB: gadget: f_fs: add SuperSpeed Plus support

 drivers/usb/gadget/function/f_acm.c   |   2 +-
 drivers/usb/gadget/function/f_fs.c    | 182 +++++++++++++-------------
 drivers/usb/gadget/function/f_midi.c  |   6 +
 drivers/usb/gadget/function/f_rndis.c |   4 +-
 4 files changed, 103 insertions(+), 91 deletions(-)