Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1682983
| From | Ludovic Barre <ludovic.Barre@st.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/8] irqchip: stm32: add stm32h7 support |
| Date | 2017-07-07 09:30 +0200 |
| Message-ID | <u0vS9-Am-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Ludovic Barre <ludovic.barre@st.com> This series adds: -management of multi-bank of external interrupts stm32h7 has up to 96 inputs (3 banks of 32 inputs) -fix initial value after cold/hot boot (wakeup issue) Ludovic Barre (8): irqchip: stm32: select GENERIC_IRQ_CHIP irqchip: stm32: add multi-bank management dt-bindings: interrupt-controllers: add compatible string for stm32h7 irqchip: stm32: add stm32h7 support irqchip: stm32: fix initial values irqchip: stm32: move the wakeup on interrupt mask ARM: dts: stm32: add exti support for stm32h743 ARM: dts: stm32: add support of exti on stm32h743 pinctrl .../interrupt-controller/st,stm32-exti.txt | 4 +- arch/arm/boot/dts/stm32h743-pinctrl.dtsi | 24 +++ arch/arm/boot/dts/stm32h743.dtsi | 8 + drivers/irqchip/Kconfig | 1 + drivers/irqchip/irq-stm32-exti.c | 194 +++++++++++++++------ 5 files changed, 181 insertions(+), 50 deletions(-) -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/8] irqchip: stm32: add stm32h7 support Ludovic Barre <ludovic.Barre@st.com> - 2017-07-07 09:30 +0200
[PATCH 8/8] ARM: dts: stm32: add support of exti on stm32h743 pinctrl Ludovic Barre <ludovic.Barre@st.com> - 2017-07-07 09:30 +0200
Re: [PATCH 8/8] ARM: dts: stm32: add support of exti on stm32h743 pinctrl Alexandre Torgue <alexandre.torgue@st.com> - 2017-07-07 10:20 +0200
[PATCH 4/8] irqchip: stm32: add stm32h7 support Ludovic Barre <ludovic.Barre@st.com> - 2017-07-07 09:30 +0200
[PATCH 2/8] irqchip: stm32: add multi-bank management Ludovic Barre <ludovic.Barre@st.com> - 2017-07-07 09:30 +0200
csiph-web