mbox series

[GIT,PULL] USB fixes for v5.7-rc

Message ID 87v9l5le8v.fsf@kernel.org (mailing list archive)
State Mainlined
Commit c34a4f9ddf566f4fab9eaa49a1c7a5f7406a3c9f
Headers show
Series [GIT,PULL] USB fixes for v5.7-rc | expand

Pull-request

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

Message

Felipe Balbi May 9, 2020, 8:11 a.m. UTC
Hi Greg,

here's another pull request for the current -rc cycle. We may have
another pull request to add a few more fixes to the raw-gadget, but it
depends on your reply to my query on that thread ;-)

cheers

The following changes since commit d5eeab8d7e269e8cfc53b915bccd7bd30485bcbf:

  Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi (2020-05-08 10:36:56 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6e507644209b4a043363e165855a3a3050c4d40e:

  usb: raw-gadget: fix return value of ep read ioctls (2020-05-09 11:05:09 +0300)

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

Fixing raw-gadget's IOCTL return value. Enabling EXTCON for Intel
Merrifield. Couple leaks have been plugged in net2272 and
twl6030-usb. Returning an error code when things fail in cdc and ncm
legacy gadgets. An old bug on dwc3 regarding HWO bit handling has been
fixed.

Apart from these, some minor fixes.

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

----------------------------------------------------------------
Andrey Konovalov (1):
      usb: raw-gadget: fix return value of ep read ioctls

Andy Shevchenko (1):
      usb: dwc3: pci: Enable extcon driver for Intel Merrifield

Arnd Bergmann (1):
      usb: dwc3: select USB_ROLE_SWITCH

Christophe JAILLET (3):
      usb: gadget: audio: Fix a missing error return value in audio_bind()
      usb: phy: twl6030-usb: Fix a resource leak in an error handling path in 'twl6030_usb_probe()'
      usb: gadget: net2272: Fix a memory leak in an error handling path in 'net2272_plat_probe()'

John Stultz (1):
      dwc3: Remove check for HWO flag in dwc3_gadget_ep_reclaim_trb_sg()

Masahiro Yamada (1):
      usb: gadget: legacy: fix redundant initialization warnings

Peter Chen (1):
      usb: cdns3: gadget: prev_req->trb is NULL for ep0

Thierry Reding (1):
      usb: gadget: tegra-xudc: Fix idle suspend/resume

Wei Yongjun (2):
      usb: gadget: legacy: fix error return code in cdc_bind()
      usb: gadget: legacy: fix error return code in gncm_bind()

 drivers/usb/cdns3/gadget.c             |  2 +-
 drivers/usb/dwc3/Kconfig               |  1 +
 drivers/usb/dwc3/dwc3-pci.c            |  1 +
 drivers/usb/dwc3/gadget.c              |  3 ---
 drivers/usb/gadget/legacy/audio.c      |  4 +++-
 drivers/usb/gadget/legacy/cdc2.c       |  4 +++-
 drivers/usb/gadget/legacy/inode.c      |  3 +--
 drivers/usb/gadget/legacy/ncm.c        |  4 +++-
 drivers/usb/gadget/legacy/raw_gadget.c |  8 ++++++--
 drivers/usb/gadget/udc/net2272.c       |  2 ++
 drivers/usb/gadget/udc/tegra-xudc.c    |  8 ++++----
 drivers/usb/phy/phy-twl6030-usb.c      | 12 +++++++++---
 12 files changed, 34 insertions(+), 18 deletions(-)

Comments

Greg KH May 9, 2020, 5:09 p.m. UTC | #1
On Sat, May 09, 2020 at 11:11:12AM +0300, Felipe Balbi wrote:
> 
> Hi Greg,
> 
> here's another pull request for the current -rc cycle. We may have
> another pull request to add a few more fixes to the raw-gadget, but it
> depends on your reply to my query on that thread ;-)

I think we can take more raw-gadget fixes so late, that's fine.

I'll pull this one on Monday.

thanks,

greg k-h
Greg KH May 13, 2020, 12:33 p.m. UTC | #2
On Sat, May 09, 2020 at 11:11:12AM +0300, Felipe Balbi wrote:
> 
> Hi Greg,
> 
> here's another pull request for the current -rc cycle. We may have
> another pull request to add a few more fixes to the raw-gadget, but it
> depends on your reply to my query on that thread ;-)
> 
> cheers
> 
> The following changes since commit d5eeab8d7e269e8cfc53b915bccd7bd30485bcbf:
> 
>   Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi (2020-05-08 10:36:56 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git fixes-for-v5.7-rc5

Pulled and pushed out, thanks.

greg k-h