Hi Greg, here's a pull request for some fixes that I collected from linux-usb mailing list.
Let me know if you want anything to be changed.
Cheers
The following changes since commit d45331b00ddb179e291766617259261c112db872:
Linux 5.3-rc4 (2019-08-11 13:26:41 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
tags/fixes-for-v5.3-rc4
for you to fetch changes up to 4a56a478a525d6427be90753451c40e1327caa1a:
usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_alt
(2019-08-12 08:55:24 +0300)
----------------------------------------------------------------
USB: fixes for v5.3-rc4
Just a three fixes this time around.
A race condition on mass storage gadget between disable() and
set_alt()
Clear a flag that was left set upon reset or disconnect
A fix for renesas_usb3 UDC's sysfs interface
----------------------------------------------------------------
Benjamin Herrenschmidt (2):
usb: gadget: composite: Clear "suspended" on reset/disconnect
usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_alt
Yoshihiro Shimoda (1):
usb: gadget: udc: renesas_usb3: Fix sysfs interface of "role"
drivers/usb/gadget/composite.c | 1 +
drivers/usb/gadget/function/f_mass_storage.c | 28 ++++++++++++++++++----------
drivers/usb/gadget/udc/renesas_usb3.c | 5 +++--
3 files changed, 22 insertions(+), 12 deletions(-)
--
balbi
signature.asc
Description: PGP signature
