From: Partha Basak <p-basak2-l0cyMroinI0@public.gmane.org>
To: Kevin Hilman <khilman-l0cyMroinI0@public.gmane.org>,
Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>
Cc: Keshava Munegowda <keshava_mgowda-l0cyMroinI0@public.gmane.org>,
linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Anand Gadiyar <gadiyar-l0cyMroinI0@public.gmane.org>,
sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org,
parthab-PpE0FKYn9XJWk0Htik3J/w@public.gmane.org,
tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org,
Benoit Cousson <b-cousson-l0cyMroinI0@public.gmane.org>,
paul-DWxLp4Yu+b8AvxtiuMwx3w@public.gmane.org,
johnstul-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org,
Vishwanath Sripathy <vishwanath.bs-l0cyMroinI0@public.gmane.org>,
KISHON VIJAY ABRAHAM <kishon-l0cyMroinI0@public.gmane.org>
Subject: RE: [PATCH 0/6 v3] arm: omap: usb: Runtime PM support for EHCI and OHCI drivers
Date: Fri, 8 Jul 2011 23:20:54 +0530 [thread overview]
Message-ID: <c1ed0c50a398ed5296dea561c9a30a6d@mail.gmail.com> (raw)
In-Reply-To: <87k4bsbzfe.fsf-l0cyMroinI0@public.gmane.org>
>-----Original Message-----
>From: Kevin Hilman [mailto:khilman-l0cyMroinI0@public.gmane.org]
>Sent: Friday, July 08, 2011 8:19 PM
>To: balbi-l0cyMroinI0@public.gmane.org
>Cc: Keshava Munegowda; linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; linux-
>omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; gadiyar-l0cyMroinI0@public.gmane.org;
>sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org; parthab-PpE0FKYn9XJWk0Htik3J/w@public.gmane.org; tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org; b-
>cousson-l0cyMroinI0@public.gmane.org; paul-DWxLp4Yu+b8AvxtiuMwx3w@public.gmane.org; johnstul-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org;
>vishwanath.bs-l0cyMroinI0@public.gmane.org; kishon-l0cyMroinI0@public.gmane.org
>Subject: Re: [PATCH 0/6 v3] arm: omap: usb: Runtime PM support for EHCI
>and OHCI drivers
>
>Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org> writes:
>
>> Hi Kevin, Paul, Tony, Benoit,
>>
>> On Fri, Jul 08, 2011 at 04:32:39PM +0530, Keshava Munegowda wrote:
>>> 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.
>>>
>>> V3:
>>> Set MSTANDBY_SMART_WKUP for idlemode of usbhost
>>> Rebased on top of git://gitorious.org/omap-pm/linux.git
>>> Branch: for_3.1/3_hwmod_fixes
>>> commit 213ca8a3a8d73225f2f5304ab3a68c6eda0f6d1b
>>> Author: Benoit Cousson <b-cousson-l0cyMroinI0@public.gmane.org>
>>> Date: Fri Jul 1 13:52:03 2011 +0200
>>>
>>> OMAP: hwmod: Move pr_debug to improve the readability
>>>
>>> Sligtly move the pr_debug at the top of the function
>>> to trace the entry even if the first test is failing.
>>> That help understanding that we entered the function
>>> but failed in it.
>>>
>>> Move the _enable last part out of the test to reduce
>>> indentation and improve readability.
>>>
>>> Signed-off-by: Benoit Cousson <b-cousson-l0cyMroinI0@public.gmane.org>
>>> Cc: Paul Walmsley <paul-DWxLp4Yu+b8AvxtiuMwx3w@public.gmane.org>
>>>
>>> Benoit Cousson (1):
>>> arm: omap: usb: ehci and ohci hwmod structures for omap4
>>>
>>> Keshava Munegowda (5):
>>> 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
>>> arm: omap: usb: Runtime PM support
>>> arm: omap: usb: global Suspend and resume support of ehci and ohci
>>
>> can we get the hwmod stuff in this merge window now ? It has been
>> rebased on Benoit's branch.
>
>Not yet.
>
>It's not about rebasing, it's that the data itself has changed, and new
>fields have been added to the hwmod (like clkdm.)
>
>Please check the result of the latest auto-generated hwmods against the
>stuff that is being submitted.
Not all the patches sent by Benoit are accepted by Paul.
Can you point to a git-tree which we should compare against?
>
>Kevin
--
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
next prev parent reply other threads:[~2011-07-08 17:50 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-08 11:02 [PATCH 0/6 v3] arm: omap: usb: Runtime PM support for EHCI and OHCI drivers Keshava Munegowda
2011-07-08 11:02 ` [PATCH 1/6 v3] arm: omap: usb: ehci and ohci hwmod structures for omap4 Keshava Munegowda
2011-07-08 11:02 ` [PATCH 2/6 v3] arm: omap: usb: ehci and ohci hwmod structures for omap3 Keshava Munegowda
2011-07-08 11:02 ` [PATCH 3/6 v3] arm: omap: usb: register hwmods of usbhs Keshava Munegowda
2011-07-08 11:02 ` [PATCH 4/6 v3] arm: omap: usb: device name change for the clk names " Keshava Munegowda
2011-07-08 11:02 ` [PATCH 5/6 v3] arm: omap: usb: Runtime PM support Keshava Munegowda
[not found] ` <1310122965-23612-6-git-send-email-keshava_mgowda-l0cyMroinI0@public.gmane.org>
2011-07-08 14:45 ` Alan Stern
[not found] ` <1310122965-23612-1-git-send-email-keshava_mgowda-l0cyMroinI0@public.gmane.org>
2011-07-08 11:02 ` [PATCH 6/6 v3] arm: omap: usb: global Suspend and resume support of ehci and ohci Keshava Munegowda
2011-07-08 11:44 ` [PATCH 0/6 v3] arm: omap: usb: Runtime PM support for EHCI and OHCI drivers Felipe Balbi
2011-07-08 14:49 ` Kevin Hilman
[not found] ` <87k4bsbzfe.fsf-l0cyMroinI0@public.gmane.org>
2011-07-08 17:50 ` Partha Basak [this message]
2011-07-08 14:42 ` EHCI-OMAP failure following unlink Alan Stern
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=c1ed0c50a398ed5296dea561c9a30a6d@mail.gmail.com \
--to=p-basak2-l0cymroini0@public.gmane.org \
--cc=b-cousson-l0cyMroinI0@public.gmane.org \
--cc=balbi-l0cyMroinI0@public.gmane.org \
--cc=gadiyar-l0cyMroinI0@public.gmane.org \
--cc=johnstul-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org \
--cc=keshava_mgowda-l0cyMroinI0@public.gmane.org \
--cc=khilman-l0cyMroinI0@public.gmane.org \
--cc=kishon-l0cyMroinI0@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=parthab-PpE0FKYn9XJWk0Htik3J/w@public.gmane.org \
--cc=paul-DWxLp4Yu+b8AvxtiuMwx3w@public.gmane.org \
--cc=sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
--cc=tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org \
--cc=vishwanath.bs-l0cyMroinI0@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox