lkml.org 
[lkml]   [2017]   [Oct]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v2 0/9] irqchip: stm32: add stm32h7 support
Date
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).

Changes v2:
-Remove irq_mask and adds const on struct stm32_exti_bank
-Add wrapper functions pending and ack
-Replace BITS_PER_LONG by IRQS_PER_BANK
-Fill commit message on
"ARM: dts: stm32: add support of exti on stm32h743"
-Add system config bank for stm32h7

Ludovic Barre (9):
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 system config bank node 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 | 13 ++
drivers/irqchip/Kconfig | 1 +
drivers/irqchip/irq-stm32-exti.c | 208 ++++++++++++++++-----
5 files changed, 200 insertions(+), 50 deletions(-)

--
2.7.4

\
 
 \ /
  Last update: 2017-10-25 19:12    [W:0.215 / U:0.400 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site