linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] USB: Gadget SuperSpeed fixes and a cleanup
@ 2020-11-27 14:05 Greg Kroah-Hartman
  2020-11-27 14:05 ` [PATCH v2 1/5] USB: gadget: f_rndis: fix bitrate for SuperSpeed and above Greg Kroah-Hartman
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Greg Kroah-Hartman @ 2020-11-27 14:05 UTC (permalink / raw)
  To: balbi; +Cc: peter.chen, willmcvicker, linux-usb, linux-kernel,
	Greg Kroah-Hartman

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(-)

-- 
2.29.2


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

end of thread, other threads:[~2020-12-10 15:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-27 14:05 [PATCH v2 0/5] USB: Gadget SuperSpeed fixes and a cleanup Greg Kroah-Hartman
2020-11-27 14:05 ` [PATCH v2 1/5] USB: gadget: f_rndis: fix bitrate for SuperSpeed and above Greg Kroah-Hartman
2020-11-30  6:24   ` Peter Chen
2020-11-30 18:33     ` William Mcvicker
2020-12-01  8:48   ` Peter Chen
2020-11-27 14:05 ` [PATCH v2 2/5] USB: gadget: f_acm: add support for SuperSpeed Plus Greg Kroah-Hartman
2020-11-27 14:05 ` [PATCH v2 3/5] USB: gadget: f_midi: setup SuperSpeed Plus descriptors Greg Kroah-Hartman
2020-11-27 14:05 ` [PATCH v2 4/5] USB: gadget: f_fs: add SuperSpeed Plus support Greg Kroah-Hartman
2020-11-30  9:13   ` Jack Pham
     [not found]     ` <20201201023149.GA11393@b29397-desktop>
2020-12-10 15:12       ` Greg Kroah-Hartman
2020-11-27 14:05 ` [PATCH v2 5/5] USB: gadget: f_fs: remove likely/unlikely Greg Kroah-Hartman
2020-11-30  6:09   ` Peter Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).