[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140319221404.GA1154@obsidianresearch.com>
Date: Wed, 19 Mar 2014 16:14:04 -0600
From: Jason Gunthorpe <jgunthorpe@...idianresearch.com>
To: Rob Herring <robherring2@...il.com>
Cc: Rob Herring <robh+dt@...nel.org>,
Sergei Shtylyov <sergei.shtylyov@...entembedded.com>,
Florian Fainelli <f.fainelli@...il.com>,
"David S. Miller" <davem@...emloft.net>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH v2a RESEND 2/2] of_mdio: Allow the DT to specify the phy
ID and avoid autoprobing
On Wed, Mar 12, 2014 at 04:35:54PM -0500, Rob Herring wrote:
> > Florian, do you know what path to mainline a this patch should take?
>
> Via David's net tree.
Thanks
> > + cp = of_get_property(device, "compatible", &cplen);
> > + if (cp == NULL)
> > + return -EINVAL;
> > + while (cplen > 0) {
>
> This can all be:
>
> of_property_for_each_string(device, "compatible", prop, cp)
Done
On Thu, Mar 13, 2014 at 01:46:18AM +0300, Sergei Shtylyov wrote:
> The preferred multi-line comment style is:
>
> /*
> * bla
> * bla
> */
>
Sergei, the entire file use the 'net' multi-line commenting style, and
I have maintined that consistency with the new code.
v3 on its way.
Regards,
Jason
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists