Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c12fcfb1 authored by Ludovic Barre's avatar Ludovic Barre Committed by Marc Zyngier
Browse files

pinctrl/stm32: Add irq_eoi for stm32gpio irqchip



-Parent domain of stm32gpio evolves to hierarchy domain
 and could have a handle_fasteoi_irq. So an irq_eoi parent callback
 is needed for children.
-Replace space by tabulation.

Signed-off-by: default avatarLudovic Barre <ludovic.barre@st.com>
Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
parent 73958b31
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -268,6 +268,7 @@ static void stm32_gpio_irq_release_resources(struct irq_data *irq_data)

static struct irq_chip stm32_gpio_irq_chip = {
	.name		= "stm32gpio",
	.irq_eoi	= irq_chip_eoi_parent,
	.irq_ack	= irq_chip_ack_parent,
	.irq_mask	= irq_chip_mask_parent,
	.irq_unmask	= irq_chip_unmask_parent,