mbox series

[GIT,PULL] USB fixes for v5.4-rc5

Message ID 87v9say884.fsf@gmail.com (mailing list archive)
State Mainlined
Commit 4ae8beac0abb9c3bbbb8340bab46eb287aea3001
Headers show
Series [GIT,PULL] USB fixes for v5.4-rc5 | expand

Pull-request

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

Message

Felipe Balbi Oct. 27, 2019, 7:10 a.m. UTC
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(-)

Comments

Greg KH Oct. 28, 2019, 4:38 p.m. UTC | #1
On Sun, Oct 27, 2019 at 09:10:19AM +0200, Felipe Balbi wrote:
> 
> 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.

Pulled and pushed out, thanks.

greg k-h