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.5-rc6
Date: Sun, 28 Feb 2016 05:16:10 +0000	[thread overview]
Message-ID: <20160228051609.GA15250@kroah.com> (raw)

The following changes since commit 18558cae0272f8fd9647e69d3fec1565a7949865:

  Linux 4.5-rc4 (2016-02-14 13:05:20 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.5-rc6

for you to fetch changes up to 428b315a2475d614d6efbdbeaa13f3977416b21a:

  Merge tag 'fixes-for-v4.5-rc6' of http://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus (2016-02-24 09:04:21 -0800)

----------------------------------------------------------------
USB fixes for 4.5-rc6

Here are a few USB fixes for 4.5-rc6

They fix a reported bug for some USB 3 devices by reverting the recent
patch, a MAINTAINERS change for some drivers, some new device ids, and
of course, the usual bunch of USB gadget driver fixes.

All have been in linux-next for a while with no reported issues.

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

----------------------------------------------------------------
Alan (1):
      usb: chipidea: error on overflow for port_test_write

Andrey Skvortsov (1):
      USB: option: add support for SIM7100E

Andrzej Hajda (1):
      usb: gadget: fsl_qe_udc: fix IS_ERR_VALUE usage

Bjørn Mork (1):
      USB: option: add "4G LTE usb-modem U901"

Cristian Birsan (2):
      usb: musb: Fix DMA desired mode for Mentor DMA engine
      usb: musb: fix DMA for host mode

Felipe Balbi (1):
      MAINTAINERS: drop OMAP USB and MUSB maintainership

Geert Uytterhoeven (1):
      usb: dwc2: USB_DWC2 should depend on HAS_DMA

Greg Kroah-Hartman (4):
      Merge tag 'usb-ci-v4.5-rc5' of git://git.kernel.org/.../peter.chen/usb into usb-linus
      Merge tag 'usb-serial-4.5-rc5' of git://git.kernel.org/.../johan/usb-serial into usb-linus
      Revert "usb: hub: do not clear BOS field during reset device"
      Merge tag 'fixes-for-v4.5-rc6' of http://git.kernel.org/.../balbi/usb into usb-linus

Ivan T. Ivanov (1):
      usb: phy: msm: Trigger USB state detection work in DRD mode

John Youn (2):
      usb: dwc2: Add extra delay when forcing dr_mode
      usb: dwc3: Fix assignment of EP transfer resources

Ken Lin (1):
      USB: cp210x: add IDs for GE B650V3 and B850V3 boards

Marek Szyprowski (2):
      usb: gadget: remove driver from pending list on probe error
      usb: gadget: gadgetfs: unregister gadget only if it got successfully registered

Simon Appleby (1):
      usb: gadget: net2280: fix endpoint max packet for super speed connections

Tang, Jianqiang (1):
      usb: dwc2: host: fix the data toggle error in full speed descriptor dma

Vardan Mikayelyan (1):
      usb: dwc2: host: fix logical omissions in dwc2_process_non_isoc_desc

Wei Yongjun (1):
      usb: chipidea: fix return value check in ci_hdrc_pci_probe()

 MAINTAINERS                         |  7 ++--
 drivers/usb/chipidea/ci_hdrc_pci.c  |  4 +--
 drivers/usb/chipidea/debug.c        |  3 ++
 drivers/usb/core/hub.c              |  8 ++---
 drivers/usb/dwc2/Kconfig            |  1 +
 drivers/usb/dwc2/core.c             |  6 ++++
 drivers/usb/dwc2/hcd_ddma.c         | 23 ++++++------
 drivers/usb/dwc2/hcd_intr.c         |  8 +++++
 drivers/usb/dwc3/core.h             |  1 -
 drivers/usb/dwc3/ep0.c              |  5 ---
 drivers/usb/dwc3/gadget.c           | 70 +++++++++++++++++++++++++++----------
 drivers/usb/gadget/legacy/inode.c   |  7 ++--
 drivers/usb/gadget/udc/fsl_qe_udc.c |  2 +-
 drivers/usb/gadget/udc/net2280.h    | 15 ++++++--
 drivers/usb/gadget/udc/udc-core.c   |  3 +-
 drivers/usb/musb/musb_host.c        |  8 ++---
 drivers/usb/phy/phy-msm-usb.c       | 20 +++--------
 drivers/usb/serial/cp210x.c         |  2 ++
 drivers/usb/serial/option.c         |  9 +++++
 19 files changed, 127 insertions(+), 75 deletions(-)

                 reply	other threads:[~2016-02-28  6:00 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=20160228051609.GA15250@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