Re: [PATCH V6 2/5] of: move of_parse_phandle()
From: Linus Walleij <hidden>
Date: 2013-08-28 19:30:38
Also in:
linux-gpio
From: Linus Walleij <hidden>
Date: 2013-08-28 19:30:38
Also in:
linux-gpio
On Wed, Aug 14, 2013 at 11:27 PM, Stephen Warren [off-list ref] wrote:
From: Stephen Warren <redacted> Move of_parse_phandle() after __of_parse_phandle_with_args(), since a future patch will call __of_parse_phandle_with_args() from of_parse_phandle(). Moving the function avoids adding a prototype. Doing the move separately highlights the code changes separately. Signed-off-by: Stephen Warren <redacted> Acked-by: Mark Rutland <mark.rutland@arm.com> --- v5: New patch.
Still no feedback from Rob || Grant on this quite important cleanup? I would like to nominate Stephen Warren as co-maintainer of drivers/of/*, he definately knows his way around the code. I'm just worried that he may not accept due to a lot of work in the bindings already. Yours, Linus Walleij