From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [GIT PULL] USB fixes for 4.13-rc2
Date: Sat, 22 Jul 2017 11:51:02 +0200 [thread overview]
Message-ID: <20170722095102.GA5416@kroah.com> (raw)
The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.13-rc2
for you to fetch changes up to d6f5f071f1e13cadecf8aef1faa7e5d6fbc9f33b:
xhci: fix memleak in xhci_run() (2017-07-20 14:40:36 +0200)
----------------------------------------------------------------
USB fixes for 4.13-rc2
Here are some small USB fixes for 4.13-rc2.
The usual batch, gadget fixes for reported issues, as well as xhci
fixes, and a small random collection of other fixes for reported issues.
All have been in linux-next with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Arnd Bergmann (1):
usb: typec: include linux/device.h in ucsi.h
Axel Lin (1):
usb: gadget: f_mass_storage: Fix the logic to iterate all common->luns
Colin Ian King (1):
usb: storage: return on error to avoid a null pointer dereference
Geert Uytterhoeven (2):
usb: gadget: udc: USB_RENESAS_USB3 should depend on HAS_DMA
usb: gadget: udc: USB_SNP_CORE should depend on HAS_DMA
Greg Kroah-Hartman (1):
Merge tag 'fixes-for-v4.13-rc2' of git://git.kernel.org/.../balbi/usb into usb-linus
Jack Pham (1):
usb: dwc3: gadget: only unmap requests from DMA if mapped
Jiahau Chang (1):
xhci: Bad Ethernet performance plugged in ASM1042A host
Johan Hovold (1):
USB: cdc-acm: add device-id for quirky printer
Mathias Nyman (2):
xhci: Fix NULL pointer dereference when cleaning up streams for removed host
xhci: fix 20000ms port resume timeout
Minas Harutyunyan (1):
usb: dwc2: gadget: On USB RESET reset device address to zero
Peter Chen (1):
usb: xhci: fix spinlock recursion for USB2 test mode
Ruslan Bilovol (3):
include: usb: audio: specify exact endiannes of descriptors
usb: gadget: f_uac1: endianness fixes.
usb: gadget: f_uac2: endianness fixes.
Shu Wang (1):
xhci: fix memleak in xhci_run()
Shyam Sundar S K (1):
usb: xhci: Issue stop EP command only when the EP state is running
Vignesh R (2):
usb: dwc3: core: Call dwc3_core_get_phy() before initializing phys
usb: dwc3: omap: remove IRQ_NOAUTOEN used with shared irq
Yoshihiro Shimoda (5):
usb: gadget: udc: renesas_usb3: fix free size in renesas_usb3_dma_free_prd()
usb: gadget: udc: renesas_usb3: fix zlp transfer by the dmac
usb: gadget: udc: renesas_usb3: protect usb3_ep->started in usb3_start_pipen()
usb: renesas_usbhs: fix usbhsc_resume() for !USBHSF_RUNTIME_PWCTRL
usb: renesas_usbhs: gadget: disable all eps when the driver stops
kbuild test robot (1):
usb: gadget: udc: start_udc() can be static
drivers/usb/class/cdc-acm.c | 3 ++
drivers/usb/dwc2/gadget.c | 3 ++
drivers/usb/dwc3/core.c | 6 ++--
drivers/usb/dwc3/dwc3-omap.c | 18 +++++-----
drivers/usb/dwc3/gadget.c | 8 +++--
drivers/usb/gadget/function/f_mass_storage.c | 2 +-
drivers/usb/gadget/function/f_uac1.c | 20 +++++------
drivers/usb/gadget/function/f_uac2.c | 25 +++++++------
drivers/usb/gadget/udc/Kconfig | 5 +--
drivers/usb/gadget/udc/renesas_usb3.c | 14 +++++---
drivers/usb/gadget/udc/snps_udc_plat.c | 6 ++--
drivers/usb/host/pci-quirks.c | 54 ++++++++++++++++++++++++++++
drivers/usb/host/pci-quirks.h | 2 ++
drivers/usb/host/xhci-hub.c | 14 +++++++-
drivers/usb/host/xhci-pci.c | 6 ++++
drivers/usb/host/xhci-ring.c | 11 +++---
drivers/usb/host/xhci.c | 10 +++++-
drivers/usb/host/xhci.h | 1 +
drivers/usb/renesas_usbhs/common.c | 4 ++-
drivers/usb/renesas_usbhs/mod_gadget.c | 31 ++++++++++++----
drivers/usb/storage/isd200.c | 5 ++-
drivers/usb/typec/ucsi/ucsi.h | 1 +
include/linux/usb/audio-v2.h | 14 ++++----
include/uapi/linux/usb/audio.h | 6 ++--
24 files changed, 197 insertions(+), 72 deletions(-)
reply other threads:[~2017-07-22 9:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20170722095102.GA5416@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=torvalds@linux-foundation.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.