Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758528Ab1FAN3G (ORCPT ); Wed, 1 Jun 2011 09:29:06 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:35976 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755418Ab1FAN2v (ORCPT ); Wed, 1 Jun 2011 09:28:51 -0400 From: Keshava Munegowda To: , , CC: Keshava Munegowda , , , , , , , , , Keshava Munegowda Subject: [PATCH 0/4] arm: omap: usb: Hwmod and Runtime PM support for EHCI & OHCI Date: Wed, 1 Jun 2011 18:57:23 +0530 Message-ID: <1306934847-6098-1-git-send-email-keshava_mgowda@ti.com> X-Mailer: git-send-email 1.6.0.4 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1319 Lines: 30 From: Keshava Munegowda These set of patches - defines the hwmod structures of ehci and ohci of omap3 and omap4 socs. - Implements the Run time pm - global suspend/resume of EHCI and OHCI Since, existing omap usbhs core driver of v3.0-rc1 release uses the run time PM APIs, these patches enables the ehci and ohci functionalaties. Keshava Munegowda (4): arm: omap: usb: ehci and ohci hwmod structures for omap3 and omap4 arm: omap: usb: register hwmods of usbhs arm: omap: usb: device name change for the clk names of usbhs mfd: global Suspend and resume support of ehci and ohci arch/arm/mach-omap2/clock3xxx_data.c | 28 ++-- arch/arm/mach-omap2/clock44xx_data.c | 10 +- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 184 ++++++++++++++++++++++++++++ arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 153 +++++++++++++++++++++++ arch/arm/mach-omap2/usb-host.c | 99 ++++++---------- drivers/mfd/omap-usb-host.c | 105 ++++++++++++++++- 6 files changed, 495 insertions(+), 84 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/