[Meego-kernel] [PATCH v2 0/5] Intel Penwell USB OTG runtime PM patches

Wu, Hao hao.wu at intel.com
Thu Dec 2 06:09:22 PST 2010


Hi Arjan

These are 5 patches of Penwell USB OTG runtime PM functions for MeeGo.
It includes host / OTG Transceiver / Device controller drivers modification for runtime PM.
All patches are for meego-kernel, based on K35.

Mainly changes from V1 patches: fixed comments from Alan when submitted to AC-Tree.
- Remove unnecessary ifdef for RUNTIME_PM. (Patch 1 & 2)
- Remove unnecessary check in if condition. (Patch 2)
- Update function name and add Intel Medfield platform check for common use (Patch 3)

Hao Wu (3):
  usb: penwell_otg: add runtime pm support
  usb: ehci-langwell-pci: add transceiver driver interface for runtime
    pm
  usb: langwell_udc: add runtime pm support for otg

Andy Luo (1):
  usb: core: add runtime pm support for Intel Medfield platform

Jiebing Li (1):
  usb: langwell_udc: add runtime pm support

 drivers/usb/core/hcd-pci.c           |  199 ++++++++++++++++++++++++----------
 drivers/usb/gadget/langwell_udc.c    |  201 +++++++++++++++++++++++++++++++---
 drivers/usb/host/ehci-langwell-pci.c |   47 ++++++++-
 drivers/usb/otg/penwell_otg.c        |  184 +++++++++++++++++++++++++++----
 include/linux/usb/intel_mid_otg.h    |    7 +
 5 files changed, 541 insertions(+), 97 deletions(-)


More information about the MeeGo-kernel mailing list