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.7-rc
Date: Sat, 09 May 2020 11:11:12 +0300 [thread overview]
Message-ID: <87v9l5le8v.fsf@kernel.org> (raw)
[-- 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 --]
next reply other threads:[~2020-05-09 8:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-09 8:11 Felipe Balbi [this message]
2020-05-09 17:09 ` [GIT PULL] USB fixes for v5.7-rc Greg Kroah-Hartman
2020-05-13 12:33 ` 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=87v9l5le8v.fsf@kernel.org \
--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.