From: Felipe Balbi <balbi@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org
Subject: [GIT PULL] USB fixes for v5.6-rc1
Date: Thu, 13 Feb 2020 18:09:42 +0200 [thread overview]
Message-ID: <87k14qqxix.fsf@kernel.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 2334 bytes --]
Hi Greg,
not too many fixes this time around. Only 9 commits. Let me know if you
need or want anything to be changed.
cheers
The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:
Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v5.6-rc1
for you to fetch changes up to 42cd5ffe46c1037d5d9a253c72e71a024a7bfbef:
usb: dwc3: debug: fix string position formatting mixup with ret and len (2020-02-11 08:45:45 +0200)
----------------------------------------------------------------
USB: fixes for v5.6-rc1
DWC3 learned that we can't always depend on Event Status bits. A
problem was solved which would only surface with scatter list on IN
endpoints.
DWC2 got a fix for feature requests (both set and clear) and GetStatus
request.
The serial gadget got a fix for a TX stall bug.
Composite framework now works better for SSP devices.
----------------------------------------------------------------
Anurag Kumar Vulisha (1):
usb: dwc3: gadget: Check for IOC/LST bit in TRB->ctrl fields
Colin Ian King (1):
usb: dwc3: debug: fix string position formatting mixup with ret and len
Jack Pham (2):
usb: gadget: composite: Fix bMaxPower for SuperSpeedPlus
usb: gadget: composite: Support more than 500mA MaxPower
John Keeping (1):
usb: gadget: u_audio: Fix high-speed max packet size
Lars-Peter Clausen (1):
usb: gadget: ffs: ffs_aio_cancel(): Save/restore IRQ flags
Minas Harutyunyan (2):
usb: dwc2: Fix in ISOC request length checking
usb: dwc2: Fix SET/CLEAR_FEATURE and GET_STATUS flows
Sergey Organov (1):
usb: gadget: serial: fix Tx stall after buffer overflow
drivers/usb/dwc2/gadget.c | 40 +++++++++++++++++++---------------
drivers/usb/dwc3/debug.h | 39 +++++++++++++--------------------
drivers/usb/dwc3/gadget.c | 3 ++-
drivers/usb/gadget/composite.c | 30 ++++++++++++++++---------
drivers/usb/gadget/function/f_fs.c | 5 +++--
drivers/usb/gadget/function/u_audio.c | 10 ++++-----
drivers/usb/gadget/function/u_serial.c | 4 +++-
7 files changed, 71 insertions(+), 60 deletions(-)
--
balbi
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
next reply other threads:[~2020-02-13 16:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-13 16:09 Felipe Balbi [this message]
2020-02-13 16:35 ` [GIT PULL] USB fixes for v5.6-rc1 Greg Kroah-Hartman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87k14qqxix.fsf@kernel.org \
--to=balbi@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-usb@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.