All of lore.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.2-rc3
Date: Fri, 17 Jul 2015 11:11:03 -0700	[thread overview]
Message-ID: <20150717181103.GA22962@kroah.com> (raw)

The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:

  Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)

are available in the git repository at:

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

for you to fetch changes up to 51f007e1a1f11d5aaa189c1a5cfbae0e8793fe50:

  Merge tag 'usb-serial-4.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2015-07-10 12:35:14 -0700)

----------------------------------------------------------------
USB driver fixes for 4.2-rc3

Here's some USB driver fixes for 4.2-rc3.

The ususal number of gadget driver fixes are in here, along with some
new device ids and a build fix for the mn10300 arch which required some
symbols to be renamed in the mos7720 driver.

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

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

----------------------------------------------------------------
Andrzej Pietrasiewicz (1):
      usb: gadget: f_midi: fix error recovery path

Claudio Cappelli (1):
      USB: option: add 2020:4000 ID

Felipe Balbi (2):
      usb: musb: host: rely on port_mode to call musb_start()
      usb: dwc3: core: avoid NULL pointer dereference

Greg Kroah-Hartman (2):
      Merge tag 'fixes-for-v4.2-rc2' of git://git.kernel.org/.../balbi/usb into usb-linus
      Merge tag 'usb-serial-4.2-rc2' of git://git.kernel.org/.../johan/usb-serial into usb-linus

Johannes Thumshirn (1):
      USB: serial: Destroy serial_minors IDR on module exit

Kishon Vijay Abraham I (1):
      usb: gadget: composite: Fix NULL pointer dereference

Mian Yousaf Kaukab (3):
      usb: dwc2: host: allocate qh before atomic enqueue
      usb: dwc2: host: allocate qtd before atomic enqueue
      usb: dwc2: embed storage for reg backup in struct dwc2_hsotg

Michal Nazarewicz (1):
      usb: f_mass_storage: limit number of reported LUNs

Peter Sanford (1):
      USB: cp210x: add ID for Aruba Networks controllers

Rui Miguel Silva (1):
      usb: gadget: f_fs: do not set cancel function on synchronous {read,write}

Stefan Wahren (1):
      usb: phy: mxs: suspend to RAM causes NULL pointer dereference

Sudip Mukherjee (1):
      USB: mos7720: rename registers

Takeshi Yoshimura (1):
      usb: gadget: udc: fix free_irq() after request_irq() failed

 drivers/usb/dwc2/core.c                      |  55 ++----
 drivers/usb/dwc2/core.h                      |   9 +-
 drivers/usb/dwc2/hcd.c                       |  55 ++++--
 drivers/usb/dwc2/hcd.h                       |   5 +-
 drivers/usb/dwc2/hcd_queue.c                 |  49 ++----
 drivers/usb/dwc3/core.c                      |   6 +-
 drivers/usb/gadget/composite.c               |  11 +-
 drivers/usb/gadget/function/f_fs.c           |   6 +-
 drivers/usb/gadget/function/f_mass_storage.c |  16 +-
 drivers/usb/gadget/function/f_midi.c         |   4 +-
 drivers/usb/gadget/udc/fotg210-udc.c         |   3 +-
 drivers/usb/musb/musb_virthub.c              |   4 +-
 drivers/usb/phy/phy-mxs-usb.c                |   3 +
 drivers/usb/serial/cp210x.c                  |   1 +
 drivers/usb/serial/mos7720.c                 | 253 +++++++++++++++------------
 drivers/usb/serial/option.c                  |   1 +
 drivers/usb/serial/usb-serial.c              |   1 +
 17 files changed, 254 insertions(+), 228 deletions(-)

                 reply	other threads:[~2015-07-17 18:11 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=20150717181103.GA22962@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.