Collapse the main set of transceiver patches into one. They can't all be collapsed together as some of the non-transceiver changes are needed before the final bits get added. Dropped out the power query while I look at the locking Remove some of the ifdef stuff noted by Alan Stern, and move function pointers Use device pointer not NULL for allocators Fix the bogus git subject lines (I hope) Alek Du (2): EHCI: Disable langwell/penwell LPM capability ehci: Support for Intel Moorestown MPH and OTG host Hao Wu (5): USB OTG Langwell: Update OTG Kconfig and driver version. USB OTG Langwell: use simple IPC command to control VBus power. langwell: USB Client supports common OTG data structure for Intel MID platform EHCI: support common OTG data structure for Intel MID platform. usb: Add Intel Langwell USB OTG Transceiver Driver Jacob Pan (1): ehci: Support Intel Moorestown EHCI controller SRAM QH/QTD/ITD/SITD pool caching JiebingLi (5): langwell: USB Client driver memory handling langwell: USB Client Remote Wakeup Support langwell: USB Client PHY low power mode setting langwell: USB Client Endpoint initialization USB Client driver code cleanup drivers/usb/core/buffer.c | 27 drivers/usb/core/hub.c | 11 drivers/usb/core/usb.h | 1 drivers/usb/gadget/langwell_udc.c | 1196 +++++++++++------ drivers/usb/gadget/langwell_udc.h | 20 drivers/usb/host/ehci-hcd.c | 21 drivers/usb/host/ehci-hub.c | 13 drivers/usb/host/ehci-langwell-pci.c | 269 ++++ drivers/usb/host/ehci-pci.c | 59 + drivers/usb/host/ehci.h | 14 drivers/usb/otg/Kconfig | 14 drivers/usb/otg/Makefile | 1 drivers/usb/otg/langwell_otg.c | 2382 ++++++++++++++++++++++++++++++++++ include/linux/usb/hcd.h | 8 include/linux/usb/langwell_otg.h | 139 ++ 15 files changed, 3695 insertions(+), 480 deletions(-) create mode 100644 drivers/usb/host/ehci-langwell-pci.c create mode 100644 drivers/usb/otg/langwell_otg.c create mode 100644 include/linux/usb/langwell_otg.h -- Rust greets time a grave to steam, in mire gloom to no more gleam Does care die quiet and scarred, berry red in Barry yard Who knows now when I was new, speed in flow and on I flew I turned eyes to run and see, in steam, a dream, adore me -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html