Re: [PATCH] fix pinctrl setup for i.IMX6

2017-03-16 Thread Linus Walleij
On Wed, Mar 15, 2017 at 5:26 PM, Tony Lindgren wrote: > I think as a regression fix for the -rc series, we should use Mika's > patch with the following tweaks: > > 1. Instead of adding yet another devm_pinctrl_register_and_init(), >let's just make devm_pinctrl_register_and_init() not call sta

Re: [PATCH] fix pinctrl setup for i.IMX6

2017-03-15 Thread Tony Lindgren
* Gary Bisson [170314 07:57]: > Hi Linus, > > On Tue, Mar 14, 2017 at 03:47:58PM +0100, Linus Walleij wrote: > > On Tue, Feb 28, 2017 at 7:00 AM, Mika Penttilä > > wrote: > > > > > Recent pulls for mainline pre 4.11 introduced pinctrl setup changes and > > > moved pinctrl-imx to > > > use gene

Re: [PATCH] fix pinctrl setup for i.IMX6

2017-03-14 Thread Tony Lindgren
* Linus Walleij [170314 07:50]: > On Tue, Feb 28, 2017 at 7:00 AM, Mika Penttilä > wrote: > > > Recent pulls for mainline pre 4.11 introduced pinctrl setup changes and > > moved pinctrl-imx to > > use generic helpers. > > > > Net effect was that hog group could not be resolved. I made it work f

Re: [PATCH] fix pinctrl setup for i.IMX6

2017-03-14 Thread Gary Bisson
Hi Linus, On Tue, Mar 14, 2017 at 03:47:58PM +0100, Linus Walleij wrote: > On Tue, Feb 28, 2017 at 7:00 AM, Mika Penttilä > wrote: > > > Recent pulls for mainline pre 4.11 introduced pinctrl setup changes and > > moved pinctrl-imx to > > use generic helpers. > > > > Net effect was that hog grou

Re: [PATCH] fix pinctrl setup for i.IMX6

2017-03-14 Thread Linus Walleij
On Tue, Feb 28, 2017 at 7:00 AM, Mika Penttilä wrote: > Recent pulls for mainline pre 4.11 introduced pinctrl setup changes and moved > pinctrl-imx to > use generic helpers. > > Net effect was that hog group could not be resolved. I made it work for myself > with a two stage setup with create an

[PATCH] fix pinctrl setup for i.IMX6

2017-02-27 Thread Mika Penttilä
Hi! Recent pulls for mainline pre 4.11 introduced pinctrl setup changes and moved pinctrl-imx to use generic helpers. Net effect was that hog group could not be resolved. I made it work for myself with a two stage setup with create and start separated, and dt probe in between them. Signed-of