Hi, Here are a number of USB and PCI fixes for 2.6.14-rc2. There's also a patch in here to remove me as the I2C maintainer, as Jean is doing such a good job that I don't need to be listed there anymore. I'll still be the conduit for the i2c and hwmon patches into the main kernel tree, but Jean will be taking care of the full day-to-day duties of it now. Below is the diffstat of the whole series. thanks, greg k-h Documentation/usb/URB.txt | 77 ++++++++++++++--------------------- MAINTAINERS | 4 - drivers/base/class.c | 14 +++++- drivers/base/dd.c | 5 +- drivers/block/ub.c | 59 ++++++++++++++------------ drivers/pci/hotplug.c | 6 -- drivers/pci/hotplug/rpadlpar_sysfs.c | 6 +- drivers/pci/hotplug/sgi_hotplug.c | 6 +- drivers/pci/pci-sysfs.c | 4 - drivers/pci/probe.c | 6 +- drivers/s390/cio/ccwgroup.c | 2 drivers/usb/core/message.c | 2 drivers/usb/core/usb.c | 6 +- drivers/usb/gadget/pxa2xx_udc.c | 4 - drivers/usb/gadget/pxa2xx_udc.h | 10 ++-- drivers/usb/host/sl811-hcd.c | 18 ++++++-- drivers/usb/net/pegasus.c | 31 +++++++++----- drivers/usb/serial/airprime.c | 5 +- drivers/usb/serial/ftdi_sio.c | 10 ++-- drivers/usb/serial/option.c | 15 +++++- include/linux/device.h | 7 ++- 21 files changed, 168 insertions(+), 129 deletions(-) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- [patch 09/18] ub: fix burning cds
- From: Greg KH <[email protected]>
- [patch 17/18] ub: Comment out unconditional stall clear
- From: Greg KH <[email protected]>
- [patch 06/18] PCI: convert kcalloc to kzalloc
- From: Greg KH <[email protected]>
- [patch 07/18] fix drivers/pci/probe.c warning
- From: Greg KH <[email protected]>
- [patch 05/18] PCI: remove unused "scratch"
- From: Greg KH <[email protected]>
- [patch 18/18] USB: Update Documentation/usb/URB.txt
- From: Greg KH <[email protected]>
- [patch 15/18] usb/serial/option.c: Increase input buffer size
- From: Greg KH <[email protected]>
- [patch 11/18] USB: ftdi_sio: allow baud rate to be changed without raising RTS and DTR
- From: Greg KH <[email protected]>
- [patch 16/18] USB: Add Novatel CDMA Wireless PC card IDs to airprime
- From: Greg KH <[email protected]>
- [patch 10/18] USB: more device IDs for Option card driver
- From: Greg KH <[email protected]>
- [patch 14/18] USB: fix pegasus driver
- From: Greg KH <[email protected]>
- [patch 13/18] USB: sl811-hcd minor fixes
- From: Greg KH <[email protected]>
- [patch 08/18] PCI Hotplug: Fix buffer overrun in rpadlpar_sysfs.c
- From: Greg KH <[email protected]>
- [patch 12/18] USB: fix pxa2xx_udc compile warnings
- From: Greg KH <[email protected]>
- [patch 02/18] Driver Core: add helper device_is_registered()
- From: Greg KH <[email protected]>
- [patch 04/18] I2C: remove me from the MAINTAINERS file for i2c
- From: Greg Kroah-Hartman <[email protected]>
- [patch 01/18] Driver Core: fis bus rescan devices race
- From: Greg KH <[email protected]>
- [patch 03/18] fix class symlinks in sysfs
- From: Greg KH <[email protected]>
- [patch 09/18] ub: fix burning cds
- Prev by Date: [patch 04/18] I2C: remove me from the MAINTAINERS file for i2c
- Next by Date: [patch 02/18] Driver Core: add helper device_is_registered()
- Previous by thread: [PATCH 0/3] GDT virtualization performance
- Next by thread: [patch 03/18] fix class symlinks in sysfs
- Index(es):