diff options
author | Dmitry Osipenko <digetx@gmail.com> | 2018-08-02 14:11:43 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-08-03 20:17:39 +0300 |
commit | 1e0813ee5599932c856bda64a568895ed7a33d3a (patch) | |
tree | 7af062c439058bc020f867aefb90a741197c73a9 /drivers/pinctrl/vt8500 | |
parent | 973232e2a327cbf30b50b678af081426ca403088 (diff) | |
download | linux-1e0813ee5599932c856bda64a568895ed7a33d3a.tar.xz |
pinctrl: tegra: Move drivers registration to arch_init level
There is a bug in regards to deferred probing within the drivers core
that causes GPIO-driver to suspend after its users. The bug appears if
GPIO-driver probe is getting deferred, which happens after introducing
dependency on PINCTRL-driver for the GPIO-driver by defining "gpio-ranges"
property in device-tree. The bug in the drivers core is old (more than 4
years now) and is well known, unfortunately there is no easy fix for it.
The good news is that we can workaround the deferred probe issue by
changing GPIO / PINCTRL drivers registration order and hence by moving
PINCTRL driver registration to the arch_init level and GPIO to the
subsys_init.
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Acked-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/vt8500')
0 files changed, 0 insertions, 0 deletions