Here are a few PCI, USB, hwmon, and documentation patches against your latest git tree, they have all been in the past few -mm releases just fine. The big changes in here are some ehci and ohci fixes to handle suspend better (there is still one more pending patch to get it all working completely, but that needs more testing before I send it to you.) thanks, greg k-h MAINTAINERS | 26 + arch/i386/pci/common.c | 6 arch/i386/pci/direct.c | 4 arch/i386/pci/i386.c | 9 drivers/base/bus.c | 21 - drivers/base/dd.c | 10 drivers/hwmon/hdaps.c | 4 drivers/hwmon/it87.c | 9 drivers/hwmon/lm78.c | 4 drivers/hwmon/w83627hf.c | 10 drivers/pci/hotplug/pciehp.h | 1 drivers/pci/hotplug/pciehp_ctrl.c | 15 - drivers/pci/hotplug/pciehp_hpc.c | 12 drivers/pci/pci-acpi.c | 3 drivers/usb/core/hcd-pci.c | 38 ++ drivers/usb/core/hub.c | 3 drivers/usb/host/ehci-hcd.c | 158 +++++------ drivers/usb/host/ehci-hub.c | 7 drivers/usb/host/ehci-pci.c | 515 +++++++++++++++++-------------------- drivers/usb/host/ohci-pci.c | 53 +-- drivers/usb/media/sn9c102_core.c | 4 drivers/usb/serial/ftdi_sio.c | 2 drivers/usb/serial/ftdi_sio.h | 9 drivers/usb/serial/ipw.c | 2 drivers/usb/storage/unusual_devs.h | 11 include/linux/usb.h | 3 26 files changed, 494 insertions(+), 445 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:
- Re: [patch 00/22] PCI, USB and hwmon patches for 2.6.15-rc2-git
- From: Linus Torvalds <[email protected]>
- [patch 21/22] USB: kernel-doc for linux/usb.h
- From: Greg Kroah-Hartman <[email protected]>
- [patch 03/22] Clarify T: field in MAINTAINERS
- From: Greg Kroah-Hartman <[email protected]>
- [patch 15/22] USB: ftdi_sio: new IDs for KOBIL devices
- From: Greg Kroah-Hartman <[email protected]>
- [patch 09/22] PCI: trivial printk updates in common.c
- From: Greg Kroah-Hartman <[email protected]>
- [patch 12/22] PCI: kernel-doc fix for pci-acpi.c
- From: Greg Kroah-Hartman <[email protected]>
- [patch 18/22] USB: EHCI updates split init/reinit logic for resume
- From: Greg Kroah-Hartman <[email protected]>
- [patch 08/22] hwmon: hdaps missing an axis
- From: Greg Kroah-Hartman <[email protected]>
- [patch 22/22] usb serial: remove redundant include
- From: Greg Kroah-Hartman <[email protected]>
- [patch 04/22] Add more SCM trees to MAINTAINERS
- From: Greg Kroah-Hartman <[email protected]>
- [patch 01/22] Small fixes to driver core
- From: Greg Kroah-Hartman <[email protected]>
- [patch 17/22] USB: EHCI updates mostly whitespace cleanups
- From: Greg Kroah-Hartman <[email protected]>
- [patch 14/22] USB: SN9C10x driver - bad page state fix
- From: Greg Kroah-Hartman <[email protected]>
- [patch 02/22] MTD git tree location added to MAINTAINERS
- From: Greg Kroah-Hartman <[email protected]>
- [patch 10/22] PCI Express Hotplug: clear sticky power-fault bit
- From: Greg Kroah-Hartman <[email protected]>
- [patch 16/22] USB: EHCI updates
- From: Greg Kroah-Hartman <[email protected]>
- [patch 11/22] PCI: remove bogus resource collision error
- From: Greg Kroah-Hartman <[email protected]>
- [patch 07/22] hwmon: Fix missing it87 fan div init
- From: Greg Kroah-Hartman <[email protected]>
- [patch 06/22] hwmon: Fix lm78 VID conversion
- From: Greg Kroah-Hartman <[email protected]>
- [patch 13/22] PCI: direct.c: DBG
- From: Greg Kroah-Hartman <[email protected]>
- [patch 05/22] hwmon: Fix missing boundary check when setting W83627THF in0 limits
- From: Greg Kroah-Hartman <[email protected]>
- [patch 20/22] USB: fix USB key generates ioctl_internal_command errors issue
- From: Greg Kroah-Hartman <[email protected]>
- [patch 19/22] USB: ohci, move ppc asic tweaks nearer pci
- From: Greg Kroah-Hartman <[email protected]>
- Re: [patch 00/22] PCI, USB and hwmon patches for 2.6.15-rc2-git
- Prev by Date: [patch 21/22] USB: kernel-doc for linux/usb.h
- Next by Date: Re: [Lse-tech] [PATCH 4/7]: changes notifier head of diechains and add notify_chain_unregister
- Previous by thread: [PATCH] disable LAPIC completely for offline CPU
- Next by thread: [patch 19/22] USB: ohci, move ppc asic tweaks nearer pci
- Index(es):