lkml.org 
[lkml]   [2013]   [Apr]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe[2]: [PATCH] regulator: mc13783: Add device tree probe support
Date
Hello.

> On Sun, Apr 07, 2013 at 09:02:11PM +0400, Alexander Shiyan wrote:
> > Patch adds device tree probe support for mc13783-regulator driver.
>
> I'd expect to see a document describing the binding for any new binding.
OK.

> > + if (num_parsed != num_regulators) {
> > + dev_warn(&pdev->dev,
> > + "parsed %d != regulators %d - check your device tree!\n",
> > + num_parsed, num_regulators);
> >
> > - init_data = &pdata->regulators[i];
> > - desc = &mc13783_regulators[init_data->id].desc;
> > + num_regulators = num_parsed;
> > + priv->num_regulators = num_regulators;
>
> Why is this something we warn about? Users should be able to omit
> unused regulators, no point in adding nodes that don't have any real
> information.

Warning is appear on nonexistent regulators names only.
I will rewrite warning procedure in the v2 globally for mc13xx.
Thanks.

---
\
 
 \ /
  Last update: 2013-04-08 19:21    [W:0.332 / U:0.108 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site