Skip to content

Commit

Permalink
irqchip/stm32-exti: Add domain translate function
Browse files Browse the repository at this point in the history
Domain translate function is needed to recover irq
configuration parameters from DT node

Fixes: 927abfc ("irqchip/stm32: Add stm32mp1 support with hierarchy domain")
Signed-off-by: Loic Pallardy <loic.pallardy@st.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
  • Loading branch information
Loic Pallardy authored and Marc Zyngier committed Jan 17, 2019
1 parent bfeffd1 commit 1d47f48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/irqchip/irq-stm32-exti.c
Original file line number Diff line number Diff line change
Expand Up @@ -822,6 +822,7 @@ static int __init stm32_exti_init(const struct stm32_exti_drv_data *drv_data,
static const struct irq_domain_ops stm32_exti_h_domain_ops = {
.alloc = stm32_exti_h_domain_alloc,
.free = irq_domain_free_irqs_common,
.xlate = irq_domain_xlate_twocell,
};

static int
Expand Down

0 comments on commit 1d47f48

Please sign in to comment.