Re: [PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-11-08 Thread Tony Lindgren
* Linus Walleij [161108 03:32]: > On Mon, Nov 7, 2016 at 4:26 PM, Tony Lindgren wrote: > > * Linus Walleij [161104 14:50]: > > >> +struct of_phandle_args; > >> + > >> #ifdef CONFIG_OF > >> > >> Let's see if it works! > > >

Re: [PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-11-08 Thread Tony Lindgren
* Linus Walleij [161108 03:32]: > On Mon, Nov 7, 2016 at 4:26 PM, Tony Lindgren wrote: > > * Linus Walleij [161104 14:50]: > > >> +struct of_phandle_args; > >> + > >> #ifdef CONFIG_OF > >> > >> Let's see if it works! > > > > OK so do we know now? It seems there was one more email > > about it

Re: [PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-11-08 Thread Linus Walleij
On Mon, Nov 7, 2016 at 4:26 PM, Tony Lindgren wrote: > * Linus Walleij [161104 14:50]: >> +struct of_phandle_args; >> + >> #ifdef CONFIG_OF >> >> Let's see if it works! > > OK so do we know now? It seems there was one more email > about it but it may

Re: [PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-11-08 Thread Linus Walleij
On Mon, Nov 7, 2016 at 4:26 PM, Tony Lindgren wrote: > * Linus Walleij [161104 14:50]: >> +struct of_phandle_args; >> + >> #ifdef CONFIG_OF >> >> Let's see if it works! > > OK so do we know now? It seems there was one more email > about it but it may have been without it. I haven't seen

Re: [PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-11-07 Thread Tony Lindgren
* Linus Walleij [161104 14:50]: > On Thu, Nov 3, 2016 at 5:35 PM, Tony Lindgren wrote: > > > Introduce #pinctrl-cells helper binding and generic helper functions > > pinctrl_count_index_with_args() and pinctrl_parse_index_with_args(). > > > >

Re: [PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-11-07 Thread Tony Lindgren
* Linus Walleij [161104 14:50]: > On Thu, Nov 3, 2016 at 5:35 PM, Tony Lindgren wrote: > > > Introduce #pinctrl-cells helper binding and generic helper functions > > pinctrl_count_index_with_args() and pinctrl_parse_index_with_args(). > > > > Acked-by: Rob Herring > > Signed-off-by: Tony

Re: [PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-11-04 Thread Linus Walleij
On Thu, Nov 3, 2016 at 5:35 PM, Tony Lindgren wrote: > Introduce #pinctrl-cells helper binding and generic helper functions > pinctrl_count_index_with_args() and pinctrl_parse_index_with_args(). > > Acked-by: Rob Herring > Signed-off-by: Tony Lindgren

Re: [PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-11-04 Thread Linus Walleij
On Thu, Nov 3, 2016 at 5:35 PM, Tony Lindgren wrote: > Introduce #pinctrl-cells helper binding and generic helper functions > pinctrl_count_index_with_args() and pinctrl_parse_index_with_args(). > > Acked-by: Rob Herring > Signed-off-by: Tony Lindgren Ooops applied this v2 version instead of

Re: [PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-11-04 Thread Linus Walleij
On Fri, Oct 28, 2016 at 6:53 PM, Tony Lindgren wrote: > From tony Mon Sep 17 00:00:00 2001 > From: Tony Lindgren > Date: Tue, 25 Oct 2016 08:33:34 -0700 > Subject: [PATCH] pinctrl: Introduce generic #pinctrl-cells and > pinctrl_parse_index_with_args > >

Re: [PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-11-04 Thread Linus Walleij
On Fri, Oct 28, 2016 at 6:53 PM, Tony Lindgren wrote: > From tony Mon Sep 17 00:00:00 2001 > From: Tony Lindgren > Date: Tue, 25 Oct 2016 08:33:34 -0700 > Subject: [PATCH] pinctrl: Introduce generic #pinctrl-cells and > pinctrl_parse_index_with_args > > Introduce #pinctrl-cells helper binding

Re: [PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-11-04 Thread kbuild test robot
Hi Tony, [auto build test WARNING on pinctrl/for-next] [also build test WARNING on v4.9-rc3 next-20161028] [cannot apply to robh/for-next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-11-04 Thread kbuild test robot
Hi Tony, [auto build test WARNING on pinctrl/for-next] [also build test WARNING on v4.9-rc3 next-20161028] [cannot apply to robh/for-next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-11-03 Thread Tony Lindgren
* kbuild test robot [161103 13:29]: >In file included from drivers/pinctrl/core.c:36:0: > >> drivers/pinctrl/devicetree.h:29:14: warning: 'struct of_phandle_args' > >> declared inside parameter list will not be visible outside of this > >> definition or declaratio Hmm maybe

Re: [PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-11-03 Thread Tony Lindgren
* kbuild test robot [161103 13:29]: >In file included from drivers/pinctrl/core.c:36:0: > >> drivers/pinctrl/devicetree.h:29:14: warning: 'struct of_phandle_args' > >> declared inside parameter list will not be visible outside of this > >> definition or declaratio Hmm maybe we should just

Re: [PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-11-03 Thread kbuild test robot
Hi Tony, [auto build test WARNING on pinctrl/for-next] [also build test WARNING on v4.9-rc3 next-20161028] [cannot apply to robh/for-next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or

Re: [PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-11-03 Thread kbuild test robot
Hi Tony, [auto build test WARNING on pinctrl/for-next] [also build test WARNING on v4.9-rc3 next-20161028] [cannot apply to robh/for-next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or

[PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-11-03 Thread Tony Lindgren
Introduce #pinctrl-cells helper binding and generic helper functions pinctrl_count_index_with_args() and pinctrl_parse_index_with_args(). Acked-by: Rob Herring Signed-off-by: Tony Lindgren --- .../bindings/pinctrl/pinctrl-bindings.txt | 44 ++-

[PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-11-03 Thread Tony Lindgren
Introduce #pinctrl-cells helper binding and generic helper functions pinctrl_count_index_with_args() and pinctrl_parse_index_with_args(). Acked-by: Rob Herring Signed-off-by: Tony Lindgren --- .../bindings/pinctrl/pinctrl-bindings.txt | 44 ++- drivers/pinctrl/devicetree.c

Re: [PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-10-31 Thread Rob Herring
On Fri, Oct 28, 2016 at 09:53:38AM -0700, Tony Lindgren wrote: > * Tony Lindgren [161027 07:59]: > > * Linus Walleij [161027 00:57]: > > > On Tue, Oct 25, 2016 at 6:45 PM, Tony Lindgren wrote: > > > > +/* > > > > + * For pinctrl

Re: [PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-10-31 Thread Rob Herring
On Fri, Oct 28, 2016 at 09:53:38AM -0700, Tony Lindgren wrote: > * Tony Lindgren [161027 07:59]: > > * Linus Walleij [161027 00:57]: > > > On Tue, Oct 25, 2016 at 6:45 PM, Tony Lindgren wrote: > > > > +/* > > > > + * For pinctrl binding, typically #pinctrl-cells is for the pin > > > >

Re: [PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-10-28 Thread Tony Lindgren
* Tony Lindgren [161027 07:59]: > * Linus Walleij [161027 00:57]: > > On Tue, Oct 25, 2016 at 6:45 PM, Tony Lindgren wrote: > > > +/* > > > + * For pinctrl binding, typically #pinctrl-cells is for the pin > > > controller > > > + *

Re: [PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-10-28 Thread Tony Lindgren
* Tony Lindgren [161027 07:59]: > * Linus Walleij [161027 00:57]: > > On Tue, Oct 25, 2016 at 6:45 PM, Tony Lindgren wrote: > > > +/* > > > + * For pinctrl binding, typically #pinctrl-cells is for the pin > > > controller > > > + * device, so either parent or grandparent. See

Re: [PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-10-27 Thread Linus Walleij
On Tue, Oct 25, 2016 at 6:45 PM, Tony Lindgren wrote: I need some DT person to take a look at this binding and ACK it. > +For pin controller hardware with a large number of identical registers naming > +each bit both can be unmaintainable. Further there can be a large number

Re: [PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-10-27 Thread Linus Walleij
On Tue, Oct 25, 2016 at 6:45 PM, Tony Lindgren wrote: I need some DT person to take a look at this binding and ACK it. > +For pin controller hardware with a large number of identical registers naming > +each bit both can be unmaintainable. Further there can be a large number of > similar >

Re: [PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-10-27 Thread Tony Lindgren
* Linus Walleij [161027 00:57]: > On Tue, Oct 25, 2016 at 6:45 PM, Tony Lindgren wrote: > > I need some DT person to take a look at this binding and ACK it. > > > +For pin controller hardware with a large number of identical registers > > naming > >

Re: [PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-10-27 Thread Tony Lindgren
* Linus Walleij [161027 00:57]: > On Tue, Oct 25, 2016 at 6:45 PM, Tony Lindgren wrote: > > I need some DT person to take a look at this binding and ACK it. > > > +For pin controller hardware with a large number of identical registers > > naming > > +each bit both can be unmaintainable.

[PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-10-25 Thread Tony Lindgren
Introduce #pinctrl-cells helper binding and generic helper functions pinctrl_count_index_with_args() and pinctrl_parse_index_with_args(). Signed-off-by: Tony Lindgren --- .../bindings/pinctrl/pinctrl-bindings.txt | 42 +- drivers/pinctrl/devicetree.c

[PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args

2016-10-25 Thread Tony Lindgren
Introduce #pinctrl-cells helper binding and generic helper functions pinctrl_count_index_with_args() and pinctrl_parse_index_with_args(). Signed-off-by: Tony Lindgren --- .../bindings/pinctrl/pinctrl-bindings.txt | 42 +- drivers/pinctrl/devicetree.c | 151