[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201127140559.381351-1-gregkh@linuxfoundation.org>
Date: Fri, 27 Nov 2020 15:05:54 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: balbi@...nel.org
Cc: peter.chen@....com, willmcvicker@...gle.com,
linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: [PATCH v2 0/5] USB: Gadget SuperSpeed fixes and a cleanup
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
Powered by blists - more mailing lists