public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
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.3-rc3
Date: Sat, 26 Sep 2015 09:52:49 -0700	[thread overview]
Message-ID: <20150926165249.GA25286@kroah.com> (raw)

The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.3-rc3

for you to fetch changes up to b4731977243c1ae9cfd8b3971ffc15425b7d7545:

  MAINTAINERS: remove amd5536udc USB gadget driver maintainer (2015-09-25 20:45:27 -0700)

----------------------------------------------------------------
USB fixes for 4.3-rc3

Here are some USB driver fixes for 4.3-rc3.

There's the usual assortment of new device ids, combined with xhci and
gadget driver fixes.  Full details in the shortlog.  All of these have
been in linux-next with no reported problems.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Alexey Khoroshilov (1):
      usb: gadget: amd5536udc: fix error handling in udc_pci_probe()

Bin Liu (3):
      usb: musb: ensure in peripheral mode when checking session
      usb: musb: dsps: fix polling in device-only mode
      usb: musb: fix cppi channel teardown for isoch transfer

Felipe Balbi (1):
      usb: dwc3: omap: enable irqs lately

Greg Kroah-Hartman (5):
      Merge tag 'fixes-for-v4.3-rc2' of git://git.kernel.org/.../balbi/usb into usb-linus
      Merge tag 'usb-serial-4.3-rc2' of git://git.kernel.org/.../johan/usb-serial into usb-linus
      Merge tag 'usb-ci-v4.3-rc2' of git://git.kernel.org/.../peter.chen/usb into usb-linus
      Merge tag 'fixes-for-v4.3-rc3' of git://git.kernel.org/.../balbi/usb into usb-linus
      MAINTAINERS: remove amd5536udc USB gadget driver maintainer

Igor Kotrasinski (4):
      usb: gadget: dummy_hcd: emulate sending zlp in packet logic
      usb: gadget: dummy_hcd: fix unneeded else-if condition
      usb: gadget: dummy_hcd: fix rescan logic for transfer
      usb: gadget: dummy_hcd: in transfer(), return data sent, not limit

Javier Martinez Canillas (1):
      usb: phy: isp1301: Export I2C module alias information

Johan Hovold (1):
      USB: whiteheat: fix potential null-deref at probe

Julia Lawall (1):
      usb: gadget: drop null test before destroy functions

Li Jun (1):
      usb: chipidea: imx: fix a typo for imx6sx

Liu.Zhao (1):
      USB: option: add ZTE PIDs

Luis de Bethencourt (1):
      usb: musb: ux500: Fix module autoload for OF platform driver

Mathias Nyman (4):
      usb: Use the USB_SS_MULT() macro to get the burst multiplier.
      xhci: give command abortion one more chance before killing xhci
      xhci: change xhci 1.0 only restrictions to support xhci 1.1
      xhci: init command timeout timer earlier to avoid deleting it uninitialized

Nathan Sullivan (2):
      usb: chipidea: add xilinx zynq platform data
      Documentation: bindings: add doc for zynq USB

Pascal Huerst (1):
      usb: musb: Disable interrupts on suspend, enable them on resume

Peter Chen (1):
      usb: chipidea: udc: using the correct stall implementation

Randy Dunlap (1):
      usb: phy: fix phy-qcom-8x16-usb build

Robert Baldyga (1):
      usb: gadget: fix possible regression introduced with ep->claimed

Roger Quadros (6):
      usb: phy: phy-generic: Fix reset behaviour on legacy boot
      usb: dwc3: gadget: Fix BUG in RT config
      usb: xhci: lock mutex on xhci_stop
      usb: xhci: Clear XHCI_STATE_DYING on start
      usb: xhci: stop everything on the first call to xhci_stop
      usb: xhci: exit early in xhci_setup_device() if we're halted or dying

Sylvain Rochet (1):
      usb: gadget: atmel_usba_udc: add ep capabilities support on device tree binding

Tomer Barletz (1):
      xhci: Move xhci_pme_quirk() behind #ifdef CONFIG_PM

 .../devicetree/bindings/usb/ci-hdrc-usb2.txt       |  1 +
 MAINTAINERS                                        |  3 +-
 drivers/usb/chipidea/ci_hdrc_imx.c                 |  2 +-
 drivers/usb/chipidea/ci_hdrc_usb2.c                | 25 ++++--
 drivers/usb/chipidea/udc.c                         | 84 ++++++++++----------
 drivers/usb/core/config.c                          |  5 +-
 drivers/usb/dwc3/dwc3-omap.c                       |  4 +-
 drivers/usb/dwc3/gadget.c                          |  4 -
 drivers/usb/gadget/epautoconf.c                    |  1 +
 drivers/usb/gadget/udc/amd5536udc.c                | 43 +++++------
 drivers/usb/gadget/udc/atmel_usba_udc.c            | 11 +++
 drivers/usb/gadget/udc/bdc/bdc_core.c              |  3 +-
 drivers/usb/gadget/udc/dummy_hcd.c                 | 46 +++++++----
 drivers/usb/gadget/udc/gr_udc.c                    |  3 +-
 drivers/usb/gadget/udc/mv_u3d_core.c               |  3 +-
 drivers/usb/gadget/udc/mv_udc_core.c               |  3 +-
 drivers/usb/host/xhci-mem.c                        | 17 ++--
 drivers/usb/host/xhci-pci.c                        | 90 +++++++++++-----------
 drivers/usb/host/xhci-ring.c                       | 13 +++-
 drivers/usb/host/xhci.c                            | 24 +++---
 drivers/usb/musb/musb_core.c                       |  7 ++
 drivers/usb/musb/musb_cppi41.c                     |  3 +
 drivers/usb/musb/musb_dsps.c                       |  7 +-
 drivers/usb/musb/ux500.c                           |  2 +
 drivers/usb/phy/Kconfig                            |  2 +-
 drivers/usb/phy/phy-generic.c                      |  3 +-
 drivers/usb/phy/phy-isp1301.c                      |  1 +
 drivers/usb/serial/option.c                        | 24 ++++++
 drivers/usb/serial/whiteheat.c                     | 31 ++++++++
 29 files changed, 288 insertions(+), 177 deletions(-)

                 reply	other threads:[~2015-09-26 16:52 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=20150926165249.GA25286@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