mirror of https://lore.kernel.org/lkml/
 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.7-rc5
Date: Fri, 16 Nov 2012 06:21:25 -0800	[thread overview]
Message-ID: <20121116142125.GA2242@kroah.com> (raw)

The following changes since commit 8f0d8163b50e01f398b14bcd4dc039ac5ab18d64:

  Linux 3.7-rc3 (2012-10-28 12:24:48 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-3.7-rc5

for you to fetch changes up to e592c5d0b7db94b485b4a2342db041a1882b7f75:

  Revert "USB/host: Cleanup unneccessary irq disable code" (2012-11-13 10:52:52 -0800)

----------------------------------------------------------------
USB fixes for 3.7-rc5

Here are some USB fixes for the 3.7 tree.

Nothing huge here, just a number of tiny bugfixes resolving issues that
have been found, and two reverts of patches that were found to have
caused problems.

All of these have been in linux-next already.

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

----------------------------------------------------------------
Bjørn Mork (1):
      USB: keyspan: fix typo causing GPF on open

Dan Williams (2):
      USB: option: add Novatel E362 and Dell Wireless 5800 USB IDs
      USB: option: add Alcatel X220/X500D USB IDs

Felipe Balbi (1):
      Revert "usb: musb: use DMA mode 1 whenever possible"

Greg Kroah-Hartman (2):
      Merge tag 'fixes-for-v3.7-rc4' of git://git.kernel.org/.../balbi/usb into usb-linus
      Revert "USB/host: Cleanup unneccessary irq disable code"

Jan Beulich (1):
      USB: fix build with XEN and EARLY_PRINTK_DBGP enabled but USB_SUPPORT disabled

Johan Hovold (1):
      USB: usb_wwan: fix bulk-urb allocation

Roger Quadros (1):
      usb: otg: Fix build errors if USB_MUSB_OMAP2PLUS is selected as module

Wei Yongjun (1):
      usb: musb: ux500: fix 'musbid' undeclared error in ux500_remove()

 drivers/usb/core/hcd.c         | 16 ++++++++++++++++
 drivers/usb/early/ehci-dbgp.c  | 15 +++++++++------
 drivers/usb/host/ehci-ls1x.c   |  2 +-
 drivers/usb/host/ohci-xls.c    |  2 +-
 drivers/usb/musb/musb_gadget.c | 30 ++++++++++++++++++++++++++----
 drivers/usb/musb/ux500.c       |  2 +-
 drivers/usb/otg/Kconfig        |  4 ++--
 drivers/usb/serial/keyspan.c   |  3 +--
 drivers/usb/serial/option.c    |  9 +++++++++
 drivers/usb/serial/usb_wwan.c  | 10 +++++-----
 10 files changed, 71 insertions(+), 22 deletions(-)

                 reply	other threads:[~2012-11-16 14:20 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=20121116142125.GA2242@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

Powered by JetHome