Re: [PATCH v2] gpio: fix deferred probe detection for legacy API

2014-12-02 Thread Linus Walleij
On Tue, Dec 2, 2014 at 3:15 PM, Alexandre Courbot wrote: > Commit 14e85c0e69d5 ("gpio: remove gpio_descs global array") changed > gpio_to_desc()'s behavior to return NULL not only for GPIOs numbers > not in the valid range, but also for all GPIOs whose controller has not > been probed yet. Althou

Re: [PATCH v2] gpio: fix deferred probe detection for legacy API

2014-12-02 Thread Geert Uytterhoeven
Hi Alexander, On Tue, Dec 2, 2014 at 3:15 PM, Alexandre Courbot wrote: > Commit 14e85c0e69d5 ("gpio: remove gpio_descs global array") changed > gpio_to_desc()'s behavior to return NULL not only for GPIOs numbers > not in the valid range, but also for all GPIOs whose controller has not > been prob