mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [GIT PULL] USB driver fixes for 6.5-rc4
Date: Sun, 30 Jul 2023 13:08:16 +0200	[thread overview]
Message-ID: <ZMZEoJr2cPzC-Pss@kroah.com> (raw)

The following changes since commit 6eaae198076080886b9e7d57f4ae06fa782f90ef:

  Linux 6.5-rc3 (2023-07-23 15:24:10 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.5-rc4

for you to fetch changes up to 7f2327666a9080e428166964e37548b0168cd5e9:

  usb: misc: ehset: fix wrong if condition (2023-07-27 10:37:30 +0200)

----------------------------------------------------------------
USB fixes for 6.5-rc4

Here are a set of USB driver fixes for 6.5-rc4.  Include in here are:
  - new USB serial device ids
  - dwc3 driver fixes for reported issues
  - typec driver fixes for reported problems
  - gadget driver fixes
  - reverts of some problematic USB changes that went into -rc1

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

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

----------------------------------------------------------------
Dan Carpenter (2):
      Revert "usb: xhci: tegra: Fix error check"
      Revert "usb: gadget: tegra-xudc: Fix error check in tegra_xudc_powerdomain_init()"

Frank Li (2):
      usb: gadget: call usb_gadget_check_config() to verify UDC capability
      usb: cdns3: fix incorrect calculation of ep_buf_size when more than one config

Gratian Crisan (1):
      usb: dwc3: pci: skip BYT GPIO lookup table for hardwired phy

Greg Kroah-Hartman (1):
      Merge tag 'usb-serial-6.5-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus

Guiting Shen (1):
      usb: ohci-at91: Fix the unhandle interrupt when resume

Jakub Vanek (1):
      Revert "usb: dwc3: core: Enable AutoRetry feature in the controller"

Jerry Meng (1):
      USB: serial: option: support Quectel EM060K_128

Jisheng Zhang (1):
      usb: dwc3: don't reset device side if dwc3 was configured as host-only

Johan Hovold (1):
      USB: serial: simple: sort driver entries

Kyle Tso (3):
      usb: typec: Set port->pd before adding device for typec_port
      usb: typec: Iterate pds array when showing the pd list
      usb: typec: Use sysfs_emit_at when concatenating the string

Michael Grzeschik (1):
      usb: gadget: core: remove unbalanced mutex_unlock in usb_gadget_activate

Mohsen Tahmasebi (1):
      USB: serial: option: add Quectel EC200A module support

Neil Armstrong (1):
      usb: typec: ucsi: move typec_set_mode(TYPEC_STATE_SAFE) to ucsi_unregister_partner()

Oliver Neukum (2):
      USB: serial: simple: add Kaufmann RKS+CAN VCP
      Revert "xhci: add quirk for host controllers that don't update endpoint DCS"

Ricardo Ribalda (1):
      usb: xhci-mtk: set the dma max_seg_size

Roger Quadros (1):
      MAINTAINERS: drop invalid usb/cdns3 Reviewer e-mail

Xu Yang (1):
      usb: misc: ehset: fix wrong if condition

Yang Yingliang (1):
      usb: typec: qcom: fix return value check in qcom_pmic_typec_probe()

Zqiang (1):
      USB: gadget: Fix the memory leak in raw_gadget driver

Łukasz Bartosik (1):
      USB: quirks: add quirk for Focusrite Scarlett

 MAINTAINERS                                   |  1 -
 drivers/usb/cdns3/cdns3-gadget.c              |  4 +-
 drivers/usb/core/quirks.c                     |  4 ++
 drivers/usb/dwc3/core.c                       | 20 +-------
 drivers/usb/dwc3/core.h                       |  3 --
 drivers/usb/dwc3/dwc3-pci.c                   |  6 ++-
 drivers/usb/gadget/composite.c                |  4 ++
 drivers/usb/gadget/legacy/raw_gadget.c        | 10 ++--
 drivers/usb/gadget/udc/core.c                 |  1 -
 drivers/usb/gadget/udc/tegra-xudc.c           |  8 +--
 drivers/usb/host/ohci-at91.c                  |  8 ++-
 drivers/usb/host/xhci-mtk.c                   |  1 +
 drivers/usb/host/xhci-pci.c                   |  4 +-
 drivers/usb/host/xhci-ring.c                  | 25 +--------
 drivers/usb/host/xhci-tegra.c                 |  8 +--
 drivers/usb/misc/ehset.c                      |  8 +--
 drivers/usb/serial/option.c                   |  6 +++
 drivers/usb/serial/usb-serial-simple.c        | 73 +++++++++++++++------------
 drivers/usb/typec/class.c                     | 15 +++---
 drivers/usb/typec/tcpm/qcom/qcom_pmic_typec.c |  4 +-
 drivers/usb/typec/ucsi/ucsi.c                 |  4 +-
 21 files changed, 103 insertions(+), 114 deletions(-)

             reply	other threads:[~2023-07-30 11:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-30 11:08 Greg KH [this message]
2023-07-30 19:43 ` pr-tracker-bot

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=ZMZEoJr2cPzC-Pss@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®