]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
gpio: davinci: Shuffle IRQ resource fetching from DT to beginning of probe
authorKeerthy <j-keerthy@ti.com>
Wed, 13 Jun 2018 03:40:36 +0000 (09:10 +0530)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 18 Jun 2018 05:55:30 +0000 (07:55 +0200)
commitc1d013a70f557e0d6db29398c955b2ec87db1ff8
treeb8f03f4fa195e5170511d3358eece666e7fa602f
parent29d43c22e480b150e00f1ac28a6653efca31cce4
gpio: davinci: Shuffle IRQ resource fetching from DT to beginning of probe

This is needed in case of PROBE_DEFER if IRQ resource is not yet ready.

Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-davinci.c