All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
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 patches for 2.6.27-rc4
Date: Thu, 21 Aug 2008 10:30:27 -0700	[thread overview]
Message-ID: <20080821173027.GA7974@suse.de> (raw)

Here are some USB patches for your 2.6.26-git tree.

The majority of this patch is removing a file from the recently added
musb driver, as we shouldn't be adding new proc files for drivers,
debugfs is much better for that.

Other than that, the rest are:
	- usb suspend bugfixes
	- add back a patch you reverted at the very end of 2.6.26
	- usb driver bugfixes
	- device id updates

Please pull from:
	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/

All of these patches have been in the -next and -mm trees.

The full patches will be sent to the linux-usb mailing list, if anyone
wants to see them.

thanks,

greg k-h

------------

 drivers/usb/class/cdc-acm.c         |    5 +-
 drivers/usb/core/driver.c           |   96 ++--
 drivers/usb/core/hcd.c              |    9 -
 drivers/usb/core/hcd.h              |    4 -
 drivers/usb/core/hub.c              |    9 -
 drivers/usb/core/urb.c              |    9 +-
 drivers/usb/core/usb.c              |   73 +++-
 drivers/usb/core/usb.h              |    3 +
 drivers/usb/gadget/pxa27x_udc.c     |    2 +-
 drivers/usb/host/isp1760-hcd.c      |    2 +-
 drivers/usb/host/ohci-at91.c        |    1 -
 drivers/usb/host/ohci-au1xxx.c      |    1 -
 drivers/usb/host/ohci-ep93xx.c      |    1 -
 drivers/usb/host/ohci-hub.c         |   53 ++-
 drivers/usb/host/ohci-lh7a404.c     |    1 -
 drivers/usb/host/ohci-omap.c        |    1 -
 drivers/usb/host/ohci-pci.c         |    1 -
 drivers/usb/host/ohci-pnx4008.c     |    1 -
 drivers/usb/host/ohci-pnx8550.c     |    1 -
 drivers/usb/host/ohci-ppc-of.c      |    1 -
 drivers/usb/host/ohci-ppc-soc.c     |    1 -
 drivers/usb/host/ohci-ps3.c         |    1 -
 drivers/usb/host/ohci-pxa27x.c      |    1 -
 drivers/usb/host/ohci-s3c2410.c     |    1 -
 drivers/usb/host/ohci-sa1111.c      |    1 -
 drivers/usb/host/ohci-sh.c          |    1 -
 drivers/usb/host/ohci-sm501.c       |    1 -
 drivers/usb/host/ohci-ssb.c         |    1 -
 drivers/usb/host/u132-hcd.c         |   11 -
 drivers/usb/misc/sisusbvga/sisusb.c |    1 +
 drivers/usb/musb/Kconfig            |   13 +-
 drivers/usb/musb/Makefile           |   21 +-
 drivers/usb/musb/musb_core.c        |   38 +-
 drivers/usb/musb/musb_core.h        |   19 -
 drivers/usb/musb/musb_debug.h       |    4 -
 drivers/usb/musb/musb_gadget_ep0.c  |    2 +
 drivers/usb/musb/musb_procfs.c      |  830 -----------------------------------
 drivers/usb/serial/option.c         |    2 +
 include/linux/usb.h                 |    3 +
 39 files changed, 194 insertions(+), 1032 deletions(-)
 delete mode 100644 drivers/usb/musb/musb_procfs.c

---------------

Alan Stern (5):
      USB: Add udev argument to interface suspend/resume functions
      USB: Defer Set-Interface for suspended devices
      USB: Add new PM callback methods for USB
      USB: Don't rebind before "complete" callback
      USB: automatically enable RHSC interrupts

Alexey Dobriyan (1):
      USB: cdc-acm: don't unlock acm->mutex on error path

Anand Gadiyar (1):
      MUSB: Fix index register corruption seen with g_ether and Windows host

Enrico Scholz (1):
      USB: ISP1760: fixed trivial math in comment

Eric Sandeen (1):
      USB: cdc-acm: quirk for Conexant CX93010 USB modem

Felipe Balbi (2):
      usb: musb: get rid of procfs entry
      usb: musb: get rid of MUSB_LOGLEVEL and use parameter

Hiroshi Miura (1):
      usb-serial: option support HSDPA modem A2502

Oliver Neukum (1):
      USB: fix bug in usb_unlink_anchored_urbs()

Robert Jarzmik (1):
      USB: Fix pxa27x_udc usb speed handling.

Stefan Lippers-Hollmann (1):
      USB: sisusbvga: add USB ID for 0711:0918 Magic Control Technology Corp.


                 reply	other threads:[~2008-08-21 17:33 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=20080821173027.GA7974@suse.de \
    --to=gregkh@suse.de \
    --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.