diff options
author | Daniel Kurtz <djkurtz@chromium.org> | 2015-12-22 14:46:37 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-12-22 16:21:00 +0100 |
commit | 6c741c74092c61465af206672ba567940a23d709 (patch) | |
tree | ff9f0714b5637035e79521bf783295e378dd86dd /init | |
parent | pinctrl: bcm2835: Fix memory leak in error path (diff) | |
download | linux-6c741c74092c61465af206672ba567940a23d709.tar.xz linux-6c741c74092c61465af206672ba567940a23d709.zip |
pinctrl: mediatek: convert to arch_initcall
Move pinctrl initialization earlier in boot so that real devices can find
their pctldev without probe deferring.
Note: We don't change mt6397 probe order in this patch, since MT6397 is mfd
PMIC, which depends on pwrap on main AP to work. Since pmic-wrap itself
is module_platform_driver, we keep it as module_init. A later patch
will convert both pmic-wrap, and all functions of the MT6397 mfd to
arch_initcall.
Signed-off-by: Daniel Kurtz <djkurtz@chromium.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions