Re: [GIT PATCH] USB patches for 2.6.23

Previous thread: [PATCH 00/10] REVIEW: Xen patches for 2.6.24 by Jeremy Fitzhardinge on Friday, October 12, 2007 - 5:11 pm. (1 message)

Next thread: [PATCH 01/75] platform: prefix MODALIAS with "platform:" by Greg Kroah-Hartman on Friday, October 12, 2007 - 6:16 pm. (75 messages)
To: Linus Torvalds <torvalds@...>, Andrew Morton <akpm@...>
Cc: <linux-kernel@...>, <linux-usb-devel@...>
Date: Friday, October 12, 2007 - 6:12 pm

Here are some USB patches against your 2.6.23 git tree.

They do a lot of different things, suspend issues, new drivers,
cleanups, authorization features, etc. See my summary last week for the
specific details, and the shortlog below for the highlights.

All of these have been in the -mm tree for a while.

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

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

thanks,

greg k-h

Documentation/usb/authorization.txt | 92 +
Documentation/usb/power-management.txt | 517 ++++++
Documentation/usb/usb-serial.txt | 11 +
Documentation/usb/usbmon.txt | 9 +-
MAINTAINERS | 7 +
arch/blackfin/mach-bf537/boards/generic_board.c | 2 +-
arch/blackfin/mach-bf537/boards/pnav10.c | 2 +-
arch/blackfin/mach-bf537/boards/stamp.c | 2 +-
drivers/usb/Makefile | 22 +-
drivers/usb/atm/cxacru.c | 43 +-
drivers/usb/atm/speedtch.c | 3 +-
drivers/usb/atm/ueagle-atm.c | 1384 ++++++++++++---
drivers/usb/class/usblp.c | 116 +-
drivers/usb/core/config.c | 24 +-
drivers/usb/core/devio.c | 77 +-
drivers/usb/core/driver.c | 90 +-
drivers/usb/core/endpoint.c | 1 -
drivers/usb/core/generic.c | 26 +-
drivers/usb/core/hcd.c | 718 +++++----
drivers/usb/core/hcd.h | 46 +-
drivers/usb/core/hub.c | 276 +++-
drivers/usb/core/message.c | 50 +-
drivers/usb/core/quirks.c | 81 +-
drivers/usb/core/sysfs.c | 50 +
drivers/usb/core/urb.c | 106 +-...

To: <gregkh@...>
Cc: <torvalds@...>, <akpm@...>, <linux-kernel@...>, <linux-usb-devel@...>
Date: Friday, October 12, 2007 - 6:20 pm

From: Greg KH <gregkh@suse.de>

Greg, if you haven't already, please consider queueing
this one up for -stable too.

Thanks!
-

To: David Miller <davem@...>
Cc: <torvalds@...>, <akpm@...>, <linux-kernel@...>, <linux-usb-devel@...>
Date: Friday, October 12, 2007 - 6:28 pm

Ah, good idea, I'll go do that.

thanks,

greg k-h
-

Previous thread: [PATCH 00/10] REVIEW: Xen patches for 2.6.24 by Jeremy Fitzhardinge on Friday, October 12, 2007 - 5:11 pm. (1 message)

Next thread: [PATCH 01/75] platform: prefix MODALIAS with "platform:" by Greg Kroah-Hartman on Friday, October 12, 2007 - 6:16 pm. (75 messages)