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 driver fixes for 4.6-rc3
Date: Sat, 9 Apr 2016 10:09:54 -0700 [thread overview]
Message-ID: <20160409170954.GA24024@kroah.com> (raw)
The following changes since commit 9735a22799b9214d17d3c231fe377fc852f042e9:
Linux 4.6-rc2 (2016-04-03 09:09:40 -0500)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.6-rc3
for you to fetch changes up to 636c8a8d85d0564222071f0caa4a4e6bf527efe5:
Merge tag 'usb-serial-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2016-04-08 15:41:58 -0700)
----------------------------------------------------------------
USB fixes for 4.6-rc3
Here are some USB fixes and new device ids for 4.6-rc3.
Nothing major, the normal USB gadget fixes and usb-serial driver ids,
along with some other fixes mixed in. All except the USB serial ids
have been tested in linux-next, the id additions should be fine as they
are "trivial".
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Arnd Bergmann (1):
usb: phy: qcom-8x16: fix regulator API abuse
Bjørn Mork (1):
USB: option: add "D-Link DWM-221 B1" device id
Dan Carpenter (1):
usb: gadget: f_midi: unlock on error
Felipe Balbi (3):
usb: dwc3: core: improve reset sequence
usb: dwc3: gadget: fix endpoint renaming
usb: gadget: udc: atmel: don't disable enpdoints we don't own
Felipe F. Tonello (2):
usb: gadget: f_midi: added spinlock on transmit function
usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSize
Greg Kroah-Hartman (3):
Merge tag 'fixes-for-v4.6-rc2' of git://git.kernel.org/.../balbi/usb into usb-linus
Merge tag 'fixes-for-v4.6-rc3' of git://git.kernel.org/.../balbi/usb into usb-linus
Merge tag 'usb-serial-4.6-rc3' of git://git.kernel.org/.../johan/usb-serial into usb-linus
Grygorii Strashko (2):
usb: gadget: udc-core: remove manual dma configuration
usb: dwc3: keystone: drop dma_mask configuration
Heikki Krogerus (1):
usb: dwc3: pci: add ID for one more Intel Broxton platform
Ignat Korchagin (1):
USB: usbip: fix potential out-of-bounds write
Jiebing Li (1):
usb: dwc3: gadget: release spin lock during gadget resume
John Youn (2):
usb: gadget: composite: Access SSP Dev Cap fields properly
usb: ch9: Fix SSP Device Cap wFunctionalitySupport type
Josh Boyer (1):
USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devices
Martyn Welch (1):
USB: serial: cp210x: Adding GE Healthcare Device ID
Mathias Nyman (1):
usb: fix regression in SuperSpeed endpoint descriptor parsing
Oliver Neukum (3):
USB: mct_u232: add sanity checking in probe
USB: cypress_m8: add endpoint sanity check
USB: digi_acceleport: do sanity checking for the number of ports
Przemek Rudy (1):
usb: dwc2: do not override forced dr_mode in gadget setup
Yoshihiro Shimoda (3):
usb: renesas_usbhs: avoid NULL pointer derefernce in usbhsf_pkt_handler()
usb: renesas_usbhs: disable TX IRQ before starting TX DMAC transfer
usb: renesas_usbhs: fix to avoid using a disabled ep in usbhsg_queue_done()
drivers/usb/core/config.c | 16 ++++----
drivers/usb/dwc2/gadget.c | 23 ++++++++---
drivers/usb/dwc3/core.c | 48 +++++++++-------------
drivers/usb/dwc3/dwc3-keystone.c | 5 ---
drivers/usb/dwc3/dwc3-pci.c | 2 +
drivers/usb/dwc3/gadget.c | 11 +++--
drivers/usb/gadget/composite.c | 8 ++--
drivers/usb/gadget/function/f_midi.c | 17 +++++++-
drivers/usb/gadget/udc/atmel_usba_udc.c | 14 -------
drivers/usb/gadget/udc/udc-core.c | 6 ---
drivers/usb/phy/phy-qcom-8x16-usb.c | 72 +++++----------------------------
drivers/usb/renesas_usbhs/fifo.c | 4 +-
drivers/usb/renesas_usbhs/mod_gadget.c | 6 ++-
drivers/usb/serial/cp210x.c | 1 +
drivers/usb/serial/cypress_m8.c | 11 +++--
drivers/usb/serial/digi_acceleport.c | 19 +++++++++
drivers/usb/serial/ftdi_sio.c | 4 ++
drivers/usb/serial/ftdi_sio_ids.h | 8 ++++
drivers/usb/serial/mct_u232.c | 9 ++++-
drivers/usb/serial/option.c | 2 +
drivers/usb/usbip/usbip_common.c | 11 +++++
include/uapi/linux/usb/ch9.h | 2 +-
22 files changed, 151 insertions(+), 148 deletions(-)
reply other threads:[~2016-04-09 17:09 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=20160409170954.GA24024@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome