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.4-rc2
Date: Sun, 22 Nov 2015 10:47:53 -0800 [thread overview]
Message-ID: <20151122184753.GA22007@kroah.com> (raw)
The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:
Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.4-rc2
for you to fetch changes up to 19cd80a214821f4b558560ebd76bfb2c38b4f3d8:
usblp: do not set TASK_INTERRUPTIBLE before lock (2015-11-19 16:31:42 -0800)
----------------------------------------------------------------
USB fixes for 4.4-rc2
Here are a number of USB fixes and new device ids for 4.4-rc2. All have
been in linux-next and the details are in the shortlog.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Aaro Koskinen (1):
usb: phy: omap-otg: fix uninitialized pointer
Aleksander Morgado (1):
USB: serial: option: add support for Novatel MiFi USB620L
Ben McCauley (1):
usb: dwc3: gadget: let us set lower max_speed
Bin Liu (2):
usb: musb: fix tx fifo flush handling
usb: musb: enable usb_dma parameter
Bjørn Mork (2):
USB: qcserial: Fix support for HP lt4112 LTE/HSPA+ Gobi 4G Modem
USB: option: add XS Stick W100-2 from 4G Systems
David Woodhouse (1):
USB: ti_usb_3410_5052: Add Honeywell HGI80 ID
Douglas Anderson (2):
usb: dwc2: host: Fix ahbcfg for rk3066
usb: dwc2: host: Fix remote wakeup when not in DWC2_L2
Douglas Gilbert (1):
usb: gadget: atmel_usba_udc: Expose correct device speed
Greg Kroah-Hartman (3):
Merge tag 'fixes-for-v4.4-rc2' of git://git.kernel.org/.../balbi/usb into usb-linus
Merge tag 'usb-ci-v4.4-rc2' of git://git.kernel.org/.../peter.chen/usb into usb-linus
Merge tag 'usb-serial-4.4-rc2' of git://git.kernel.org/.../johan/usb-serial into usb-linus
Heikki Krogerus (1):
usb: dwc3: pci: add support for Intel Broxton SOC
Jiri Slaby (1):
usblp: do not set TASK_INTERRUPTIBLE before lock
LABBE Corentin (3):
usb: phy: phy-mxs-usb: fix a possible NULL dereference
usb: chipidea: usbmisc_imx: fix a possible NULL dereference
usb: chipidea: imx: fix a possible NULL dereference
Li Jun (2):
usb: chipidea: debug: disable usb irq while role switch
usb: chipidea: otg: gadget module load and unload support
Lu Baolu (1):
usb: xhci: fix checking ep busy for CFC
Mathias Nyman (1):
xhci: Fix a race in usb2 LPM resume, blocking U3 for usb2 devices
Peter Chen (4):
usb: gadget: f_loopback: fix the warning during the enumeration
usb: chipidea: imx: refine clock operations to adapt for all platforms
ARM: dts: imx27.dtsi: change the clock information for usb
usb: kconfig: fix warning of select USB_OTG
Petr Štetiar (1):
USB: qcserial: Add support for Quectel EC20 Mini PCIe module
Rajmohan Mani (1):
xhci: Workaround to get Intel xHCI reset working more reliably
Simon Arlott (1):
USB: MAINTAINERS: cxacru
Uwe Kleine-König (1):
usb: musb: core: fix order of arguments to ulpi write callback
MAINTAINERS | 3 +-
arch/arm/boot/dts/imx27.dtsi | 16 +++-
drivers/usb/chipidea/ci_hdrc_imx.c | 142 ++++++++++++++++++++++++++-----
drivers/usb/chipidea/debug.c | 2 +
drivers/usb/chipidea/udc.c | 17 ++++
drivers/usb/chipidea/usbmisc_imx.c | 10 ++-
drivers/usb/class/usblp.c | 2 +-
drivers/usb/core/Kconfig | 3 +-
drivers/usb/dwc2/hcd.c | 9 +-
drivers/usb/dwc2/platform.c | 3 +-
drivers/usb/dwc3/dwc3-pci.c | 4 +
drivers/usb/dwc3/gadget.c | 24 +++++-
drivers/usb/gadget/function/f_loopback.c | 2 +-
drivers/usb/gadget/udc/atmel_usba_udc.c | 2 +-
drivers/usb/host/xhci-hub.c | 15 ++--
drivers/usb/host/xhci-ring.c | 32 ++-----
drivers/usb/host/xhci.c | 10 +++
drivers/usb/musb/musb_core.c | 12 +--
drivers/usb/musb/musb_host.c | 22 +++--
drivers/usb/phy/Kconfig | 4 +-
drivers/usb/phy/phy-mxs-usb.c | 7 +-
drivers/usb/phy/phy-omap-otg.c | 2 +-
drivers/usb/serial/option.c | 11 +++
drivers/usb/serial/qcserial.c | 94 +++++++++++++++-----
drivers/usb/serial/ti_usb_3410_5052.c | 2 +
drivers/usb/serial/ti_usb_3410_5052.h | 4 +
26 files changed, 342 insertions(+), 112 deletions(-)
reply other threads:[~2015-11-22 18:47 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=20151122184753.GA22007@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.