Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1504894
| From | Alexandre TORGUE <alexandre.torgue@st.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] STM32 pinctrl: remove dependency between pinctrl driver and device tree |
| Date | 2016-10-20 15:30 +0200 |
| Message-ID | <sulzY-84O-35@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, Currently 4.9-rc1 is not booting correctly on STM32F4. By adding gpios irqs support to stm32 pinctrl, a dependency has been added between pinctrl stm32 and stm32f4 device tree (my mistake). This series breaks this dependency and has to be taken on 4.9_rcs. Regards Alex Alexandre TORGUE (2): pinctrl: stm32: remove dependency with interrupt controller pinctrl: stm32: move gpio irqs binding to optional Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt | 10 +++++----- drivers/pinctrl/stm32/pinctrl-stm32.c | 8 +++++--- 2 files changed, 10 insertions(+), 8 deletions(-) -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] STM32 pinctrl: remove dependency between pinctrl driver and device tree Alexandre TORGUE <alexandre.torgue@st.com> - 2016-10-20 15:30 +0200
[PATCH 2/2] pinctrl: stm32: move gpio irqs binding to optional Alexandre TORGUE <alexandre.torgue@st.com> - 2016-10-20 15:30 +0200
Re: [PATCH 2/2] pinctrl: stm32: move gpio irqs binding to optional Linus Walleij <linus.walleij@linaro.org> - 2016-10-24 02:00 +0200
csiph-web