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 3.16-rc4
Date: Thu, 3 Jul 2014 18:01:28 -0700	[thread overview]
Message-ID: <20140704010128.GA21150@kroah.com> (raw)

The following changes since commit a497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee:

  Linux 3.16-rc2 (2014-06-21 19:02:54 -1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-3.16-rc4

for you to fetch changes up to e4adcff09ca39ecbcc4851d40d0f0a5458e7b77a:

  usb: chipidea: udc: delete td from req's td list at ep_dequeue (2014-07-01 23:06:02 -0700)

----------------------------------------------------------------
USB bugfixes for 3.16-rc4

Here's a round of USB bugfixes, quirk additions, and new device ids for
3.16-rc4.  Nothing major in here at all, just a bunch of tiny changes.
All have been in linux-next with no reported issues.

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

----------------------------------------------------------------
Alan Stern (1):
      usb-storage/SCSI: Add broken_fua blacklist flag

Andreas Larsson (1):
      usb: gadget: gr_udc: Fix check for invalid number of microframes

Andrzej Pietrasiewicz (2):
      usb: gadget: OS descriptors configfs cleanup
      usb: gadget: OS descriptors: provide interface directory names

Bjørn Mork (1):
      usb: option: add/modify Olivetti Olicard modems

Dan Carpenter (1):
      usb: gadget: f_rndis: fix an error code on allocation failure

Ezequiel Garcia (1):
      usb: musb: Fix panic upon musb_am335x module removal

Felipe Balbi (1):
      Revert "tools: ffs-test: convert to new descriptor format fixing compilation error"

George Cherian (3):
      usb: dwc3: dwc3-omap: Fix the crash on module removal
      usb: dwc3: dwc3-omap: Disable/Enable only wrapper interrupts in prepare/complete
      usb: musb: core: Handle Babble condition only in HOST mode

Greg Kroah-Hartman (3):
      Merge tag 'fixes-for-v3.16-rc2' of git://git.kernel.org/.../balbi/usb into usb-linus
      Merge tag 'usb-serial-3.16-rc3' of git://git.kernel.org/.../johan/usb-serial into usb-linus
      Merge tag 'fixes-for-v3.16-rc4' of git://git.kernel.org/.../balbi/usb into usb-linus

Jeff Westfahl (1):
      usb: gadget: u_ether: synchronize with transmit when stopping queue

Johan Hovold (3):
      MAINTAINERS: drop two usb-serial subdriver entries
      USB: ftdi_sio: fix null deref at port probe
      MAINTAINERS: update e-mail address

Kuninori Morimoto (1):
      usb: renesas: gadget: fixup: complete STATUS stage after receiving

Linus Walleij (1):
      usb: musb: ux500: don't propagate the OF node

Lothar Waßmann (1):
      usb: musb: dsps: fix the base address for accessing the mode register

Lu Baolu (1):
      xhci: clear root port wake on bits if controller isn't wake-up capable

Marcus Nutzinger (1):
      usb: gadget: gadgetfs: correct dev state

Mathias Nyman (2):
      xhci: Use correct SLOT ID when handling a reset device command
      xhci: correct burst count field for isoc transfers on 1.0 xhci hosts

Michal Nazarewicz (4):
      tools: ffs-test: convert to new descriptor format fixing compilation error
      usb: gadget: f_fs: fix NULL pointer dereference when there are no strings
      usb: gadget: f_fs: resurect usb_functionfs_descs_head structure
      tools: ffs-test: fix header values endianess

Oliver Neukum (1):
      USB: option: add device ID for SpeedUp SU9800 usb 3g modem

Peter Chen (1):
      usb: chipidea: udc: delete td from req's td list at ep_dequeue

Srinivas Kandagatla (2):
      usb: phy: msm: Do not do runtime pm if the phy is not idle
      usb: Kconfig: make EHCI_MSM selectable for QCOM SOCs

Thomas Gleixner (1):
      usb: musb: Ensure that cppi41 timer gets armed on premature DMA TX irq

Wang, Yu (1):
      xhci: Fix runtime suspended xhci from blocking system suspend.

Zhuang Jin Can (1):
      usb: dwc3: gadget: check link trb after free_slot is increased

 MAINTAINERS                         | 14 +-------------
 drivers/scsi/sd.c                   |  5 ++++-
 drivers/usb/chipidea/udc.c          |  7 +++++++
 drivers/usb/dwc3/Kconfig            |  1 +
 drivers/usb/dwc3/dwc3-omap.c        | 17 ++++++++++++++---
 drivers/usb/dwc3/gadget.c           |  8 ++++----
 drivers/usb/gadget/configfs.c       | 37 +++++++++++++++++++------------------
 drivers/usb/gadget/configfs.h       |  1 +
 drivers/usb/gadget/f_fs.c           | 12 +++++++-----
 drivers/usb/gadget/f_rndis.c        |  6 ++++--
 drivers/usb/gadget/gr_udc.c         |  5 +++--
 drivers/usb/gadget/inode.c          |  7 ++++++-
 drivers/usb/gadget/u_ether.c        |  3 +++
 drivers/usb/host/Kconfig            |  2 +-
 drivers/usb/host/xhci-hub.c         |  5 ++++-
 drivers/usb/host/xhci-ring.c        |  9 ++++++---
 drivers/usb/host/xhci.c             | 10 +++++++---
 drivers/usb/musb/musb_am335x.c      | 23 ++++++-----------------
 drivers/usb/musb/musb_core.c        |  2 +-
 drivers/usb/musb/musb_cppi41.c      |  2 +-
 drivers/usb/musb/musb_dsps.c        |  9 ++++-----
 drivers/usb/musb/ux500.c            |  1 -
 drivers/usb/phy/phy-msm-usb.c       |  4 +++-
 drivers/usb/renesas_usbhs/fifo.c    |  8 ++++++++
 drivers/usb/serial/ftdi_sio.c       |  7 +++++--
 drivers/usb/serial/option.c         | 26 ++++++++++++++++++++------
 drivers/usb/storage/scsiglue.c      |  4 ++++
 drivers/usb/storage/unusual_devs.h  |  7 +++++++
 include/linux/usb_usual.h           |  4 +++-
 include/scsi/scsi_device.h          |  1 +
 include/uapi/linux/usb/functionfs.h |  7 +++++++
 tools/usb/ffs-test.c                |  4 ++--
 32 files changed, 164 insertions(+), 94 deletions(-)

                 reply	other threads:[~2014-07-04  0:57 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=20140704010128.GA21150@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.