All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Benoit Cousson <b-cousson@ti.com>
Cc: florian.vaussard@epfl.ch, Roger Quadros <rogerq@ti.com>,
	devicetree-discuss@lists.ozlabs.org, linux-omap@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 1/4] ARM: dts: omap4-panda: Add USB Host support
Date: Wed, 19 Jun 2013 05:32:18 -0700	[thread overview]
Message-ID: <20130619123217.GB5523@atomide.com> (raw)
In-Reply-To: <51C1A2AE.2020506@ti.com>

* Benoit Cousson <b-cousson@ti.com> [130619 05:30]:
> On 06/19/2013 07:05 AM, Florian Vaussard wrote:
> >>>>>>>+
> >>>>>>>+    /* HS USB Port 1 RESET */
> >>>>>>>+    hsusb1_reset: hsusb1_reset_reg {
> >>>>>>>+        compatible = "regulator-fixed";
> >>>>>>>+        regulator-name = "hsusb1_reset";
> >>>>>>>+        regulator-min-microvolt = <3300000>;
> >>>>>>>+        regulator-max-microvolt = <3300000>;
> >>>>>>>+        gpio = <&gpio2 30 0>;    /* gpio_62 */
> >>>>>>>+        startup-delay-us = <70000>;
> >>>>>>>+        enable-active-high;
> >>>>>>>+    };
> >>>>>>
> >>>>>>Is this really a regulator? Or just a GPIO line used to reset the
> >>>>>>USB PHY?
> >>>>>
> >>>>>It is in fact a GPIO line used as reset.
> >>>>>>
> >>>>>>If this is the case, I don't think it should be represented as a
> >>>>>>regulator.
> >>>>>
> >>>>>Why not? I think it fits very well in the regulator device model.
> >>>
> >>>I'm not sure fitting very well is the correct term.
> >>>It works, for sure, but it is no different than when we were trying
> >>>to abuse the regulator fmwk to enable the 32k clock in phoenix.
> >>>It is just a hack.

If it's a reset, then yeah it's not a regulator. If the GPIO line is
really used to control the regulator in the external device, then it
makes sense to set it up as a regulator.

> >>The only difference is there is a dedicated framework for clocks.
> >>Since there is nothing specific to
> >>handle reset lines it is left to the driver writer how he wants to
> >>manage it.
> >>
> >
> >There is a proposed binding for gpio-controlled reset lines, but it is
> >not yet merged [1].
> >I guess it can fit most usage patterns, and it can be an interesting
> >move in the future.
> 
> I'm glad to see that I was not the only one thinking that the
> regulator was not the right fmwk to do that :-)
> 
> Thanks for the pointer Florian.

Good to hear about the gpio-controlled reset lines :)
 
> I guess that series should be merged for 3.11? Based on the thread,
> it should to through arm-soc.
> 
> Roger,
> 
> It might be tricky to have dependency on that series, but if this is
> possible, you should try. Otherwise, just keep the existing one,
> adding that a new solution will be available soon as a disclaimer.

We need some solution for v3.11 for omap4 USB on panda so people can
use it with DT.

Regards,

Tony

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/4] ARM: dts: omap4-panda: Add USB Host support
Date: Wed, 19 Jun 2013 05:32:18 -0700	[thread overview]
Message-ID: <20130619123217.GB5523@atomide.com> (raw)
In-Reply-To: <51C1A2AE.2020506@ti.com>

* Benoit Cousson <b-cousson@ti.com> [130619 05:30]:
> On 06/19/2013 07:05 AM, Florian Vaussard wrote:
> >>>>>>>+
> >>>>>>>+    /* HS USB Port 1 RESET */
> >>>>>>>+    hsusb1_reset: hsusb1_reset_reg {
> >>>>>>>+        compatible = "regulator-fixed";
> >>>>>>>+        regulator-name = "hsusb1_reset";
> >>>>>>>+        regulator-min-microvolt = <3300000>;
> >>>>>>>+        regulator-max-microvolt = <3300000>;
> >>>>>>>+        gpio = <&gpio2 30 0>;    /* gpio_62 */
> >>>>>>>+        startup-delay-us = <70000>;
> >>>>>>>+        enable-active-high;
> >>>>>>>+    };
> >>>>>>
> >>>>>>Is this really a regulator? Or just a GPIO line used to reset the
> >>>>>>USB PHY?
> >>>>>
> >>>>>It is in fact a GPIO line used as reset.
> >>>>>>
> >>>>>>If this is the case, I don't think it should be represented as a
> >>>>>>regulator.
> >>>>>
> >>>>>Why not? I think it fits very well in the regulator device model.
> >>>
> >>>I'm not sure fitting very well is the correct term.
> >>>It works, for sure, but it is no different than when we were trying
> >>>to abuse the regulator fmwk to enable the 32k clock in phoenix.
> >>>It is just a hack.

If it's a reset, then yeah it's not a regulator. If the GPIO line is
really used to control the regulator in the external device, then it
makes sense to set it up as a regulator.

> >>The only difference is there is a dedicated framework for clocks.
> >>Since there is nothing specific to
> >>handle reset lines it is left to the driver writer how he wants to
> >>manage it.
> >>
> >
> >There is a proposed binding for gpio-controlled reset lines, but it is
> >not yet merged [1].
> >I guess it can fit most usage patterns, and it can be an interesting
> >move in the future.
> 
> I'm glad to see that I was not the only one thinking that the
> regulator was not the right fmwk to do that :-)
> 
> Thanks for the pointer Florian.

Good to hear about the gpio-controlled reset lines :)
 
> I guess that series should be merged for 3.11? Based on the thread,
> it should to through arm-soc.
> 
> Roger,
> 
> It might be tricky to have dependency on that series, but if this is
> possible, you should try. Otherwise, just keep the existing one,
> adding that a new solution will be available soon as a disclaimer.

We need some solution for v3.11 for omap4 USB on panda so people can
use it with DT.

Regards,

Tony

  reply	other threads:[~2013-06-19 12:32 UTC|newest]

Thread overview: 75+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-18 16:04 [PATCH v2 0/4] ARM: OMAP2+: Panda USB Host support and DVI EDID fix Roger Quadros
2013-06-18 16:04 ` Roger Quadros
2013-06-18 16:04 ` Roger Quadros
     [not found] ` <1371571487-14389-1-git-send-email-rogerq-l0cyMroinI0@public.gmane.org>
2013-06-18 16:04   ` [PATCH v2 1/4] ARM: dts: omap4-panda: Add USB Host support Roger Quadros
2013-06-18 16:04     ` Roger Quadros
2013-06-18 16:04     ` Roger Quadros
2013-06-19  1:17     ` Benoit Cousson
2013-06-19  1:17       ` Benoit Cousson
2013-06-19  1:17       ` Benoit Cousson
2013-06-19  7:36       ` Roger Quadros
2013-06-19  7:36         ` Roger Quadros
2013-06-19  7:36         ` Roger Quadros
2013-06-19  7:46         ` Tony Lindgren
2013-06-19  7:46           ` Tony Lindgren
2013-06-19 10:10           ` Benoit Cousson
2013-06-19 10:10             ` Benoit Cousson
2013-06-19 10:10             ` Benoit Cousson
2013-06-19 11:03             ` Roger Quadros
2013-06-19 11:03               ` Roger Quadros
2013-06-19 11:03               ` Roger Quadros
2013-06-19 11:30               ` Benoit Cousson
2013-06-19 11:30                 ` Benoit Cousson
2013-06-19 11:30                 ` Benoit Cousson
2013-06-19 14:02                 ` Roger Quadros
2013-06-19 14:02                   ` Roger Quadros
2013-06-19 14:02                   ` Roger Quadros
2013-06-19 12:05               ` Florian Vaussard
2013-06-19 12:05                 ` Florian Vaussard
2013-06-19 12:23                 ` Benoit Cousson
2013-06-19 12:23                   ` Benoit Cousson
2013-06-19 12:23                   ` Benoit Cousson
2013-06-19 12:32                   ` Tony Lindgren [this message]
2013-06-19 12:32                     ` Tony Lindgren
2013-06-19 14:05                   ` Roger Quadros
2013-06-19 14:05                     ` Roger Quadros
2013-06-19 14:05                     ` Roger Quadros
     [not found]                     ` <51C1BA8C.6000703-l0cyMroinI0@public.gmane.org>
2013-06-19 18:17                       ` Benoit Cousson
2013-06-19 18:17                         ` Benoit Cousson
2013-06-19 18:17                         ` Benoit Cousson
2013-06-19 22:40                     ` Benoit Cousson
2013-06-19 22:40                       ` Benoit Cousson
2013-06-19 22:40                       ` Benoit Cousson
2013-06-20 11:49                       ` Roger Quadros
2013-06-20 11:49                         ` Roger Quadros
2013-06-20 11:49                         ` Roger Quadros
2013-06-19 12:27             ` Tony Lindgren
2013-06-19 12:27               ` Tony Lindgren
2013-06-19 12:34               ` Benoit Cousson
2013-06-19 12:34                 ` Benoit Cousson
2013-06-19 12:34                 ` Benoit Cousson
2013-06-19 12:44                 ` Tony Lindgren
2013-06-19 12:44                   ` Tony Lindgren
2013-06-18 16:04 ` [PATCH v2 2/4] ARM: dts: omap4-panda: Fix DVI EDID reads Roger Quadros
2013-06-18 16:04   ` Roger Quadros
2013-06-18 16:04   ` Roger Quadros
2013-06-18 16:04 ` [PATCH v2 3/4] ARM: dts: omap5-uevm: Provide USB Host PHY clock frequency Roger Quadros
2013-06-18 16:04   ` Roger Quadros
2013-06-18 16:04   ` Roger Quadros
2013-06-18 16:04 ` [PATCH v2 4/4] ARM: OMAP2+: Provide alias to USB PHY clock Roger Quadros
2013-06-18 16:04   ` Roger Quadros
2013-06-18 16:04   ` Roger Quadros
2013-07-15 14:05   ` Roger Quadros
2013-07-15 14:05     ` Roger Quadros
2013-07-15 14:05     ` Roger Quadros
2013-07-16 12:32     ` Tony Lindgren
2013-07-16 12:32       ` Tony Lindgren
2013-07-16 13:39       ` Roger Quadros
2013-07-16 13:39         ` Roger Quadros
2013-07-16 13:39         ` Roger Quadros
2013-07-16 13:43         ` Tony Lindgren
2013-07-16 13:43           ` Tony Lindgren
2013-07-16 13:12     ` Arend van Spriel
2013-07-16 13:12       ` Arend van Spriel
2013-07-16 13:18       ` Arend van Spriel
2013-07-16 13:18         ` Arend van Spriel

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=20130619123217.GB5523@atomide.com \
    --to=tony@atomide.com \
    --cc=b-cousson@ti.com \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=florian.vaussard@epfl.ch \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=rogerq@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.