Re: [PATCH v2 10/20] omap: zoom: add fixed regulator device for wlan

2010-07-25 Thread Ohad Ben-Cohen
On Fri, Jul 23, 2010 at 12:15 PM, Mark Brown
broo...@opensource.wolfsonmicro.com wrote:
 On Fri, Jul 23, 2010 at 02:13:38AM +0300, Ohad Ben-Cohen wrote:
 On Thu, Jul 22, 2010 at 2:16 PM, Roger Quadros roger.quad...@nokia.com 
 wrote:
  .dev_name       = mmci-omap-hs.2

 I already set the .dev member of the consumer in a similar manner to
 how all other regulators are configured in this board - please check
 out patch 13:

 https://patchwork.kernel.org/patch/113418/

 Does this look reasonable to you ?

 You should really be using dev_name in preference to dev these days
 unless there's a *very* good reason.

Changed, thank you.

I'll submit the updated patch now as a standalone patch as it has no
dependencies on the whole series, and it could only help to start
trimming that series down.


--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 10/20] omap: zoom: add fixed regulator device for wlan

2010-07-23 Thread Mark Brown
On Fri, Jul 23, 2010 at 02:13:38AM +0300, Ohad Ben-Cohen wrote:
 On Thu, Jul 22, 2010 at 2:16 PM, Roger Quadros roger.quad...@nokia.com 
 wrote:
  .dev_name       = mmci-omap-hs.2

 I already set the .dev member of the consumer in a similar manner to
 how all other regulators are configured in this board - please check
 out patch 13:

 https://patchwork.kernel.org/patch/113418/

 Does this look reasonable to you ?

You should really be using dev_name in preference to dev these days
unless there's a *very* good reason.
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 10/20] omap: zoom: add fixed regulator device for wlan

2010-07-22 Thread Roger Quadros

On 07/21/2010 08:59 PM, ext Mark Brown wrote:

On Wed, Jul 21, 2010 at 08:33:44PM +0300, Ohad Ben-Cohen wrote:


+static struct regulator_consumer_supply zoom_vmmc3_supply = {
+   .supply = vmmc,
+};


This looks like a misconfiguration on the consumer - I'd strongly expect
the consumer to have a dev_name specified also with the name being in
terms of the consumer device.


you need to add something like

.dev_name   = mmci-omap-hs.2

regards,
-roger
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 10/20] omap: zoom: add fixed regulator device for wlan

2010-07-22 Thread Ohad Ben-Cohen
On Thu, Jul 22, 2010 at 2:16 PM, Roger Quadros roger.quad...@nokia.com wrote:
 On 07/21/2010 08:59 PM, ext Mark Brown wrote:

 On Wed, Jul 21, 2010 at 08:33:44PM +0300, Ohad Ben-Cohen wrote:

 +static struct regulator_consumer_supply zoom_vmmc3_supply = {
 +       .supply         = vmmc,
 +};

 This looks like a misconfiguration on the consumer - I'd strongly expect
 the consumer to have a dev_name specified also with the name being in
 terms of the consumer device.

 you need to add something like

 .dev_name       = mmci-omap-hs.2

I already set the .dev member of the consumer in a similar manner to
how all other regulators are configured in this board - please check
out patch 13:

https://patchwork.kernel.org/patch/113418/

Does this look reasonable to you ?

Thanks,
Ohad.


 regards,
 -roger

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 10/20] omap: zoom: add fixed regulator device for wlan

2010-07-21 Thread Mark Brown
On Wed, Jul 21, 2010 at 08:33:44PM +0300, Ohad Ben-Cohen wrote:

 +static struct regulator_consumer_supply zoom_vmmc3_supply = {
 + .supply = vmmc,
 +};

This looks like a misconfiguration on the consumer - I'd strongly expect
the consumer to have a dev_name specified also with the name being in
terms of the consumer device.
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html