All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
To: Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>
Cc: Hema HK <hemahk-l0cyMroinI0@public.gmane.org>,
	linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
Subject: Re: [PATCH 0/5 v3] usb: musb: Power management support
Date: Mon, 28 Feb 2011 06:20:30 -0800	[thread overview]
Message-ID: <20110228142030.GA25724@kroah.com> (raw)
In-Reply-To: <20110228085611.GL2459-UiBtZHVXSwEVvW8u9ZQWYwjfymiNCTlR@public.gmane.org>

On Mon, Feb 28, 2011 at 10:56:11AM +0200, Felipe Balbi wrote:
> Hi,
> 
> On Mon, Feb 28, 2011 at 02:19:31PM +0530, Hema HK wrote:
> > This patch series supports the retention and offmode support in the 
> > idle path for musb driver using runtime pm APIs.
> > 
> > This is restricted to support offmode and retention only when device not
> > connected.When device/cable connected with gadget driver loaded, configured
> > to no idle/standby which will not allow the core transition to retention
> > or off.
> > 
> > There is no context save/restore done by hardware for musb in OMAP3
> > and OMAP4,driver has to take care of saving and restoring the context
> > during offmode.
> > 
> > Musb has a requirement of configuring sysconfig register to force
> > idle/standby mode and set the ENABLE_FORCE bit in module STANDBY register
> > for retention and offmode support.
> > 
> > Runtime pm and hwmod frameworks will take care of configuring to force
> > idle/standby when pm_runtime_put_sync is called and back to no
> > idle/standby when pm_runeime_get_sync is called.
> > 
> > Compile, boot tested and also tested the retention in the idle path on
> > OMAP3630Zoom3. And tested the global suspend/resume with offmode enabled.
> > Usb basic functionality tested on OMAP4430SDP.
> > 
> > There is some problem with idle path offmode in mainline, I could not test
> > with offmode. But I have tested this patch with resetting the controller
> > in the idle path when wakeup from retention just to make sure that the
> > context is lost, and restore path is working fine.
> 
> Tony and Greg, how do we handle this one ? Who should take my pull request
> for this series ? I hope we still have a little time to get this into
> 2.6.39, but if we don't I can hold on to them until 2.6.40.

Doesn't bother me which tree they go through, I can take them, or, if
it's easier due to omap merges, Tony can.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2011-02-28 14:20 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-28  8:49 [PATCH 0/5 v3] usb: musb: Power management support Hema HK
     [not found] ` <1298882976-4997-1-git-send-email-hemahk-l0cyMroinI0@public.gmane.org>
2011-02-28  8:49   ` [PATCH 1/5 v3] usb: otg: TWL4030: Update the last_event variable Hema HK
2011-02-28  8:49   ` [PATCH 5/5 v3] usb: otg: OMAP4430: Save/restore the context Hema HK
2011-02-28  8:56   ` [PATCH 0/5 v3] usb: musb: Power management support Felipe Balbi
     [not found]     ` <20110228085611.GL2459-UiBtZHVXSwEVvW8u9ZQWYwjfymiNCTlR@public.gmane.org>
2011-02-28 14:20       ` Greg KH [this message]
2011-02-28 21:22         ` Tony Lindgren
2011-02-28 21:36           ` Greg KH
2011-03-01  9:21             ` Felipe Balbi
     [not found]           ` <20110228212227.GK20560-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2011-03-01  9:26             ` Felipe Balbi
2011-03-01  9:32               ` Felipe Balbi
2011-03-01  9:37   ` Felipe Balbi
2011-02-28  8:49 ` [PATCH 2/5 v3] usb: musb: Remove platform context save/restore API Hema HK
2011-02-28  8:49 ` [PATCH 3/5 v3] usb: musb: Idle path retention and offmode support for OMAP3 Hema HK
2011-02-28  8:49 ` [PATCH 4/5 v3] usb: musb: OMAP4430: Power down the PHY during board init Hema HK

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=20110228142030.GA25724@kroah.com \
    --to=greg-u8xffu+wg4eavxtiumwx3w@public.gmane.org \
    --cc=balbi-l0cyMroinI0@public.gmane.org \
    --cc=hemahk-l0cyMroinI0@public.gmane.org \
    --cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.