pinctrl: nomadik: depromote GPIO to subsystem_init()
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 22 Jul 2015 17:21:13 +0000 (19:21 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 27 Jul 2015 13:12:29 +0000 (15:12 +0200)
We no longer have to do GPIO initialization before the
pinctrl initialization, instead we can initialize the pinctrl
portions of the driver first and then the GPIO. Thus we can
move GPIO initialization to a subsystem_initcall(), but
not yet to a device_initcall().

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/nomadik/pinctrl-nomadik.c