linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] USB driver fixes for 5.7-rc3
@ 2020-04-26 10:49 Greg KH
  2020-04-26 18:25 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2020-04-26 10:49 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, linux-usb

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.7-rc3

for you to fetch changes up to 2df7405f79ce1674d73c2786fe1a8727c905d65b:

  USB: sisusbvga: Change port variable from signed to unsigned (2020-04-23 15:26:17 +0200)

----------------------------------------------------------------
USB fixes for 5.7-rc3

Here are a number of USB driver fixes for 5.7-rc3.

Nothing huge, just the usual collection of:
	- xhci fixes
	- gadget driver fixes
	- syzkaller fuzzing fixes
	- new device ids and DT bindings
	- new quirks added for broken devices

A few of the gadget driver fixes show up twice here as they were applied
to my branch, and also by Felipe to his branch which I then pulled in as
we got out of sync a bit.

All of these have been in linux-next with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Alan Stern (4):
      USB: core: Fix free-while-in-use bug in the USB S-Glibrary
      USB: hub: Fix handling of connect changes during sleep
      USB: hub: Revert commit bd0e6c9614b9 ("usb: hub: try old enumeration scheme first for high speed devices")
      usb-storage: Add unusual_devs entry for JMicron JMS566

Andrey Konovalov (2):
      usb: raw-gadget: fix raw_event_queue_fetch locking
      usb: raw-gadget: fix raw_event_queue_fetch locking

Badhri Jagan Sridharan (1):
      usb: typec: tcpm: Ignore CC and vbus changes in PORT_RESET change

Changming Liu (1):
      USB: sisusbvga: Change port variable from signed to unsigned

Cristian Birsan (1):
      usb: gadget: udc: atmel: Fix vbus disconnect handling

Dan Carpenter (2):
      usb: raw-gadget: Fix copy_to/from_user() checks
      usb: raw-gadget: Fix copy_to/from_user() checks

Greg Kroah-Hartman (1):
      Merge tag 'fixes-for-v5.7-rc2' of git://git.kernel.org/.../balbi/usb into usb-linus

Hans de Goede (1):
      usb: typec: pi3usb30532: Set switch_ / mux_desc name field to NULL

Jann Horn (1):
      USB: early: Handle AMD's spec-compliant identifiers, too

Jonathan Cox (1):
      USB: Add USB_QUIRK_DELAY_CTRL_MSG and USB_QUIRK_DELAY_INIT for Corsair K70 RGB RAPIDFIRE

Mathias Nyman (3):
      xhci: Fix handling halted endpoint even if endpoint ring appears empty
      xhci: prevent bus suspend if a roothub port detected a over-current condition
      xhci: Don't clear hub TT buffer on ep0 protocol stall

Mauro Carvalho Chehab (1):
      docs: dt: qcom,dwc3.txt: fix cross-reference for a converted file

Naoki Kiryu (1):
      usb: typec: altmode: Fix typec_altmode_get_partner sometimes returning an invalid pointer

Nathan Chancellor (1):
      usb: gadget: udc: bdc: Remove unnecessary NULL checks in bdc_req_complete

Oliver Neukum (4):
      UAS: no use logging any details in case of ENODEV
      UAS: fix deadlock in error handling and PM flushing work
      cdc-acm: close race betrween suspend() and acm_softint
      cdc-acm: introduce a cool down

Thierry Reding (1):
      phy: tegra: Select USB_COMMON for usb_get_maximum_speed()

Thinh Nguyen (4):
      usb: dwc3: Fix GTXFIFOSIZ.TXFDEP macro name
      usb: dwc3: gadget: Properly set maxpacket limit
      usb: dwc3: gadget: Do link recovery for SS and SSP
      usb: dwc3: gadget: Fix request completion check

Udipto Goswami (1):
      usb: f_fs: Clear OS Extended descriptor counts to zero in ffs_data_reset()

Yoshihiro Shimoda (3):
      dt-bindings: usb: usb-xhci: add r8a77961 support
      dt-bindings: usb: renesas,usbhs: add r8a77961 support
      dt-bindings: usb: renesas,usb3-peri: add r8a77961 support

 Documentation/admin-guide/kernel-parameters.txt    |  3 +-
 .../devicetree/bindings/usb/qcom,dwc3.txt          |  4 +-
 .../devicetree/bindings/usb/renesas,usb3-peri.yaml |  1 +
 .../devicetree/bindings/usb/renesas,usbhs.yaml     |  1 +
 Documentation/devicetree/bindings/usb/usb-xhci.txt |  3 +-
 drivers/phy/tegra/Kconfig                          |  3 +-
 drivers/usb/class/cdc-acm.c                        | 36 ++++++++--
 drivers/usb/class/cdc-acm.h                        |  5 +-
 drivers/usb/core/hub.c                             | 18 ++++-
 drivers/usb/core/message.c                         |  9 ++-
 drivers/usb/core/quirks.c                          |  4 ++
 drivers/usb/dwc3/core.h                            |  8 ++-
 drivers/usb/dwc3/gadget.c                          | 76 +++++++++++++---------
 drivers/usb/early/xhci-dbc.c                       |  8 +--
 drivers/usb/early/xhci-dbc.h                       | 18 ++++-
 drivers/usb/gadget/function/f_fs.c                 |  4 ++
 drivers/usb/gadget/legacy/raw_gadget.c             | 71 +++++++++++---------
 drivers/usb/gadget/udc/atmel_usba_udc.c            |  4 +-
 drivers/usb/gadget/udc/bdc/bdc_ep.c                |  2 +-
 drivers/usb/host/xhci-hub.c                        |  9 +++
 drivers/usb/host/xhci-ring.c                       | 46 +++++++++++--
 drivers/usb/host/xhci.c                            | 14 ++--
 drivers/usb/host/xhci.h                            |  5 +-
 drivers/usb/misc/sisusbvga/sisusb.c                | 20 +++---
 drivers/usb/misc/sisusbvga/sisusb_init.h           | 14 ++--
 drivers/usb/storage/uas.c                          | 46 ++++++++++++-
 drivers/usb/storage/unusual_devs.h                 |  7 ++
 drivers/usb/typec/bus.c                            |  5 +-
 drivers/usb/typec/mux/pi3usb30532.c                |  4 +-
 drivers/usb/typec/tcpm/tcpm.c                      | 26 ++++++++
 30 files changed, 351 insertions(+), 123 deletions(-)

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

* Re: [GIT PULL] USB driver fixes for 5.7-rc3
  2020-04-26 10:49 [GIT PULL] USB driver fixes for 5.7-rc3 Greg KH
@ 2020-04-26 18:25 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-04-26 18:25 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, linux-usb

The pull request you sent on Sun, 26 Apr 2020 12:49:15 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.7-rc3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e9a61afb69f07b1c5880984d45e5cc232ec1bf6f

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

end of thread, other threads:[~2020-04-26 18:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-26 10:49 [GIT PULL] USB driver fixes for 5.7-rc3 Greg KH
2020-04-26 18:25 ` pr-tracker-bot

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