public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Samuel Ortiz <sameo@linux.intel.com>
To: Keshava Munegowda <keshava_mgowda@ti.com>
Cc: linux-usb@vger.kernel.org, linux-omap@vger.kernel.org,
	linux-kernel@vger.kernel.org, b-cousson@ti.com, balbi@ti.com,
	gadiyar@ti.com, parthab@india.ti.com, tony@atomide.com,
	khilman@ti.com, paul@pwsan.com, johnstul@us.ibm.com,
	vishwanath.bs@ti.com
Subject: Re: [PATCH 0/5 v9] mfd: omap: usb: Runtime PM support for EHCI and OHCI drivers
Date: Mon, 19 Sep 2011 15:56:53 +0200	[thread overview]
Message-ID: <20110919135653.GR32263@sortiz-mobl> (raw)
In-Reply-To: <1316092970-2440-1-git-send-email-keshava_mgowda@ti.com>

Hi Keshava,

On Thu, Sep 15, 2011 at 06:52:45PM +0530, Keshava Munegowda wrote:
> From: Keshava Munegowda <Keshava_mgowda@ti.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

I'm ready to apply this one to my MFD for-next branch. Or do you want it to go
through Kevin's tree ?

Cheers,
Samuel

 
> TODO:
>    - Adding pad configurations to Hwmods
>    - Aggressive clock cutting in usb bus suspends
>    - Remote Wakeup implementation using irq-chaining
> 
> 
> 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 |  281 +++++++++++
>  arch/arm/mach-omap2/omap_hwmod_44xx_data.c |  247 ++++++++++
>  arch/arm/mach-omap2/usb-host.c             |  114 ++---
>  arch/arm/plat-omap/include/plat/usb.h      |    3 -
>  drivers/mfd/omap-usb-host.c                |  733 +++++++++++-----------------
>  drivers/usb/host/ehci-omap.c               |   17 +-
>  drivers/usb/host/ohci-omap3.c              |   18 +-
>  9 files changed, 891 insertions(+), 558 deletions(-)
> 

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

  parent reply	other threads:[~2011-09-19 13:54 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-15 13:22 [PATCH 0/5 v9] mfd: omap: usb: Runtime PM support for EHCI and OHCI drivers Keshava Munegowda
2011-09-15 13:22 ` [PATCH 1/5 v9] arm: omap: usb: ehci and ohci hwmod structures for omap4 Keshava Munegowda
2011-09-15 13:22   ` [PATCH 2/5 v9] arm: omap: usb: ehci and ohci hwmod structures for omap3 Keshava Munegowda
2011-09-15 13:22     ` [PATCH 3/5 v9] arm: omap: usb: register hwmods of usbhs Keshava Munegowda
2011-09-15 13:22       ` [PATCH 4/5 v9] arm: omap: usb: device name change for the clk names " Keshava Munegowda
2011-09-15 13:22         ` [PATCH 5/5 v9] mfd: omap: usb: Runtime PM support Keshava Munegowda
2011-09-16  0:40           ` Frank Rowand
2011-09-16  5:47             ` Munegowda, Keshava
2011-09-16  7:31               ` Munegowda, Keshava
2011-09-16 17:47                 ` Frank Rowand
2011-09-19  6:05                   ` Munegowda, Keshava
2011-09-19 10:58   ` [PATCH 1/5 v9] arm: omap: usb: ehci and ohci hwmod structures for omap4 Munegowda, Keshava
2011-09-19 20:46   ` Cousson, Benoit
2011-09-20 14:35     ` Munegowda, Keshava
2011-09-19 13:56 ` Samuel Ortiz [this message]
2011-09-19 14:01   ` [PATCH 0/5 v9] mfd: omap: usb: Runtime PM support for EHCI and OHCI drivers Munegowda, Keshava
2011-09-19 17:22     ` Cousson, Benoit
2011-09-20  6:20       ` Munegowda, Keshava

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110919135653.GR32263@sortiz-mobl \
    --to=sameo@linux.intel.com \
    --cc=b-cousson@ti.com \
    --cc=balbi@ti.com \
    --cc=gadiyar@ti.com \
    --cc=johnstul@us.ibm.com \
    --cc=keshava_mgowda@ti.com \
    --cc=khilman@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=parthab@india.ti.com \
    --cc=paul@pwsan.com \
    --cc=tony@atomide.com \
    --cc=vishwanath.bs@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox