public inbox for linux-kernel@vger.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.33-rc1
Date: Wed, 23 Dec 2009 11:49:51 -0800	[thread overview]
Message-ID: <20091223194951.GA18101@kroah.com> (raw)

Here are some USB patches for the 2.6.33-rc1 tree.

They do:
	- documentation updates
	- new device ids
	- bugfixes
	- reorg the device ids in one usb-serial driver.  I took this
	  now as it's a merge pressure point, and this is just a code
	  move now, no functionality changed at all.  It's odd that git
	  didn't show this as a code move in the diffstat, I used:
	  	git diff -m --stat --summary
	  to generate the diffstat.  Should I be doing something else?
	  Or is it because the code is being removed from one file and
	  placed in another one?

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

All of these patches have been in the linux-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

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

 Documentation/ABI/testing/sysfs-bus-usb |   18 +-
 Documentation/usb/power-management.txt  |   41 +-
 MAINTAINERS                             |    2 +-
 drivers/usb/Makefile                    |    2 -
 drivers/usb/core/hcd.c                  |    4 +-
 drivers/usb/core/hub.c                  |   58 +-
 drivers/usb/core/sysfs.c                |    6 +-
 drivers/usb/core/usb.c                  |    6 +-
 drivers/usb/early/ehci-dbgp.c           |    2 +-
 drivers/usb/gadget/audio.c              |    1 +
 drivers/usb/gadget/f_audio.c            |   15 +-
 drivers/usb/gadget/u_audio.c            |   12 +-
 drivers/usb/gadget/u_audio.h            |    2 +-
 drivers/usb/misc/appledisplay.c         |    5 +-
 drivers/usb/misc/emi62.c                |    2 +-
 drivers/usb/musb/blackfin.c             |  150 +++--
 drivers/usb/musb/blackfin.h             |    2 -
 drivers/usb/musb/cppi_dma.c             |    6 +
 drivers/usb/musb/davinci.c              |    2 +-
 drivers/usb/musb/musb_core.c            |   14 +-
 drivers/usb/musb/musb_gadget.c          |   13 +-
 drivers/usb/musb/musb_gadget_ep0.c      |   14 +-
 drivers/usb/otg/isp1301_omap.c          |    4 +-
 drivers/usb/serial/ftdi_sio.c           |    1 +
 drivers/usb/serial/ftdi_sio.h           |  959 +------------------------------
 drivers/usb/serial/ftdi_sio_ids.h       |  986 +++++++++++++++++++++++++++++++
 drivers/usb/serial/mos7840.c            |    7 +-
 drivers/usb/serial/option.c             |    5 +
 28 files changed, 1234 insertions(+), 1105 deletions(-)
 create mode 100644 drivers/usb/serial/ftdi_sio_ids.h

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

Alan Stern (3):
      USB: power management documentation update
      USB: rename usb_configure_device
      USB: fix bugs in usb_(de)authorize_device

Andreas Mohr (2):
      USB: ftdi_sio: isolate all device IDs to new ftdi_sio_ids.h header
      USB: ftdi_sio: sort PID/VID entries in new ftdi_sio_ids.h header

Arnaud Mandy (1):
      USB: musb: gadget: set otg tranceiver to idle when registering gadget

Bill Gatliff (1):
      USB: Fix double-linking of drivers/usb/otg when ULPI is selected

Blaise Gassend (1):
      USB: serial: Extra device/vendor ID for mos7840 driver

Bryan Wu (1):
      USB: musb: workaround Blackfin FIFO anomalies

Clemens Ladisch (1):
      USB: emi62: fix crash when trying to load EMI 6|2 firmware

Cliff Cai (4):
      USB: musb: fix compiling warning with min() macro
      USB: musb: correct DMA address for tx
      USB: audio gadget: fix wTotalLength calculation
      USB: audio gadget: free alsa devices when unloading

Donny Kurnia (1):
      USB: option: support hi speed for modem Haier CE100

Felipe Balbi (4):
      USB: musb: move musb_remove to __exit
      USB: musb: MAINTAINERS: Fix my tree's address
      USB: musb: do not work if no gadget driver is loaded
      usb: otg: isp1301_omap: fix compile error

Jan Beulich (1):
      USB: fix section mismatch in early ehci dbgp

Julia Lawall (1):
      USB: gadget: Use ERR_PTR/IS_ERR

Maulik Mankad (2):
      USB: musb: Fix null pointer dereference issue
      USB: musb: Fix array index out of bounds issue

Randy Dunlap (1):
      USB core: fix recent kernel-doc warnings

Sergei Shtylyov (2):
      USB: musb_gadget: fix kernel oops in txstate()
      USB: musb: gadget_ep0: avoid SetupEnd interrupt

Swaminathan S (2):
      USB: musb: Populate the VBUS GPIO with the correct GPIO number
      USB: musb: fix for crash in DM646x USB when (CPPI)DMA is enabled

pancho horrillo (2):
      USB: add device ID for Apple Cinema Display 23in 2007
      USB: Fix a bug on appledisplay.c regarding signedness


             reply	other threads:[~2009-12-23 19:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-23 19:49 Greg KH [this message]
2009-12-23 21:48 ` [GIT PATCH] USB patches for 2.6.33-rc1 Linus Torvalds
2009-12-23 23:38   ` Greg KH

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=20091223194951.GA18101@kroah.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox