From: Frank Rowand <frank.rowand@am.sony.com>
To: "Munegowda, Keshava" <keshava_mgowda@ti.com>
Cc: "Rowand, Frank" <Frank_Rowand@sonyusa.com>,
"linux-usb@vger.kernel.org" <linux-usb@vger.kernel.org>,
"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"b-cousson@ti.com" <b-cousson@ti.com>,
"balbi@ti.com" <balbi@ti.com>, "gadiyar@ti.com" <gadiyar@ti.com>,
"sameo@linux.intel.com" <sameo@linux.intel.com>,
"parthab@india.ti.com" <parthab@india.ti.com>,
"tony@atomide.com" <tony@atomide.com>,
"khilman@ti.com" <khilman@ti.com>,
"paul@pwsan.com" <paul@pwsan.com>,
"johnstul@us.ibm.com" <johnstul@us.ibm.com>,
"vishwanath.bs@ti.com" <vishwanath.bs@ti.com>
Subject: Re: [PATCH 5/5 v9] mfd: omap: usb: Runtime PM support
Date: Fri, 16 Sep 2011 10:47:06 -0700 [thread overview]
Message-ID: <4E738B9A.3050908@am.sony.com> (raw)
In-Reply-To: <CAP05o4JxUPBM=PqguRL8-Mvgyf=wgxvg7UWMcRo2WXe2jmCUVA@mail.gmail.com>
On 09/16/11 00:31, Munegowda, Keshava wrote:
> On Fri, Sep 16, 2011 at 11:17 AM, Munegowda, Keshava
> <keshava_mgowda@ti.com> wrote:
>> On Fri, Sep 16, 2011 at 6:10 AM, Frank Rowand <frank.rowand@am.sony.com> wrote:
>>> On 09/15/11 06:22, Keshava Munegowda wrote:
>>>> From: Keshava Munegowda <Keshava_mgowda@ti.com>
>>>>
>>>> The usbhs core driver does not enable/disable the interface and
>>>> functional clocks; These clocks are handled by hwmod and runtime pm,
>>>> hence instead of the clock enable/disable, the runtime pm APIS are
>>>> used. however,the port clocks are handled by the usbhs core.
>>>>
>>>> Signed-off-by: Keshava Munegowda <keshava_mgowda@ti.com>
>>>> Reviewed-by: Kevin Hilman <khilman@ti.com>
>>>> ---
>>>> arch/arm/plat-omap/include/plat/usb.h | 3 -
>>>> drivers/mfd/omap-usb-host.c | 731 +++++++++++++--------------------
>>>> drivers/usb/host/ehci-omap.c | 17 +-
>>>> drivers/usb/host/ohci-omap3.c | 18 +-
>>>> 4 files changed, 295 insertions(+), 474 deletions(-)
>>>>
>>>> diff --git a/arch/arm/plat-omap/include/plat/usb.h b/arch/arm/plat-omap/include/plat/usb.h
>>>> index 17d3c93..2b66dc2 100644
>>>
>>> Patch 5/5 is white space mangled. The tabs have been changed into spaces.
>>>
>>> -Frank
>>
>
> Hi Frank
> I tried the checkpatch with --strict option; its not showing
> anything here. may be some problem with your editor/browser.
It must be my email server, because when I pull the patch from an archive
it has tabs. Weird that only the fifth patch is being munged for me...
Thanks for checking!
-Frank
next prev parent reply other threads:[~2011-09-16 17:47 UTC|newest]
Thread overview: 29+ 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 ` 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 ` 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 ` 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 ` Keshava Munegowda
[not found] ` <1316092970-2440-4-git-send-email-keshava_mgowda-l0cyMroinI0@public.gmane.org>
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 ` Keshava Munegowda
2011-09-15 13:22 ` [PATCH 5/5 v9] mfd: omap: usb: Runtime PM support Keshava Munegowda
2011-09-15 13:22 ` Keshava Munegowda
2011-09-16 0:40 ` Frank Rowand
2011-09-16 5:47 ` Munegowda, Keshava
2011-09-16 5:47 ` Munegowda, Keshava
[not found] ` <CAP05o4JK9zdZ8P5o0Di+obDwYjur0p=TC-n9weznqx_odMzycw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-09-16 7:31 ` Munegowda, Keshava
2011-09-16 7:31 ` Munegowda, Keshava
2011-09-16 17:47 ` Frank Rowand [this message]
2011-09-19 6:05 ` Munegowda, Keshava
[not found] ` <1316092970-2440-2-git-send-email-keshava_mgowda-l0cyMroinI0@public.gmane.org>
2011-09-19 10:58 ` [PATCH 1/5 v9] arm: omap: usb: ehci and ohci hwmod structures for omap4 Munegowda, Keshava
2011-09-19 10:58 ` Munegowda, Keshava
2011-09-19 20:46 ` Cousson, Benoit
2011-09-19 20:46 ` Cousson, Benoit
2011-09-20 14:35 ` Munegowda, Keshava
2011-09-19 13:56 ` [PATCH 0/5 v9] mfd: omap: usb: Runtime PM support for EHCI and OHCI drivers Samuel Ortiz
2011-09-19 14:01 ` Munegowda, Keshava
2011-09-19 14:01 ` 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=4E738B9A.3050908@am.sony.com \
--to=frank.rowand@am.sony.com \
--cc=Frank_Rowand@sonyusa.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=sameo@linux.intel.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 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.