[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1312899309-24067-1-git-send-email-keshava_mgowda@ti.com>
Date: Tue, 9 Aug 2011 19:45:04 +0530
From: Keshava Munegowda <keshava_mgowda@...com>
To: <linux-usb@...r.kernel.org>, <linux-omap@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
CC: Keshava Munegowda <keshava_mgowda@...com>, <balbi@...com>,
<gadiyar@...com>, <sameo@...ux.intel.com>, <parthab@...ia.ti.com>,
<tony@...mide.com>, <khilman@...com>, <b-cousson@...com>,
<paul@...an.com>, <johnstul@...ibm.com>, <vishwanath.bs@...com>,
Keshava Munegowda <Keshava_mgowda@...com>
Subject: [PATCH 0/5 v4] mfd: omap: usb: Runtime PM support for EHCI and OHCI drivers
From: Keshava Munegowda <Keshava_mgowda@...com>
The Hwmod structures and Runtime PM features are implemented
For EHCI and OHCI drivers of OMAP3 and OMAP4.
The global suspend/resume of EHCI and OHCI
is validated on OMAP3430 sdp board with these patches.
these patches are rebased to kevin's pm branch and
usbhs latest mainline kernel patches
TODO:
- Aggressive clock cutting in usb bus suspends
- Remote Wakeup implementation using irq-chaing
Benoit Cousson (1):
arm: omap: usb: ehci and ohci hwmod structures for omap4
Keshava Munegowda (4):
arm: omap: usb: ehci and ohci hwmod structures for omap3
arm: omap: usb: register hwmods of usbhs
arm: omap: usb: device name change for the clk names of usbhs
mfd: omap: usb: Runtime PM support
arch/arm/mach-omap2/clock3xxx_data.c | 26 +-
arch/arm/mach-omap2/clock44xx_data.c | 10 +-
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 279 +++++++++++
arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 244 ++++++++++
arch/arm/mach-omap2/usb-host.c | 114 ++---
arch/arm/plat-omap/include/plat/usb.h | 3 -
drivers/mfd/omap-usb-host.c | 724 +++++++++++-----------------
drivers/usb/host/ehci-omap.c | 19 +-
drivers/usb/host/ohci-omap3.c | 14 +-
9 files changed, 877 insertions(+), 556 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists