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 PATCH] USB fixes for 3.11-rc4
Date: Tue, 30 Jul 2013 12:17:35 -0700	[thread overview]
Message-ID: <20130730191735.GA26504@kroah.com> (raw)

The following changes since commit 2c7b871b9102c497ba8f972aa5d38532f05b654d:

  usb: Clear both buffers when clearing a control transfer TT buffer. (2013-07-25 11:37:13 -0700)

are available in the git repository at:

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

for you to fetch changes up to fed1f1ed90bce42ea010e2904cbc04e7b8304940:

  USB: serial: ftdi_sio: add more RT Systems ftdi devices (2013-07-29 13:38:38 -0700)

----------------------------------------------------------------
USB fixes for 3.11-rc4

Here are some tiny USB fixes for 3.11-rc4

Nothing major, some gadget fixes, some new device ids, a new tiny driver
for the ANT+ USB device, and a number of fixes for the mos7840 driver
that were much needed.

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

----------------------------------------------------------------
Andrzej Pietrasiewicz (4):
      usb: gadget: ether: put_usb_function on unbind
      usb: gadget: free opts struct on error recovery
      usb: gadget: multi: fix error return code in cdc_do_config()
      usb: gadget: f_phonet: remove unused preprocessor conditional

Fabio Estevam (1):
      usb: chipidea: cast PORTSC_PTS and DEVLC_PTS macros

Greg Kroah-Hartman (2):
      USB: serial: add driver for Suunto ANT+ USB device
      Merge tag 'fixes-for-v3.11-rc3' of git://git.kernel.org/.../balbi/usb into usb-linus

Johan Hovold (4):
      USB: mos7840: fix race in register handling
      USB: mos7840: fix device-type detection
      USB: mos7840: fix race in led handling
      USB: mos7840: fix pointer casts

Kishon Vijay Abraham I (1):
      usb: musb: fix resource passed from glue layer to musb

Peter Chen (1):
      usb: chipidea: fix the build error with randconfig

Rick Farina (Zero_Chaos) (1):
      USB: serial: ftdi_sio: add more RT Systems ftdi devices

Rong Wang (1):
      usb: gadget: udc-core: fix the typo of udc state attribute

 drivers/usb/chipidea/Kconfig      |   4 +-
 drivers/usb/chipidea/bits.h       |   4 +-
 drivers/usb/gadget/ether.c        |  14 +++-
 drivers/usb/gadget/f_phonet.c     |   2 -
 drivers/usb/gadget/multi.c        |  10 +--
 drivers/usb/gadget/udc-core.c     |   2 +-
 drivers/usb/musb/omap2430.c       |   7 +-
 drivers/usb/musb/tusb6010.c       |   7 +-
 drivers/usb/serial/Kconfig        |   7 ++
 drivers/usb/serial/Makefile       |   1 +
 drivers/usb/serial/ftdi_sio.c     |  31 +++++++-
 drivers/usb/serial/ftdi_sio_ids.h |  34 +++++++--
 drivers/usb/serial/mos7840.c      | 150 ++++++++++++++++++++++----------------
 drivers/usb/serial/suunto.c       |  41 +++++++++++
 14 files changed, 223 insertions(+), 91 deletions(-)
 create mode 100644 drivers/usb/serial/suunto.c

                 reply	other threads:[~2013-07-30 19:17 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=20130730191735.GA26504@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.