linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Munegowda, Keshava" <keshava_mgowda-l0cyMroinI0@public.gmane.org>
To: Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	parthab-PpE0FKYn9XJWk0Htik3J/w@public.gmane.org,
	govindraj.raja-l0cyMroinI0@public.gmane.org,
	balbi-l0cyMroinI0@public.gmane.org
Subject: Re: [PATCH] ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset issue
Date: Mon, 19 Mar 2012 11:48:22 +0530	[thread overview]
Message-ID: <CAP05o4JdP3Hn6QqVLF-CfeXUXfebUuyLN6eKYnUbJMxGoMgH+w@mail.gmail.com> (raw)
In-Reply-To: <20120316162022.GA20524@sortiz-mobl>

On Fri, Mar 16, 2012 at 9:50 PM, Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> wrote:
> Hi Keshava,
>
> On Thu, Mar 08, 2012 at 08:30:21PM +0530, Munegowda, Keshava wrote:
>> On Fri, Mar 2, 2012 at 7:36 PM, Munegowda, Keshava
>> <keshava_mgowda-l0cyMroinI0@public.gmane.org> wrote:
>> > On Fri, Feb 24, 2012 at 5:14 PM, Munegowda, Keshava
>> > <keshava_mgowda-l0cyMroinI0@public.gmane.org> wrote:
>> >> On Fri, Feb 24, 2012 at 3:46 PM, Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org> wrote:
>> >>> Hi,
>> >>>
>> >>> On Fri, Feb 24, 2012 at 03:36:15PM +0530, Keshava Munegowda wrote:
>> >>>> From: Keshava Munegowda <Keshava_mgowda-l0cyMroinI0@public.gmane.org>
>> >>>>
>> >>>> It is observed that the echi ports of 3430 sdp board
>> >>>> are not working due to the random timing of programming
>> >>>> the associated GPIOs of the ULPI PHYs of the EHCI for reset.
>> >>>> If the PHYs are reset at during usbhs core driver, host ports will
>> >>>> not work because EHCI driver is loaded after the resetting PHYs.
>> >>>> The PHYs should be in reset state while initializing the EHCI
>> >>>> controller.
>> >>>> The code which does the GPIO pins associated with the PHYs
>> >>>> are programmed to reset is moved from the USB host core driver
>> >>>> to EHCI driver.
>> >>>>
>> >>>> Signed-off-by: Keshava Munegowda <keshava_mgowda-l0cyMroinI0@public.gmane.org>
>> >>>> Reviewed-by: Partha Basak <parthab-PpE0FKYn9XJWk0Htik3J/w@public.gmane.org>
>> >>>
>> >>> won't this cause issues with EHCI/OHCI interactions ? I mean, what if
>> >>> you connect a FS/LS device and port is handed over to OHCI, does OHCI
>> >>> have any needs to reset the PHY or something similar ?
>> >>
>> >> No, it will not cause any issues with EHCI-OHCI issues.
>> >> But its difficult to comment on this because we don't have port
>> >> handoff supported
>> >> in hardware.
>> >>
>> >> regards
>> >> keshava
>> >
>> > Hi Samuel
>> >        please let me know if you have any comments on this patch.
>> > This is required patch for omap3 ehci enumeration instabilities.
>> >
>> > Regards
>> > Keshava
>>
>> Hi Samuel
>>       do you have any comments on this patch?
> I actually never received the actual patch, I think.
>
>
>> Felipe has reviewed this patch and he is agreed for this patch.
>> there are no comments from your side, requesting to push this change
>> to mainline.
> I looked at it on gmame, and it seems fine to me. If you want me to push this
> patch, then please (re-)send it to me, even privately.
>
> Cheers,
> Samuel.
>

Thanks Samuel
           yes, I will resend this ASAP.


regards
keshava
--
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

      reply	other threads:[~2012-03-19  6:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-24 10:06 [PATCH] ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset issue Keshava Munegowda
2012-02-24 10:16 ` Felipe Balbi
2012-02-24 11:44   ` Munegowda, Keshava
2012-03-02 14:06     ` Munegowda, Keshava
2012-03-08 15:00       ` Munegowda, Keshava
2012-03-16 16:20         ` Samuel Ortiz
2012-03-19  6:18           ` Munegowda, Keshava [this message]

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=CAP05o4JdP3Hn6QqVLF-CfeXUXfebUuyLN6eKYnUbJMxGoMgH+w@mail.gmail.com \
    --to=keshava_mgowda-l0cymroini0@public.gmane.org \
    --cc=balbi-l0cyMroinI0@public.gmane.org \
    --cc=govindraj.raja-l0cyMroinI0@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=sameo-VuQAYsv1563Yd54FQh9/CA@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;
as well as URLs for NNTP newsgroup(s).