]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
pinctrl: stm32: replace device_initcall() with arch_initcall()
authorAlexandre TORGUE <alexandre.torgue@st.com>
Fri, 7 Apr 2017 15:10:09 +0000 (17:10 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 24 Apr 2017 12:21:31 +0000 (14:21 +0200)
commit4a4e5f6f77e5d7a0a8930a36082dc9cc966ec514
treef538bd831446f70fcc67b12880640d5e7d6eeee8
parent1dc9d289154bd8751b5a2b69698a819742026ce4
pinctrl: stm32: replace device_initcall() with arch_initcall()

Pinctrl has to be registered earlier. Mainly to register bank irqdomain
earlier as other devices could use interrupts from those irqdomain.

Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/stm32/pinctrl-stm32f429.c
drivers/pinctrl/stm32/pinctrl-stm32f746.c
drivers/pinctrl/stm32/pinctrl-stm32h743.c