From: Linus Walleij Date: Wed, 22 Jul 2015 17:21:13 +0000 (+0200) Subject: pinctrl: nomadik: depromote GPIO to subsystem_init() X-Git-Tag: omap-for-v4.3/fixes-rc1~95^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=802bb9b67de75ea75638b8b1ca4b21a76a03bebf;p=pandora-kernel.git pinctrl: nomadik: depromote GPIO to subsystem_init() 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 --- Reading git-diff-tree failed