public inbox for linux-kernel@vger.kernel.org
 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 5.8-rc3
Date: Sat, 27 Jun 2020 13:40:13 +0200	[thread overview]
Message-ID: <20200627114013.GA1636882@kroah.com> (raw)

The following changes since commit 48778464bb7d346b47157d21ffde2af6b2d39110:

  Linux 5.8-rc2 (2020-06-21 15:45:29 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ed8fa04243e22f7b8f470d08e5806c9f8c6a460a:

  Merge tag 'fixes-for-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus (2020-06-26 17:16:52 +0200)

----------------------------------------------------------------
USB fixes for 5.8-rc3

Here are some small USB fixes for 5.8-rc3 to resolve some reported
issues.

Nothing major here:
	- gadget driver fixes
	- cdns3 driver fixes
	- xhci fixes
	- renesas_usbhs driver fixes
	- some new device support with ids
	- documentation update

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

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

----------------------------------------------------------------
Aditya Pakki (1):
      usb: dwc3: pci: Fix reference count leak in dwc3_pci_resume_work

Al Cooper (1):
      xhci: Fix enumeration issue when setting max packet size for FS devices.

Anand Moon (2):
      Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend clk"
      Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend clk"

Chuhong Yuan (1):
      USB: ohci-sm501: Add missed iounmap() in remove

Dan Carpenter (1):
      usb: gadget: udc: Potential Oops in error handling code

Fabio Estevam (1):
      Documentation: ABI: usb: chipidea: Update Li Jun's e-mail

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

Heikki Krogerus (1):
      usb: typec: mux: intel_pmc_mux: Fix DP alternate mode entry

Joakim Tjernlund (1):
      cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chip

Kai-Heng Feng (2):
      xhci: Return if xHCI doesn't support LPM
      xhci: Poll for U0 after disabling USB2 LPM

Li Jun (1):
      usb: typec: tcpci_rt1711h: avoid screaming irq causing boot hangs

Longfang Liu (1):
      USB: ehci: reopen solution for Synopsys HC bug

Macpaul Lin (1):
      usb: host: xhci-mtk: avoid runtime suspend when removing hcd

Mathias Nyman (1):
      xhci: Fix incorrect EP_STATE_MASK

Minas Harutyunyan (1):
      usb: dwc2: Postponed gadget registration to the udc class driver

Peter Chen (6):
      usb: cdns3: ep0: fix the test mode set incorrectly
      usb: cdns3: trace: using correct dir value
      usb: cdns3: ep0: add spinlock for cdns3_check_new_setup
      usb: cdns3: ep0: fix the test mode set incorrectly
      usb: cdns3: trace: using correct dir value
      usb: cdns3: ep0: add spinlock for cdns3_check_new_setup

Tang Bin (2):
      usb: host: ehci-exynos: Fix error check in exynos_ehci_probe()
      usb: phy: tegra: Fix unnecessary check in tegra_usb_phy_probe()

Tomasz Meresiński (1):
      usb: add USB_QUIRK_DELAY_INIT for Logitech C922

Yoshihiro Shimoda (1):
      usb: renesas_usbhs: getting residue from callback_result

Zqiang (1):
      usb: usbtest: fix missing kfree(dev->buf) in usbtest_disconnect

 .../ABI/testing/sysfs-platform-chipidea-usb-otg    |  8 +++---
 drivers/usb/cdns3/ep0.c                            | 10 ++++---
 drivers/usb/cdns3/trace.h                          |  2 +-
 drivers/usb/class/cdc-acm.c                        |  2 ++
 drivers/usb/core/quirks.c                          |  3 ++-
 drivers/usb/dwc2/gadget.c                          |  6 -----
 drivers/usb/dwc2/platform.c                        | 11 ++++++++
 drivers/usb/dwc3/dwc3-exynos.c                     |  9 -------
 drivers/usb/dwc3/dwc3-pci.c                        |  4 ++-
 drivers/usb/gadget/udc/mv_udc_core.c               |  3 ++-
 drivers/usb/host/ehci-exynos.c                     |  5 ++--
 drivers/usb/host/ehci-pci.c                        |  7 +++++
 drivers/usb/host/ohci-sm501.c                      |  1 +
 drivers/usb/host/xhci-mtk.c                        |  5 ++--
 drivers/usb/host/xhci.c                            |  9 ++++++-
 drivers/usb/host/xhci.h                            |  2 +-
 drivers/usb/misc/usbtest.c                         |  1 +
 drivers/usb/phy/phy-tegra-usb.c                    |  6 +----
 drivers/usb/renesas_usbhs/fifo.c                   | 23 +++++++++-------
 drivers/usb/renesas_usbhs/fifo.h                   |  2 +-
 drivers/usb/typec/mux/intel_pmc_mux.c              | 13 +++++++--
 drivers/usb/typec/tcpm/tcpci_rt1711h.c             | 31 +++++++---------------
 22 files changed, 90 insertions(+), 73 deletions(-)

             reply	other threads:[~2020-06-27 11:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-27 11:40 Greg KH [this message]
2020-06-27 20:25 ` [GIT PULL] USB driver fixes for 5.8-rc3 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=20200627114013.GA1636882@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