2011-05-16 09:38:00

by Munegowda, Keshava

[permalink] [raw]
Subject: [RESEND][PATCH 0/5] arm: omap: usb: Runtime PM support for EHCI and OHCI drivers

From: Keshava Munegowda <[email protected]>

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.

Keshava Munegowda (5):
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
arm: omap: usb: Runtime PM support
arm: omap: usb: 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 | 236 +++++++++++++---------------
6 files changed, 504 insertions(+), 206 deletions(-)


2011-05-16 12:38:34

by Munegowda, Keshava

[permalink] [raw]
Subject: Re: [RESEND][PATCH 0/5] arm: omap: usb: Runtime PM support for EHCI and OHCI drivers

On Mon, May 16, 2011 at 3:03 PM, Keshava Munegowda
<[email protected]> wrote:
> From: Keshava Munegowda <[email protected]>
>
> 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.
>
> Keshava Munegowda (5):
> ?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
> ?arm: omap: usb: Runtime PM support
> ?arm: omap: usb: 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 ? ? ? ? ? ? ? ?| ?236 +++++++++++++---------------
> ?6 files changed, 504 insertions(+), 206 deletions(-)
>

balbi

need your decision (ACK / review comments) on this series too.


Regards
Keshava