linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] USB fixes for v5.7-rc
@ 2020-05-09  8:11 Felipe Balbi
  2020-05-09 17:09 ` Greg Kroah-Hartman
  2020-05-13 12:33 ` Greg Kroah-Hartman
  0 siblings, 2 replies; 3+ messages in thread
From: Felipe Balbi @ 2020-05-09  8:11 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-usb

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


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(-)

-- 
balbi

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] USB fixes for v5.7-rc
  2020-05-09  8:11 [GIT PULL] USB fixes for v5.7-rc Felipe Balbi
@ 2020-05-09 17:09 ` Greg Kroah-Hartman
  2020-05-13 12:33 ` Greg Kroah-Hartman
  1 sibling, 0 replies; 3+ messages in thread
From: Greg Kroah-Hartman @ 2020-05-09 17:09 UTC (permalink / raw)
  To: Felipe Balbi; +Cc: linux-usb

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] USB fixes for v5.7-rc
  2020-05-09  8:11 [GIT PULL] USB fixes for v5.7-rc Felipe Balbi
  2020-05-09 17:09 ` Greg Kroah-Hartman
@ 2020-05-13 12:33 ` Greg Kroah-Hartman
  1 sibling, 0 replies; 3+ messages in thread
From: Greg Kroah-Hartman @ 2020-05-13 12:33 UTC (permalink / raw)
  To: Felipe Balbi; +Cc: linux-usb

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-13 12:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-09  8:11 [GIT PULL] USB fixes for v5.7-rc Felipe Balbi
2020-05-09 17:09 ` Greg Kroah-Hartman
2020-05-13 12:33 ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).