commit | 802bb9b67de75ea75638b8b1ca4b21a76a03bebf | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Wed Jul 22 19:21:13 2015 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Jul 27 15:12:29 2015 +0200 |
tree | 0b105306f6fa64525f0cf7c2680d1e7bd0bcb637 | |
parent | ee04139d916a61454850f3e3c687f50f891fc8bd [diff] |
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 <linus.walleij@linaro.org>