commit | d86f4d71e42a9fa1866f030074e54d7571d16ec1 | [log] [tgz] |
---|---|---|
author | Fabien Dessenne <fabien.dessenne@st.com> | Wed Apr 24 10:08:44 2019 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Fri May 03 07:53:13 2019 +0100 |
tree | 3fd1850d4b857a976cccd22357d840c0871904e5 | |
parent | 264667112ef093ff9d970a432c19604a8505df81 [diff] |
pinctrl: stm32: check irq controller availability at probe It is not guaranteed that the IRQ controller driver is probed before the pin controller driver gets probed. Considering this, check for the irq domain availability during probe and return EPROBE_DEFER if needed. Signed-off-by: Fabien Dessenne <fabien.dessenne@st.com> Acked-by: Alexandre TORGUE <alexandre.torgue@st.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>