RE: [PATCH] gpio: mxc: Only getting second IRQ when there is more than one IRQ

2019-09-19 Thread Anson Huang
Hi, Bartosz > czw., 19 wrz 2019 o 08:10 Anson Huang napisał(a): > > > > On some of i.MX SoCs like i.MX8QXP, there is ONLY one IRQ for each > > GPIO bank, so it is better to check the IRQ count before getting > > second IRQ to avoid below error message during probe: > > > > [1.070908] gpio-mxc

Re: [PATCH] gpio: mxc: Only getting second IRQ when there is more than one IRQ

2019-09-19 Thread Bartosz Golaszewski
czw., 19 wrz 2019 o 08:10 Anson Huang napisał(a): > > On some of i.MX SoCs like i.MX8QXP, there is ONLY one IRQ for each > GPIO bank, so it is better to check the IRQ count before getting > second IRQ to avoid below error message during probe: > > [1.070908] gpio-mxc 5d08.gpio: IRQ index 1

[PATCH] gpio: mxc: Only getting second IRQ when there is more than one IRQ

2019-09-18 Thread Anson Huang
On some of i.MX SoCs like i.MX8QXP, there is ONLY one IRQ for each GPIO bank, so it is better to check the IRQ count before getting second IRQ to avoid below error message during probe: [1.070908] gpio-mxc 5d08.gpio: IRQ index 1 not found [1.077420] gpio-mxc 5d09.gpio: IRQ index 1