Re: [PATCH] gpiolib: Keep returning EPROBE_DEFER when we should

2018-02-26 Thread Maxime Ripard
On Mon, Feb 26, 2018 at 11:24:35AM +0100, Linus Walleij wrote: > On Wed, Feb 21, 2018 at 10:16 AM, Maxime Ripard > wrote: > > On Wed, Feb 21, 2018 at 09:17:15AM +0100, Linus Walleij wrote: > >> On Wed, Feb 21, 2018 at 9:11 AM, Maxime Ripard > >> wrote: > >> > > This is slightly embarrassing, but

Re: [PATCH] gpiolib: Keep returning EPROBE_DEFER when we should

2018-02-26 Thread Linus Walleij
On Wed, Feb 21, 2018 at 10:16 AM, Maxime Ripard wrote: > On Wed, Feb 21, 2018 at 09:17:15AM +0100, Linus Walleij wrote: >> On Wed, Feb 21, 2018 at 9:11 AM, Maxime Ripard >> wrote: >> > This is slightly embarrassing, but that patch doesn't actually fix > anything. I tried to be smart and rework it

Re: [PATCH] gpiolib: Keep returning EPROBE_DEFER when we should

2018-02-21 Thread Maxime Ripard
On Wed, Feb 21, 2018 at 09:17:15AM +0100, Linus Walleij wrote: > On Wed, Feb 21, 2018 at 9:11 AM, Maxime Ripard > wrote: > > > Commits c85823390215 ("gpio: of: Support SPI nonstandard GPIO properties") > > and 6a537d48461d ("gpio: of: Support regulator nonstandard GPIO > > properties") have intro

Re: [PATCH] gpiolib: Keep returning EPROBE_DEFER when we should

2018-02-21 Thread Linus Walleij
On Wed, Feb 21, 2018 at 9:19 AM, Chen-Yu Tsai wrote: > On Wed, Feb 21, 2018 at 4:17 PM, Linus Walleij > wrote: >> On Wed, Feb 21, 2018 at 9:11 AM, Maxime Ripard >> wrote: >> >>> Commits c85823390215 ("gpio: of: Support SPI nonstandard GPIO properties") >>> and 6a537d48461d ("gpio: of: Support r

Re: [PATCH] gpiolib: Keep returning EPROBE_DEFER when we should

2018-02-21 Thread Chen-Yu Tsai
Hi Linus On Wed, Feb 21, 2018 at 4:17 PM, Linus Walleij wrote: > On Wed, Feb 21, 2018 at 9:11 AM, Maxime Ripard > wrote: > >> Commits c85823390215 ("gpio: of: Support SPI nonstandard GPIO properties") >> and 6a537d48461d ("gpio: of: Support regulator nonstandard GPIO >> properties") have introdu

Re: [PATCH] gpiolib: Keep returning EPROBE_DEFER when we should

2018-02-21 Thread Linus Walleij
On Wed, Feb 21, 2018 at 9:11 AM, Maxime Ripard wrote: > Commits c85823390215 ("gpio: of: Support SPI nonstandard GPIO properties") > and 6a537d48461d ("gpio: of: Support regulator nonstandard GPIO > properties") have introduced a regression in the way error codes from > of_get_named_gpiod_flags a