Re: [PATCH] gpio: mxc: add check to return defer probe if clock tree NOT ready

2019-02-25 Thread Linus Walleij
On Sat, Feb 23, 2019 at 4:18 AM Anson Huang wrote: > On i.MX8MQ platform, clock driver uses platform driver > model and it is probed after GPIO driver, so when GPIO > driver fails to get clock, it should check the error type > to decide whether to return defer probe or just ignore > the clock ope

[PATCH] gpio: mxc: add check to return defer probe if clock tree NOT ready

2019-02-22 Thread Anson Huang
On i.MX8MQ platform, clock driver uses platform driver model and it is probed after GPIO driver, so when GPIO driver fails to get clock, it should check the error type to decide whether to return defer probe or just ignore the clock operation. Fixes: 2808801aab8a ("gpio: mxc: add clock operation")