Skip to content
Commit ff78716d authored by Radoslaw Pietrzyk's avatar Radoslaw Pietrzyk Committed by Marc Zyngier
Browse files

irqchip/stm32: Optimizes and cleans up stm32-exti irq_domain



- In stm32_exti_alloc function, discards irq_domain_set_info
  with handle_simple_irq. This overwrite the setting defined while init
  of generic chips. Exti controller manages edge irq type.
- Removes acking in chained irq handler as this is done by
  irq_chip itself inside handle_edge_irq
- removes unneeded irq_domain_ops.xlate callback

Acked-by: default avatarLudovic Barre <ludovic.barre@st.com>
Tested-by: default avatarLudovic Barre <ludovic.barre@st.com>
Signed-off-by: default avatarRadoslaw Pietrzyk <radoslaw.pietrzyk@gmail.com>
Signed-off-by: default avatarLudovic Barre <ludovic.barre@st.com>
Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
parent 868c4e07
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment