mbox series

[GIT,PULL] USB fixes for v5.6-rc1

Message ID 87k14qqxix.fsf@kernel.org (mailing list archive)
State Mainlined
Commit 450c52c7847b5aea1eeba85391252c87198a5099
Headers show
Series [GIT,PULL] USB fixes for v5.6-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v5.6-rc1

Message

Felipe Balbi Feb. 13, 2020, 4:09 p.m. UTC
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(-)

Comments

Greg KH Feb. 13, 2020, 4:35 p.m. UTC | #1
On Thu, Feb 13, 2020 at 06:09:42PM +0200, Felipe Balbi wrote:
> 
> 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

Pulled and pushed out, thanks!

greg k-h