All of lore.kernel.org
 help / color / mirror / Atom feed
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.4-rc5
Date: Sun, 27 Oct 2019 09:10:19 +0200	[thread overview]
Message-ID: <87v9say884.fsf@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 3166 bytes --]


Hi Greg,

Here's a pull request for this -rc cycle. It took me longer than usual
to produce a pull request, sorry about that.

Anyway, pull request follows. Let me know if you want anything to be
changed.

Cheers

The following changes since commit 9794476942d8704cfbdef8d5f13427673ab70dcd:

  usb: cdns3: Error out if USB_DR_MODE_UNKNOWN in cdns3_core_init_role() (2019-10-18 12:00:15 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f3fb802efaef3662744a2215a51294d52a7cfc0e:

  usb: cdns3: gadget: Don't manage pullups (2019-10-27 08:58:45 +0200)

----------------------------------------------------------------
USB: fixes for v5.4-rc5

Not much here, only 14 commits in different drivers.

As for the specifics, Roger Quadros fixed an important bug in cdns3
where the driver was making decisions about data pull-up management
behind the UDC framework's back.

The Atmel UDC got a fix for interrupt storm in FIFO mode, this was done
by Cristian Brisan.

Apart from these, we have the usual set of non-critical fixes.

Signed-off-by: Felipe Balbi <balbi@kernel.org>

----------------------------------------------------------------
Arnd Bergmann (1):
      usb: dwc3: select CONFIG_REGMAP_MMIO

Ben Dooks (Codethink) (4):
      usb: mtu3: fix missing include of mtu3_dr.h
      usb: cdns3: include host-export,h for cdns3_host_init
      usb: renesas_usbhs: fix __le16 warnings
      usb: renesas_usbhs: fix type of buf

Chandana Kishori Chiluveru (1):
      usb: gadget: composite: Fix possible double free memory bug

Cristian Birsan (1):
      usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode.

Navid Emamdoost (1):
      usb: dwc3: pci: prevent memory leak in dwc3_pci_probe

Nikhil Badola (1):
      usb: fsl: Check memory resource before releasing it

Peter Chen (1):
      usb: gadget: configfs: fix concurrent issue between composite APIs

Roger Quadros (1):
      usb: cdns3: gadget: Don't manage pullups

Yinbo Zhu (1):
      usb: dwc3: remove the call trace of USBx_GFLADJ

Yoshihiro Shimoda (2):
      usb: gadget: udc: renesas_usb3: Fix __le16 warnings
      usb: renesas_usbhs: Fix warnings in usbhsg_recip_handler_std_set_device()

 drivers/usb/cdns3/gadget.c              |   4 --
 drivers/usb/cdns3/host-export.h         |   1 -
 drivers/usb/cdns3/host.c                |   1 +
 drivers/usb/dwc3/Kconfig                |   1 +
 drivers/usb/dwc3/core.c                 |   3 +-
 drivers/usb/dwc3/dwc3-pci.c             |   2 +-
 drivers/usb/gadget/composite.c          |   4 ++
 drivers/usb/gadget/configfs.c           | 110 ++++++++++++++++++++++++++++++--
 drivers/usb/gadget/udc/atmel_usba_udc.c |   6 +-
 drivers/usb/gadget/udc/fsl_udc_core.c   |   2 +-
 drivers/usb/gadget/udc/renesas_usb3.c   |  11 ++--
 drivers/usb/mtu3/mtu3_core.c            |   1 +
 drivers/usb/renesas_usbhs/common.c      |  12 ++--
 drivers/usb/renesas_usbhs/mod_gadget.c  |   4 +-
 14 files changed, 133 insertions(+), 29 deletions(-)


-- 
balbi

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

             reply	other threads:[~2019-10-27  7:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-27  7:10 Felipe Balbi [this message]
2019-10-28 16:38 ` [GIT PULL] USB fixes for v5.4-rc5 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=87v9say884.fsf@gmail.com \
    --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.