Re: [PATCH 2/4] pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,pins

2016-11-04 Thread Linus Walleij
On Thu, Nov 3, 2016 at 5:35 PM, Tony Lindgren wrote: > We can now use generic parser. To support the legacy binding without > #pinctrl-cells, add pcs_quirk_missing_pinctrl_cells() and warn about > missing #pinctrl-cells. > > Let's also update the documentation for struct

Re: [PATCH 2/4] pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,pins

2016-11-04 Thread Linus Walleij
On Thu, Nov 3, 2016 at 5:35 PM, Tony Lindgren wrote: > We can now use generic parser. To support the legacy binding without > #pinctrl-cells, add pcs_quirk_missing_pinctrl_cells() and warn about > missing #pinctrl-cells. > > Let's also update the documentation for struct pcs_soc_data while at it

Re: [PATCH 2/4] pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,pins

2016-11-04 Thread Linus Walleij
On Tue, Oct 25, 2016 at 6:45 PM, Tony Lindgren wrote: > We can now use generic parser. To support the legacy binding without > #pinctrl-cells, add pcs_quirk_missing_pinctrl_cells() and warn about > missing #pinctrl-cells. > > Let's also update the documentation for struct

Re: [PATCH 2/4] pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,pins

2016-11-04 Thread Linus Walleij
On Tue, Oct 25, 2016 at 6:45 PM, Tony Lindgren wrote: > We can now use generic parser. To support the legacy binding without > #pinctrl-cells, add pcs_quirk_missing_pinctrl_cells() and warn about > missing #pinctrl-cells. > > Let's also update the documentation for struct pcs_soc_data while at

[PATCH 2/4] pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,pins

2016-11-03 Thread Tony Lindgren
We can now use generic parser. To support the legacy binding without #pinctrl-cells, add pcs_quirk_missing_pinctrl_cells() and warn about missing #pinctrl-cells. Let's also update the documentation for struct pcs_soc_data while at it as that seems to be out of date. Signed-off-by: Tony Lindgren

[PATCH 2/4] pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,pins

2016-11-03 Thread Tony Lindgren
We can now use generic parser. To support the legacy binding without #pinctrl-cells, add pcs_quirk_missing_pinctrl_cells() and warn about missing #pinctrl-cells. Let's also update the documentation for struct pcs_soc_data while at it as that seems to be out of date. Signed-off-by: Tony Lindgren

Re: [PATCH 2/4] pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,pins

2016-10-28 Thread Tony Lindgren
* Tony Lindgren [161026 07:17]: > * Tony Lindgren [161025 09:51]: > > We can now use generic parser. To support the legacy binding without > > #pinctrl-cells, add pcs_quirk_missing_pinctrl_cells() and warn about > > missing #pinctrl-cells. > ... > > > +/** >

Re: [PATCH 2/4] pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,pins

2016-10-28 Thread Tony Lindgren
* Tony Lindgren [161026 07:17]: > * Tony Lindgren [161025 09:51]: > > We can now use generic parser. To support the legacy binding without > > #pinctrl-cells, add pcs_quirk_missing_pinctrl_cells() and warn about > > missing #pinctrl-cells. > ... > > > +/** > > + *

Re: [PATCH 2/4] pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,pins

2016-10-26 Thread Tony Lindgren
* Tony Lindgren [161025 09:51]: > We can now use generic parser. To support the legacy binding without > #pinctrl-cells, add pcs_quirk_missing_pinctrl_cells() and warn about > missing #pinctrl-cells. ... > +/** > + * pcs_quirk_missing_pinctrl_cells - handle legacy binding > + *

Re: [PATCH 2/4] pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,pins

2016-10-26 Thread Tony Lindgren
* Tony Lindgren [161025 09:51]: > We can now use generic parser. To support the legacy binding without > #pinctrl-cells, add pcs_quirk_missing_pinctrl_cells() and warn about > missing #pinctrl-cells. ... > +/** > + * pcs_quirk_missing_pinctrl_cells - handle legacy binding > + * @pcs: pinctrl

[PATCH 2/4] pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,pins

2016-10-25 Thread Tony Lindgren
We can now use generic parser. To support the legacy binding without #pinctrl-cells, add pcs_quirk_missing_pinctrl_cells() and warn about missing #pinctrl-cells. Let's also update the documentation for struct pcs_soc_data while at it as that seems to be out of date. Signed-off-by: Tony Lindgren

[PATCH 2/4] pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,pins

2016-10-25 Thread Tony Lindgren
We can now use generic parser. To support the legacy binding without #pinctrl-cells, add pcs_quirk_missing_pinctrl_cells() and warn about missing #pinctrl-cells. Let's also update the documentation for struct pcs_soc_data while at it as that seems to be out of date. Signed-off-by: Tony Lindgren