Re: [RFC/PATCH] pinctrl: sh-pfc: Accept standard function, pins and groups properties

2015-06-10 Thread Linus Walleij
On Tue, Jun 9, 2015 at 4:35 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: On Fri, Mar 6, 2015 at 11:39 AM, Linus Walleij linus.wall...@linaro.org wrote: This looks good to me, is the patch applicable as it is, or will you rebase it and send out a non-RFC version? This seems to have

Re: [RFC/PATCH] pinctrl: sh-pfc: Accept standard function, pins and groups properties

2015-06-09 Thread Geert Uytterhoeven
Hi Laurent, On Fri, Mar 6, 2015 at 11:39 AM, Linus Walleij linus.wall...@linaro.org wrote: On Wed, Feb 4, 2015 at 10:53 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: On Wednesday 04 February 2015 09:40:48 Linus Walleij wrote: On Tue, Jan 27, 2015 at 9:31 PM, Laurent Pinchart

Re: [RFC/PATCH] pinctrl: sh-pfc: Accept standard function, pins and groups properties

2015-03-06 Thread Linus Walleij
On Wed, Feb 4, 2015 at 10:53 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: On Wednesday 04 February 2015 09:40:48 Linus Walleij wrote: On Tue, Jan 27, 2015 at 9:31 PM, Laurent Pinchart wrote: The function, pins and groups pinmux and pinctrl properties have been standardized.

Re: [RFC/PATCH] pinctrl: sh-pfc: Accept standard function, pins and groups properties

2015-03-01 Thread Laurent Pinchart
Hi Linus, I'd like to move forward with this patch, could you please comment on my reply ? On Wednesday 04 February 2015 11:53:34 Laurent Pinchart wrote: On Wednesday 04 February 2015 09:40:48 Linus Walleij wrote: On Tue, Jan 27, 2015 at 9:31 PM, Laurent Pinchart wrote: The function, pins

Re: [RFC/PATCH] pinctrl: sh-pfc: Accept standard function, pins and groups properties

2015-02-04 Thread Linus Walleij
On Tue, Jan 27, 2015 at 9:31 PM, Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com wrote: The function, pins and groups pinmux and pinctrl properties have been standardized. Support them in addition to the custom renesas,* properties. New-style and old-style properties can't be mixed

Re: [RFC/PATCH] pinctrl: sh-pfc: Accept standard function, pins and groups properties

2015-02-04 Thread Laurent Pinchart
Hi Linus, On Wednesday 04 February 2015 09:40:48 Linus Walleij wrote: On Tue, Jan 27, 2015 at 9:31 PM, Laurent Pinchart wrote: The function, pins and groups pinmux and pinctrl properties have been standardized. Support them in addition to the custom renesas,* properties. New-style and

[RFC/PATCH] pinctrl: sh-pfc: Accept standard function, pins and groups properties

2015-01-27 Thread Laurent Pinchart
The function, pins and groups pinmux and pinctrl properties have been standardized. Support them in addition to the custom renesas,* properties. New-style and old-style properties can't be mixed in DT. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com ---

Re: [RFC/PATCH] pinctrl: sh-pfc: Accept standard function, pins and groups properties

2015-01-27 Thread Geert Uytterhoeven
On Tue, Jan 27, 2015 at 9:31 PM, Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com wrote: + if (of_find_property(np, groups, NULL) || + of_find_property(np, pins, NULL)) { + pmx-func_prop_name = function; +